diff options
-rw-r--r-- | beets/config.yaml | 1 | ||||
-rw-r--r-- | sway/config | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/beets/config.yaml b/beets/config.yaml new file mode 100644 index 0000000..7d9639c --- /dev/null +++ b/beets/config.yaml @@ -0,0 +1 @@ +directory: '~/music' 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 |