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
|
#This is setup for qwerty
|
||||||
#set $up
|
set $up k
|
||||||
#set $down
|
set $down j
|
||||||
#set $left
|
set $left h
|
||||||
#set $right
|
set $right l
|
||||||
|
|
||||||
|
|
||||||
#####################################################################################################################
|
#####################################################################################################################
|
||||||
@ -217,7 +217,7 @@ for_window [urgent=latest] focus
|
|||||||
default_orientation horizontal
|
default_orientation horizontal
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+h split h
|
bindsym $mod+o split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+v split v
|
bindsym $mod+v split v
|
||||||
@ -498,6 +498,9 @@ bindsym ctrl+mod1+e exec --no-startup-id emacs;focus
|
|||||||
#thunar
|
#thunar
|
||||||
bindsym ctrl+mod1+t exec --no-startup-id thunar;focus
|
bindsym ctrl+mod1+t exec --no-startup-id thunar;focus
|
||||||
|
|
||||||
|
#ranger
|
||||||
|
bindsym ctrl+shift+t exec --no-startup-id termite -e ranger;focus
|
||||||
|
|
||||||
#libreoffice
|
#libreoffice
|
||||||
bindsym ctrl+mod1+l exec --no-startup-id libreoffice;focus
|
bindsym ctrl+mod1+l exec --no-startup-id libreoffice;focus
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user