mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
xsession: don't check full path of various utilities
This commit is contained in:
parent
2bf4642d88
commit
d1d9960c24
1 changed files with 4 additions and 5 deletions
9
xsession
9
xsession
|
@ -41,10 +41,9 @@ case "$(hostname)" in
|
|||
;;
|
||||
esac
|
||||
|
||||
[ -x ~/bin/inputplug ] && ~/bin/inputplug -0 -c ~/.config/awesome/bin/input-event
|
||||
|
||||
[ -x /usr/sbin/rfkill ] && rfkill block all 2> /dev/null
|
||||
[ -x /usr/bin/xbacklight ] && xbacklight = 60 2> /dev/null
|
||||
[ -x /usr/bin/redshift ] && redshift -l 2.3508:48.8567 -t 6500:5500 2> /dev/null &
|
||||
inputplug -0 -c ~/.config/awesome/bin/input-event 2> /dev/null
|
||||
rfkill block all 2> /dev/null
|
||||
xbacklight = 60 2> /dev/null
|
||||
redshift -l 2.3508:48.8567 -t 6500:5500 2> /dev/null &
|
||||
|
||||
exec awesome
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue