Improve i3 integration with convenient issues fixes
This commit is contained in:
8
i3.base
8
i3.base
@@ -43,7 +43,7 @@ bindsym $mod+d exec dmenu_run
|
||||
bindsym $mod+j focus left
|
||||
bindsym $mod+k focus down
|
||||
bindsym $mod+l focus up
|
||||
bindsym $mod+semicolon focus right
|
||||
bindsym $mod+m focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Left focus left
|
||||
@@ -51,7 +51,7 @@ bindsym $mod+Down focus down
|
||||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
# move windows
|
||||
bindsym $mod+Shift+Left move left
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
@@ -150,3 +150,7 @@ bindsym $mod+r mode "resize"
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
exec --no-startup-id setxkbmap -layout fr -variant oss # allow typing "ê" instead of "^e"
|
||||
exec --no-startup-id numlockx on # turn verr num on
|
||||
exec --no-startup-id nm-applet
|
||||
Reference in New Issue
Block a user