summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-04 10:12:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-04 10:12:40 -0700
commit7de922d5c31d45102f1a132ed5c24f9550b81da1 (patch)
tree26e8b775c849b4f9960006be01ad430d0f0964b9 /.config
parent3ead88a5b944974ab6b436b22f9f407b8f7c7b90 (diff)
downloaddotfiles-7de922d5c31d45102f1a132ed5c24f9550b81da1.tar.gz
move i3-fresh-workspace
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index e6056162..f3b0bc09 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -169,13 +169,13 @@ mode "Window management" {
# next unused workspace
bindsym j exec --no-startup-id \
- ~/src/dotfiles/bin/i3-fresh-workspace, \
+ ~/src/dotfiles/scripts/desktop/fresh-workspace, \
mode "default"
# sends window to next unused but doesn't change view to that
# workspace because this binding is more like C-i [0-9]+ than it is
# like $mod+Ctrl+j/k
bindsym Shift+j exec --no-startup-id \
- ~/src/dotfiles/bin/i3-fresh-workspace --send, \
+ ~/src/dotfiles/scripts/desktop/fresh-workspace --send, \
mode "default"
# go to windows for tasks without needing to know the workspace