mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/xmonad: start easyeffects at login
This commit is contained in:
parent
05745babaa
commit
33f7ecd792
1 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,9 @@ main =
|
||||||
|
|
||||||
, startupHook = do
|
, startupHook = do
|
||||||
spawnOnce "fcitx5 &" -- Input method
|
spawnOnce "fcitx5 &" -- Input method
|
||||||
spawn "feh --no-fehbg --bg-fill ~/.wallpaper &" -- wallpaper
|
spawnOnOnce (last myWorkspaces) "easyeffects" -- Equalizer because huh duh six.5 hunge-o by mate senn is ear shattering
|
||||||
|
|
||||||
|
spawn "feh --no-fehbg --bg-fill ~/.wallpaper &" -- wallpaper
|
||||||
|
|
||||||
-- Needed to make gnome keyring work
|
-- Needed to make gnome keyring work
|
||||||
-- https://wiki.archlinux.org/title/GNOME/Keyring#Using_gnome-keyring-daemon_outside_desktop_environments_(KDE,_GNOME,_XFCE,_...)
|
-- https://wiki.archlinux.org/title/GNOME/Keyring#Using_gnome-keyring-daemon_outside_desktop_environments_(KDE,_GNOME,_XFCE,_...)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue