mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 19:54:21 +02:00
start: kill nm-applet on start
It's not unusual for it to become out-of-sync. Dunno if it is because of configuration change or anything else, but an easy solution is to restart it often.
This commit is contained in:
parent
1585d610b7
commit
cfac99fcc6
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ awful.util.spawn("compton --backend glx --xrender-sync --xrender-sync-fence --vs
|
|||
|
||||
-- Start idempotent commands
|
||||
local execute = {
|
||||
-- Kill any running nm-applet
|
||||
"pkill nm-applet",
|
||||
-- Start PulseAudio
|
||||
"pulseaudio --check || pulseaudio -D",
|
||||
"xset -b", -- Disable bell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue