diff options
-rw-r--r-- | etc/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/i3/config b/etc/i3/config index f856dc5..18d109a 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -51,7 +51,7 @@ bindsym --release $mod+Print exec shot -m floating_modifier $mod bindsym $mod+Return exec st -bindsym $mod+Shift+q kill +bindsym $mod+Shift+c kill @@ -145,7 +145,7 @@ bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10 # reload the configuration file -bindsym $mod+Shift+c reload +bindsym $mod+q 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) |