summaryrefslogtreecommitdiff
path: root/.i3/config
diff options
context:
space:
mode:
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
#############