diff options
-rw-r--r-- | .config/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index 6c1bcb6..6ad64cf 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -33,10 +33,10 @@ floating_modifier $mod bindsym $mod+Return exec i3-sensible-terminal # kill focused window -bindsym $mod+Shift+q kill +bindsym $mod+Shift+c kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +bindsym $mod+p exec dmenu_run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -117,7 +117,7 @@ bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+0 move container to workspace 10 # reload the configuration file -bindsym $mod+Shift+c reload +bindsym $mod+Shift+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) |