mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 20:18:49 +02:00
xsession: on first start, kill radios and set backlight
This commit is contained in:
parent
12c3e37fbc
commit
6dd938deb3
1 changed files with 3 additions and 0 deletions
3
xsession
3
xsession
|
@ -19,4 +19,7 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
||||||
export XAUTHORITY=$HOME/.Xauthority
|
export XAUTHORITY=$HOME/.Xauthority
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[ -x /usr/sbin/rfkill ] && rfkill block all 2> /dev/null
|
||||||
|
[ -x /usr/bin/xbacklight ] && xbacklight = 60 2> /dev/null
|
||||||
|
|
||||||
exec awesome
|
exec awesome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue