mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:04:59 +01:00
Start volumeicon on start again
This commit is contained in:
parent
7223ef5c69
commit
5b18591e53
|
@ -609,6 +609,7 @@ awful.spawn.once("lxsession") -- Let's run an lxsession which has a polkit
|
||||||
awful.spawn.once("picom") -- Compositor
|
awful.spawn.once("picom") -- Compositor
|
||||||
awful.spawn.once("nm-applet") -- Network Manager applet
|
awful.spawn.once("nm-applet") -- Network Manager applet
|
||||||
awful.spawn.once("autorandr -l dual") -- Load my dual monitor autorandr config
|
awful.spawn.once("autorandr -l dual") -- Load my dual monitor autorandr config
|
||||||
|
awful.spawn.once("volumeicon") -- Volume icon
|
||||||
|
|
||||||
-- Wallpaper
|
-- Wallpaper
|
||||||
-- awful.spawn.once("xargs xwallpaper --output all --stretch --center ~/.config/awesome/wallpapers/miku_1.png")
|
-- awful.spawn.once("xargs xwallpaper --output all --stretch --center ~/.config/awesome/wallpapers/miku_1.png")
|
||||||
|
|
Loading…
Reference in a new issue