summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-09 10:15:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-09 10:15:06 -0700
commitc8b9990e15948ddf30282d4a8f6c52cf31542d7c (patch)
treead1d222a66db4771a7aba64134eb8d0cfc7d47a8 /.config
parentc83866b70fa1f38f37b488547367bf62018c58a7 (diff)
downloaddotfiles-c8b9990e15948ddf30282d4a8f6c52cf31542d7c.tar.gz
add C-i / binding
Diffstat (limited to '.config')
-rw-r--r--.config/sway/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config
index e82da3ff..a0963a40 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -152,6 +152,9 @@ mode "C-i-" {
~/src/dotfiles/scripts/desktop/fresh-workspace --send, \
mode "default"
+ # go to windows for tasks without needing to know the workspace
+ bindsym slash exec ~/src/dotfiles/scripts/desktop/wofi_window, mode "default"
+
# reload the configuration file
bindsym Shift+c reload, mode "default"
# exit i3 (logs you out of your X session)