Commit 5699aa0c authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added mod+alt+q now does normal split (default is tabbed). Modified extra...

Added mod+alt+q now does normal split (default is tabbed).  Modified extra Keeweb shortcut to suit change.
parent 087cefd1
......@@ -77,7 +77,7 @@ bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
bindsym $mod+j exec google-chrome-stable
bindsym $mod+k exec KeeWeb
bindsym $mod+Shift+k splith; exec KeeWeb
bindsym $mod+Mod1+k splith; exec KeeWeb
bindsym $mod+l exec pcmanfm
bindsym $mod+Shift+l exec gksu pcmanfm
bindsym $mod+semicolon exec --no-startup-id terminal -e 'ranger'
......@@ -109,6 +109,7 @@ bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_
bindsym $mod+h split h;exec notify-send 'tile horizontally'
bindsym $mod+v split v;exec notify-send 'tile vertically'
bindsym $mod+q split h; layout tabbed
bindsym $mod+Mod1+q split h;
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment