diff options
author | EuAndreh <eu@euandre.org> | 2022-05-12 20:56:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-12 20:56:58 -0300 |
commit | c1217a264bda51d667695e5517eae9bd772f08c5 (patch) | |
tree | 75cb05868de7f9aef2014a3bbd7262b2c45732f1 /etc/i3 | |
parent | etc/guix/system.scm: Add nonguix substitutes (diff) | |
download | dotfiles-c1217a264bda51d667695e5517eae9bd772f08c5.tar.gz dotfiles-c1217a264bda51d667695e5517eae9bd772f08c5.tar.xz |
etc/i3/config: Add FIXME marker
Diffstat (limited to 'etc/i3')
-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 |