summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config2
-rw-r--r--.config/i3/wallpaper.txt37
2 files changed, 38 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 702e5b6..119ec35 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -16,7 +16,7 @@ floating_modifier $mod
#for_window [class="^.*"] border pixel 1
# ----- Startup ------------------------------------------------------------------------------------
-exec_always --no-startup-id xwallpaper --stretch ~/.config/wall
+exec_always --no-startup-id xwallpaper --center ~/.cache/i3-wallpaper.png
exec_always --no-startup-id sh -c 'sleep 10; ~/.script/weather.sh &'
exec_always --no-startup-id sh -c 'sleep 10; ~/.script/xbps_update_count.sh &'
exec_always --no-startup-id sh -c 'while :; do ~/.script/gpu_usage_nvidia.sh; sleep 5; done'
diff --git a/.config/i3/wallpaper.txt b/.config/i3/wallpaper.txt
new file mode 100644
index 0000000..fddc9e7
--- /dev/null
+++ b/.config/i3/wallpaper.txt
@@ -0,0 +1,37 @@
+VOID LINUX + i3 Mod = Super / Windows key
+-----------------------------------------------------------------------------------------------------
+LAUNCH / SESSION ====================================================================================
+ Mod+Enter terminal | Mod+Shift+c reload i3 config
+ Mod+d app launcher / favorites dmenu | Mod+Shift+r restart i3
+ Mod+Shift+q close focused window | Mod+Shift+e exit i3 / end X session
+
+FOCUS ===============================================================================================
+ Mod+j/k/l/; focus left/down/up/right | Mod+Arrow keys focus left/down/up/right
+ Mod+a focus parent container |
+
+MOVE WINDOWS ========================================================================================
+ Mod+Shift+j/k/l/; move left/down/up/right | Mod+Shift+Arrows move left/down/up/right
+
+LAYOUT ==============================================================================================
+ Mod+h split horizontal | Mod+v split vertical
+ Mod+f fullscreen toggle | Mod+s stacking layout
+ Mod+w tabbed layout | Mod+e toggle split layout
+ Mod+Shift+Space toggle floating | Mod+Space switch focus tiled/float
+
+WORKSPACES ==========================================================================================
+ Mod+1..0 switch workspace | Mod+Shift+1..0 move window to workspace
+
+RESIZE MODE =========================================================================================
+ Mod+r toggle resize mode |
+ j/k/l/; resize left/down/up/right | Arrow keys resize left/down/up/right
+ Enter/Escape leave resize mode |
+
+SCREENSHOTS =========================================================================================
+ Print select area screenshot | Shift+Print focused window screenshot
+ Saved to: ~/Images/Screenshots/ |
+
+STARTED BY i3 =======================================================================================
+ mpd music daemon | weather.sh i3status weather helper
+ xbps_update_count.sh package update count helper | redshift screen color temp
+ gpu_usage_nvidia.sh GPU usage helper | pipewire audio server
+