diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/i3/config b/etc/i3/config index 0b41311..1de9ac8 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -31,6 +31,7 @@ bindsym F1 exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $re bindsym F2 exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status bindsym F3 exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status +# FIXME paths in ~/.cache bindsym F4 exec --no-startup-id playerctl --player=`cat ~/.cache/euandreh-mpris-player.txt` position 5- bindsym Shift+F4 exec --no-startup-id playerctl --player=`cat ~/.cache/euandreh-mpris-player.txt` previous bindsym F5 exec --no-startup-id playerctl --player=`cat ~/.cache/euandreh-mpris-player.txt` play-pause |