summaryrefslogtreecommitdiff
path: root/.i3/config
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2013-06-06 11:47:31 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-06-06 11:50:04 +0200
commit346139a617b044329efcc0a17fdbdf11cf31971e (patch)
tree86f8f7b3fd41bd9e6109a1b6459bdf5464b10068 /.i3/config
parent0a90042ee56790b745a876fa21901ae9b33ff070 (diff)
downloaddotfiles-346139a617b044329efcc0a17fdbdf11cf31971e.tar.gz
dotfiles-346139a617b044329efcc0a17fdbdf11cf31971e.tar.bz2
dotfiles-346139a617b044329efcc0a17fdbdf11cf31971e.zip
i3: new temporary workspace
Diffstat (limited to '.i3/config')
-rw-r--r--.i3/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/.i3/config b/.i3/config
index 407a1e9..f72bdc4 100644
--- a/.i3/config
+++ b/.i3/config
@@ -153,7 +153,10 @@ bindsym $mod+g exec $nsi $script/workspaces.sh
bindsym $mod+Shift+g exec $nsi $script/workspaces.sh move
# rename «3
-bindsym $mod+n exec $nsi i3-input -F 'rename workspace to "%s"' -P 'Rename workspace: '
+bindsym $mod+Shift+n exec $nsi i3-input -F 'rename workspace to "%s"' -P 'Rename workspace: '
+
+# new temp workspace «3
+bindsym $mod+n exec $nsi $script/new_workspace.py
# Resizing «2
#############