From c227b89f947eb1a85fcfef78326c486d41a05773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 7 Jun 2013 12:53:29 +0200 Subject: i3: Some keybinding changes. --- .i3/config | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index 1b37676..52b8ec3 100644 --- a/.i3/config +++ b/.i3/config @@ -46,9 +46,9 @@ bindsym $alt+Control+l exec $nsi $script/xlock.sh bindsym $mod+Shift+w kill bindsym $alt+F4 kill # reload the configuration file -bindsym $mod+Shift+c reload +bindsym $mod+Shift+r reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -bindsym $mod+Shift+r restart +bindsym $mod+Control+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" @@ -150,13 +150,14 @@ bindsym $mod+Shift+Tab move container to workspace back_and_forth # goto a specific workspace, via i3-input «3 bindsym $mod+g exec $nsi $script/workspaces.py switch -bindsym $mod+Shift+g exec $nsi $script/workspaces.sh move +bindsym $mod+Shift+g exec $nsi $script/workspaces.py move # rename «3 -bindsym $mod+Shift+n exec $nsi i3-input -F 'rename workspace to "%s"' -P 'Rename workspace: ' +bindsym $mod+r exec $nsi i3-input -F 'rename workspace to "%s"' -P 'Rename workspace: ' # new temp workspace «3 bindsym $mod+n exec $nsi $script/workspaces.py new +bindsym $mod+Shift+n exec $nsi $script/workspaces.py move_new # Resizing «2 ############# @@ -180,7 +181,7 @@ mode "resize" { bindsym Escape mode "default" } -bindsym $mod+r mode "resize" +bindsym $mod+grave mode "resize" # Start Programs «2 ################### -- cgit v1.2.3