mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
xsession: don't rfkill/xbacklight
Recent versions of systemd handle that without anything special.
This commit is contained in:
parent
90ed6a3127
commit
2c19d0021f
1 changed files with 2 additions and 2 deletions
4
xsession
4
xsession
|
@ -42,8 +42,8 @@ case "$(hostname)" in
|
|||
esac
|
||||
|
||||
inputplug -0 -c ~/.config/awesome/bin/input-event 2> /dev/null
|
||||
rfkill block all 2> /dev/null
|
||||
xbacklight = 60 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