From e06b5316f4bd665b8a44473005357135cc9d573f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 13 May 2022 18:41:31 -0300 Subject: etc/i3/config: Update WIP paths --- etc/i3/config | 14 +++++++------- 1 file 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 -- cgit v1.2.3