From 628b6108505b796223fd553ae63dfc8e04f9a209 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 9 Mar 2021 10:15:44 +0100 Subject: Update some keybinds --- .config/herbstluftwm/autostart | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.config') 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 -- cgit v1.1