Move executables into local/bin
and fix known bustedness
This commit is contained in:
@@ -102,12 +102,12 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -1000
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +1000
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
|
||||
|
||||
bindsym XF86MonBrightnessDown exec ~/.i3status-update-do xbacklight -5
|
||||
bindsym XF86MonBrightnessUp exec ~/.i3status-update-do xbacklight +5
|
||||
bindsym XF86MonBrightnessDown exec ~/.local/bin/i3status-update-do xbacklight -5
|
||||
bindsym XF86MonBrightnessUp exec ~/.local/bin/i3status-update-do xbacklight +5
|
||||
|
||||
bindsym XF86Tools exec i3lock -c ed1c24
|
||||
bindsym XF86Calculator exec xcalc
|
||||
bindsym XF86Display exec ~/.i3-screenlayout-toggle
|
||||
bindsym XF86Display exec ~/.local/bin/i3-screenlayout-toggle
|
||||
bindsym Print exec xfce4-screenshooter
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
@@ -139,5 +139,5 @@ bindsym $mod+r mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command "i3status | python ~/.i3wrapper.py"
|
||||
status_command "i3status | python ~/.local/bin/i3wrapper.py"
|
||||
}
|
||||
|
Reference in New Issue
Block a user