From 26c4f1d7f6a26c9ae98a8154e517a99dcaa7775e Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 31 Dec 2018 17:19:35 -0800 Subject: added suckless-dwm like syntax --- .config/i3/config | 6 +++--- 1 file 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) -- cgit v1.2.3