aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-03-09 10:15:44 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:15 +0200
commit628b6108505b796223fd553ae63dfc8e04f9a209 (patch)
treeb66a2466b4586fb713736e87316bb2fe7cb34867
parent08f9f559e462659130797f2e6dd170af609b026c (diff)
Update some keybinds
-rwxr-xr-x.config/herbstluftwm/autostart11
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 9d36317..9cad7bd 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -42,10 +42,10 @@ hc keybind $Mod-Control-space split explode
# resizing frames and floating clients
resizestep=0.02
-hc keybind $Mod-Control-h resize left +$resizestep
-hc keybind $Mod-Control-j resize down +$resizestep
-hc keybind $Mod-Control-k resize up +$resizestep
-hc keybind $Mod-Control-l resize right +$resizestep
+hc keybind $Mod-Alt-h resize left +$resizestep
+hc keybind $Mod-Alt-j resize down +$resizestep
+hc keybind $Mod-Alt-k resize up +$resizestep
+hc keybind $Mod-Alt-l resize right +$resizestep
# tags
tag_names=( work social web mail fun media vms 8 9 )
@@ -93,7 +93,7 @@ hc keybind $Mod-Control+k cycle_monitor +1
hc keybind $Mod-Tab cycle_all +1
hc keybind $Mod-Shift-Tab cycle_all -1
hc keybind $Mod-c cycle
-hc keybind $Mod-i jumpto urgent
+hc keybind $Mod-a jumpto urgent
# theme
hc attr theme.tiling.reset 1
@@ -182,5 +182,6 @@ then
--skip-taskbar \
--sticky \
--geometry "1x1+$tray_offset_x+2" \
+ --kludges fix_window_pos \
&
fi