diff options
| author | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
| commit | 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (patch) | |
| tree | c95fc3025a1c69ce5d1dbaf7e55121c2e70a152a /.config/sway/config.d/mediakeys | |
updated commit
Diffstat (limited to '.config/sway/config.d/mediakeys')
| -rw-r--r-- | .config/sway/config.d/mediakeys | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config.d/mediakeys b/.config/sway/config.d/mediakeys new file mode 100644 index 0000000..894d381 --- /dev/null +++ b/.config/sway/config.d/mediakeys @@ -0,0 +1,3 @@ +bindsym XF86AudioPlay exec playerctl play-pause +bindsym XF86AudioPrev exec playerctl previous +bindsym XF86AudioNext exec playerctl next |
