summaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-17 10:54:11 +0200
committerGravatar Tom Willemse2015-06-17 10:54:11 +0200
commite42c235cce189789fc2197cb293da542c2f20189 (patch)
tree0650250fc48de72efc7f6b4dbd42ab877b7f2c0a /herbstluftwm
parent27eea21566601948167a947ae0bcc2ef3847e237 (diff)
downloaddotfiles-e42c235cce189789fc2197cb293da542c2f20189.tar.gz
dotfiles-e42c235cce189789fc2197cb293da542c2f20189.zip
Update keybindings
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart38
1 files changed, 19 insertions, 19 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index eece52c..39576d2 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -46,20 +46,20 @@ hc keybind $Mod-Right use_index +1 --skip-visible
hc keybind $Mod-Left use_index -1 --skip-visible
# layouting
-hc keybind $Mod-r remove
+hc keybind $Mod-k remove
hc keybind $Mod-space cycle_layout 1
-hc keybind $Mod-u split vertical 0.5
-hc keybind $Mod-o split horizontal 0.5
-hc keybind $Mod-s floating toggle
-hc keybind $Mod-f fullscreen toggle
+hc keybind $Mod-s split vertical 0.5
+hc keybind $Mod-Shift-s split horizontal 0.5
+hc keybind $Mod-f floating toggle
+hc keybind $Mod-Shift-f fullscreen toggle
hc keybind $Mod-p pseudotile toggle
# resizing
RESIZESTEP=0.05
-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-Control-n resize left +$RESIZESTEP
+hc keybind $Mod-Control-e resize down +$RESIZESTEP
+hc keybind $Mod-Control-i resize up +$RESIZESTEP
+hc keybind $Mod-Control-o resize right +$RESIZESTEP
# mouse
hc mouseunbind --all
@@ -71,16 +71,16 @@ hc mousebind $Mod-Button3 zoom
hc keybind $Mod-BackSpace cycle_monitor
hc keybind $Mod-Tab cycle_all +1
hc keybind $Mod-Shift-Tab cycle_all -1
-hc keybind $Mod-c cycle
-hc keybind $Mod-h focus left
-hc keybind $Mod-j focus down
-hc keybind $Mod-k focus up
-hc keybind $Mod-l focus right
-hc keybind $Mod-i jumpto urgent
-hc keybind $Mod-Shift-h shift left
-hc keybind $Mod-Shift-j shift down
-hc keybind $Mod-Shift-k shift up
-hc keybind $Mod-Shift-l shift right
+# hc keybind $Mod-c cycle
+hc keybind $Mod-n focus left
+hc keybind $Mod-e focus down
+hc keybind $Mod-i focus up
+hc keybind $Mod-o focus right
+hc keybind $Mod-u jumpto urgent
+hc keybind $Mod-Shift-n shift left
+hc keybind $Mod-Shift-e shift down
+hc keybind $Mod-Shift-i shift up
+hc keybind $Mod-Shift-o shift right
# colors
hc set frame_border_active_color '#222222'