diff options
Diffstat (limited to 'sway')
-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 |