summaryrefslogtreecommitdiff
path: root/.i3/config
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-06-06 17:35:45 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-06-06 17:35:45 +0200
commit93ca7a4258e83996c0075ff5976658a12ffb6e02 (patch)
tree393833395c7c3237cd162fbbbad48c8cf5b5bc49 /.i3/config
parent346139a617b044329efcc0a17fdbdf11cf31971e (diff)
downloaddotfiles-93ca7a4258e83996c0075ff5976658a12ffb6e02.tar.gz
dotfiles-93ca7a4258e83996c0075ff5976658a12ffb6e02.tar.bz2
dotfiles-93ca7a4258e83996c0075ff5976658a12ffb6e02.zip
i3: unify scripts into one
Diffstat (limited to '.i3/config')
-rw-r--r--.i3/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.i3/config b/.i3/config
index f72bdc4..d0cc49a 100644
--- a/.i3/config
+++ b/.i3/config
@@ -149,14 +149,14 @@ bindsym $mod+Tab workspace back_and_forth
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.sh
+bindsym $mod+g exec $nsi $script/workspaces.py switch
bindsym $mod+Shift+g exec $nsi $script/workspaces.sh move
# rename «3
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
+bindsym $mod+n exec $nsi $script/workspaces.py new
# Resizing «2
#############