summaryrefslogtreecommitdiff
path: root/.i3
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-06-07 12:53:29 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-06-07 12:54:03 +0200
commitc227b89f947eb1a85fcfef78326c486d41a05773 (patch)
treec445ffd266d50be0845b2f2f2e87bbbc1d43ff8e /.i3
parentc186d79b39abe91439542a822bdb48ad39e45a0d (diff)
downloaddotfiles-c227b89f947eb1a85fcfef78326c486d41a05773.tar.gz
dotfiles-c227b89f947eb1a85fcfef78326c486d41a05773.tar.bz2
dotfiles-c227b89f947eb1a85fcfef78326c486d41a05773.zip
i3: Some keybinding changes.
Diffstat (limited to '.i3')
-rw-r--r--.i3/config11
1 files changed, 6 insertions, 5 deletions
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
###################