From 482813d5f9987c9aee1ea0726927ae478c9c486e Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 9 Nov 2024 01:24:13 +0000 Subject: Add shell & script bindings to sway config --- dot-config/sway/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dot-config/sway') diff --git a/dot-config/sway/config b/dot-config/sway/config index ee05c0c..156b8ad 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -24,6 +24,7 @@ set $left l set $right semicolon set $term footclient +set $shell bash -c set $igap 20 set $ogap $igap @@ -188,3 +189,8 @@ mode "resize" { bindsym Return mode "default" bindsym Escape mode "default" } + +# Scripts +bindsym $mod+b exec $shell 'bookmark' +bindsym $mod+Insert exec $shell 'bookmark add' + -- cgit