diff options
author | EuAndreh <eu@euandre.org> | 2022-05-13 18:41:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-13 18:41:31 -0300 |
commit | e06b5316f4bd665b8a44473005357135cc9d573f (patch) | |
tree | 321bd6f880ec7864460da4c97250106758b89ae2 | |
parent | etc/mailcaps/config: Stop w3m from creating ~/.w3m/ (diff) | |
download | dotfiles-e06b5316f4bd665b8a44473005357135cc9d573f.tar.gz dotfiles-e06b5316f4bd665b8a44473005357135cc9d573f.tar.xz |
etc/i3/config: Update WIP paths
-rw-r--r-- | etc/i3/config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/i3/config b/etc/i3/config index 1de9ac8..fbde61e 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -32,16 +32,16 @@ bindsym F2 exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $re 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 +bindsym F4 exec --no-startup-id playerctl --player=`cat ~/.usr/var/cache/euandreh-mpris-player.txt` position 5- +bindsym Shift+F4 exec --no-startup-id playerctl --player=`cat ~/.usr/var/cache/euandreh-mpris-player.txt` previous +bindsym F5 exec --no-startup-id playerctl --player=`cat ~/.usr/var/cache/euandreh-mpris-player.txt` play-pause Bindsym Shift+F5 exec --no-startup-id ~/dev/libre/dotfiles/xmonad/scripts/rotate-mpris-player.sh -bindsym F6 exec --no-startup-id playerctl --player=`cat ~/.cache/euandreh-mpris-player.txt` position 5+ -bindsym Shift+F6 exec --no-startup-id playerctl --player=`cat ~/.cache/euandreh-mpris-player.txt` next +bindsym F6 exec --no-startup-id playerctl --player=`cat ~/.usr/var/cache/euandreh-mpris-player.txt` position 5+ +bindsym Shift+F6 exec --no-startup-id playerctl --player=`cat ~/.usr/var/cache/euandreh-mpris-player.txt` next # FIXME bad path -bindsym F7 exec --no-startup-id ~/.local/bin/brightness -1 -bindsym F8 exec --no-startup-id ~/.local/bin/brightness +1 +bindsym F7 exec --no-startup-id ~/.usr/bin/brightness -1 +bindsym F8 exec --no-startup-id ~/.usr/bin/brightness +1 |