Move executables into local/bin

and fix known bustedness
This commit is contained in:
2020-03-26 09:46:11 -04:00
parent caea8cab11
commit a2cc7a788a
11 changed files with 15 additions and 9 deletions

View File

@@ -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"
}

View File

@@ -1,5 +1,5 @@
[Service]
ExecStart=
ExecStart=/home/me/.redshift-gtk-wrapper
ExecStart=/home/me/.local/bin/redshift-gtk-wrapper
SyslogIdentifier=
SyslogIdentifier=redshift-gtk

View File

@@ -1,5 +1,5 @@
[Service]
ExecStart=
ExecStart=/home/me/.redshift-wrapper
ExecStart=/home/me/.local/bin/redshift-wrapper
SyslogIdentifier=
SyslogIdentifier=redshift