diff options
Diffstat (limited to 'i3wm.conf')
-rw-r--r-- | i3wm.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ bindsym $mod+Return exec st # launch dmenu_run bindsym $mod+d exec dmenu_run # kill focused Window -bindsym $mod+Shift+q kill +bindsym $mod+Shift+c kill # reload the configuration file -bindsym $mod+Shift+c reload +bindsym $mod+Shift+s reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) |