From e42c235cce189789fc2197cb293da542c2f20189 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Jun 2015 10:54:11 +0200 Subject: Update keybindings --- herbstluftwm/.config/herbstluftwm/autostart | 38 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'herbstluftwm') 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' -- cgit v1.2.3-54-g00ecf