summaryrefslogtreecommitdiff
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
commit6c56a6e1aaf85d78810c5f6099f97798721f248a (patch)
tree1de7c4cda07e8040c0d369357fd0c087e00dbd84
parentce58d54d404b9e38a63fce56771481c6f7ac5797 (diff)
downloaddotfiles-6c56a6e1aaf85d78810c5f6099f97798721f248a.tar
dotfiles-6c56a6e1aaf85d78810c5f6099f97798721f248a.tar.zst
dotfiles-6c56a6e1aaf85d78810c5f6099f97798721f248a.zip
sway: Fix modifier + u (URL) command
-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