diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-11-21 21:33:11 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-11-21 21:33:11 +0100 |
commit | bcb75394bbde2f6dbd9fa6359506d852c0a9734b (patch) | |
tree | 23ae9798b0f7bdff463f85b56e389507d7d5d68f /sway | |
parent | b40bff967c0c71f05b52cee0b84f9239a9f7173b (diff) | |
download | dotfiles-master.tar.gz |
Diffstat (limited to 'sway')
-rw-r--r-- | sway/config.d/40-app-shortcuts.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/config.d/40-app-shortcuts.conf b/sway/config.d/40-app-shortcuts.conf index 051ffed..ca150c2 100644 --- a/sway/config.d/40-app-shortcuts.conf +++ b/sway/config.d/40-app-shortcuts.conf @@ -25,3 +25,6 @@ bindsym $mod+d exec j4-dmenu-desktop --dmenu='bemenu -i --nb "#3f3f3f" --nf "#dc # notifications bindsym $mod+n exec swaync-client -t + +# Music +bindsym $mod+m exec chromium --app='https://listen.tidal.com' |