forked from extern/nix-config
bspwm: Start mullvad notifications
Although mullvad has an auto-start option, notifications won't be displayed until the application is explicitly started at least once.
This commit is contained in:
parent
7c46e40399
commit
768f54ac8e
@ -129,5 +129,10 @@ fcitx5 &
|
||||
# Auto-mount partitions
|
||||
udiskie &
|
||||
|
||||
# Start mullvad notifications
|
||||
if hash mullvad-vpn 2>/dev/null; then
|
||||
mullvad-vpn &
|
||||
fi
|
||||
|
||||
# Use maximum brightness on the keyboard by default
|
||||
brightnessctl --device='tpacpi::kbd_backlight' set 2
|
||||
|
Loading…
Reference in New Issue
Block a user