mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 12:14:20 +02:00
xsession: fix path to input event script
This commit is contained in:
parent
41bfe7fa0d
commit
3e9a3f8662
1 changed files with 1 additions and 1 deletions
2
xsession
2
xsession
|
@ -41,7 +41,7 @@ case "$(hostname)" in
|
|||
;;
|
||||
esac
|
||||
|
||||
[ -x ~/bin/inputplug ] && ~/bin/inputplug -0 -c ~/.awesome/bin/input-event
|
||||
[ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue