diff options
author | xengineering <me@xengineering.eu> | 2025-01-05 18:56:59 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-05 18:56:59 +0100 |
commit | 1fab863f17c2d765902fa68e5a8e638e41973553 (patch) | |
tree | 1de7c4cda07e8040c0d369357fd0c087e00dbd84 /sway/config | |
parent | d4e388ecc06ac5fc23a62c297839130f6a6fddac (diff) | |
download | dotfiles-1fab863f17c2d765902fa68e5a8e638e41973553.tar dotfiles-1fab863f17c2d765902fa68e5a8e638e41973553.tar.zst dotfiles-1fab863f17c2d765902fa68e5a8e638e41973553.zip |
Diffstat (limited to 'sway/config')
-rw-r--r-- | sway/config | 3 |
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 |