This commit is contained in:
Daniel Bauer
2019-04-16 12:39:04 +02:00
parent 55d6f50884
commit d8b97061a6
3 changed files with 8 additions and 5 deletions

View File

@@ -5,9 +5,7 @@ set laststatus=2
set t_Co=256
set nocompatible " be iMproved, required
set nonumber
set relativenumber
set number
filetype off " required

View File

@@ -85,8 +85,8 @@ bindsym $mod+v split v
bindsym $mod+f fullscreen
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
#bindsym $mod+s layout stacking
#bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating

View File

@@ -0,0 +1,5 @@
! Swap caps lock and escape
remove Lock = Caps_Lock
!keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock