Add bspwm, stalonetray config, bspwm hotkeys

This commit is contained in:
Riyyi
2019-05-29 21:00:42 +02:00
parent 95b1292562
commit 25150ca19b
8 changed files with 238 additions and 20 deletions
+16 -18
View File
@@ -1,19 +1,5 @@
# -*-conf-*-
#--- General ---#
# Kill focused window
super + shift + q
i3-msg kill
# Split container horizontal / vertical
super + {h,v}
i3-msg split {h,v}
# Container layout
super + {s,w,e}
i3-msg layout {stacking,tabbed,toggle split}
#--- Control ---#
# Reload i3 config
@@ -26,6 +12,10 @@ super + shift + e
#--- Window ---#
# Kill focused window
super + shift + q
i3-msg kill
# Fullscreen window
super + f
i3-msg fullscreen toggle
@@ -52,13 +42,21 @@ super + shift + f
#--- Workspace ---#
# Toggle container horizontal/vertical split
super + {h,v}
i3-msg split {h,v}
# Container layout
super + {s,w,e}
i3-msg layout {stacking,tabbed,toggle split}
# Switch to workspace
super + {0-9}
i3-msg workspace $WS{0-9}
super + {1-9,0}
i3-msg workspace $WS{1-9,0}
# Move focused container to workspace
super + shift + {0-9}
i3-msg move container to workspace $WS{0-9}
super + shift + {1-9,0}
i3-msg move container to workspace $WS{1-9,0}
# Move workspace to monitor
super + ctrl + {Left,Right}