Add vim keys for movement. super+o for split h. ctrl+shit+t for ranger
This commit is contained in:
parent
c028971b4c
commit
f613541807
@ -42,10 +42,10 @@ set $mod Mod4
|
||||
|
||||
|
||||
#This is setup for qwerty
|
||||
#set $up
|
||||
#set $down
|
||||
#set $left
|
||||
#set $right
|
||||
set $up k
|
||||
set $down j
|
||||
set $left h
|
||||
set $right l
|
||||
|
||||
|
||||
#####################################################################################################################
|
||||
@ -217,7 +217,7 @@ for_window [urgent=latest] focus
|
||||
default_orientation horizontal
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+h split h
|
||||
bindsym $mod+o split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
@ -498,6 +498,9 @@ bindsym ctrl+mod1+e exec --no-startup-id emacs;focus
|
||||
#thunar
|
||||
bindsym ctrl+mod1+t exec --no-startup-id thunar;focus
|
||||
|
||||
#ranger
|
||||
bindsym ctrl+shift+t exec --no-startup-id termite -e ranger;focus
|
||||
|
||||
#libreoffice
|
||||
bindsym ctrl+mod1+l exec --no-startup-id libreoffice;focus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user