diff options
Diffstat (limited to '')
-rw-r--r-- | .i3/config | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 ################### |