summaryrefslogtreecommitdiff
path: root/sway/config
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-01-05 18:56:59 +0100
committerxengineering <me@xengineering.eu>2025-01-05 18:56:59 +0100
commit1fab863f17c2d765902fa68e5a8e638e41973553 (patch)
tree1de7c4cda07e8040c0d369357fd0c087e00dbd84 /sway/config
parentd4e388ecc06ac5fc23a62c297839130f6a6fddac (diff)
downloaddotfiles-1fab863f17c2d765902fa68e5a8e638e41973553.tar
dotfiles-1fab863f17c2d765902fa68e5a8e638e41973553.tar.zst
dotfiles-1fab863f17c2d765902fa68e5a8e638e41973553.zip
sway: Fix modifier + u (URL) commandHEADmain
Diffstat (limited to 'sway/config')
-rw-r--r--sway/config3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/config b/sway/config
index 2a6f64b..d8efa30 100644
--- a/sway/config
+++ b/sway/config
@@ -237,8 +237,7 @@ bindsym $mod+i exec grim -g "$(slurp)" - | swappy -f -
# toggle night mode (display blue filter)
bindsym $mod+n exec pgrep gammastep && pkill gammastep || gammastep -O 4500 &
-# add shortcut for url.sh script from https://xengineering.eu/git/scripts/
-bindsym $mod+u exec ~/.local/bin/url
+bindsym $mod+u exec ". ~/.config/posix-shell/utils.sh && url"
# enable numlock on startup
input * xkb_numlock enable