Changed movement keys
This commit is contained in:
parent
c16b266f98
commit
930f096b6c
@ -42,10 +42,10 @@ set $mod Mod4
|
|||||||
|
|
||||||
|
|
||||||
#This is setup for qwerty
|
#This is setup for qwerty
|
||||||
set $up k
|
set $up
|
||||||
set $down j
|
set $down
|
||||||
set $left h
|
set $left
|
||||||
set $right l
|
set $right
|
||||||
|
|
||||||
|
|
||||||
#####################################################################################################################
|
#####################################################################################################################
|
||||||
@ -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+o split h
|
bindsym $mod+h split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+v split v
|
bindsym $mod+v split v
|
||||||
|
Loading…
Reference in New Issue
Block a user