mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
bspwm: Add authentication agent
I don't remember exactly why I needed this, however it should be useful for certain programs that require it.
This commit is contained in:
parent
d7a940a4d0
commit
69be5bcc2b
@ -122,5 +122,8 @@ if hash mullvad-vpn 2>/dev/null; then
|
||||
mullvad-vpn &
|
||||
fi
|
||||
|
||||
# Start an authentication agent for polkit
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
# Use maximum brightness on the keyboard by default
|
||||
brightnessctl --device='tpacpi::kbd_backlight' set 2
|
||||
|
Loading…
Reference in New Issue
Block a user