mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-08 09:14:21 +02:00
i3: use default directions
It makes sense as there is less need to move the right hand.
This commit is contained in:
parent
ecb245acb8
commit
d99f158654
1 changed files with 4 additions and 4 deletions
8
config
8
config
|
@ -1,10 +1,10 @@
|
||||||
# i3 config file (v4)
|
# i3 config file (v4)
|
||||||
|
|
||||||
set $up k
|
|
||||||
set $down j
|
|
||||||
set $left h
|
|
||||||
set $right l
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
set $up l
|
||||||
|
set $down k
|
||||||
|
set $left j
|
||||||
|
set $right semicolon
|
||||||
set $term vbeterm
|
set $term vbeterm
|
||||||
set $mediaplayer spotify
|
set $mediaplayer spotify
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue