added back simple desktop stack as alternatives

This commit is contained in:
Semere Meharena Mebrahtom 2026-07-21 12:36:35 +02:00
parent febd23355d
commit 552ae67f6a
Signed by: semere
GPG key ID: 7FC937214DF30488
9 changed files with 153 additions and 2 deletions

View file

@ -113,7 +113,7 @@
XF86AudioRaiseVolume { spawn "noctalia" "msg" "volume-up"; }
XF86AudioLowerVolume { spawn "noctalia" "msg" "volume-down"; }
XF86AudioMute { spawn "noctalia" "msg" "volume-mute-toggle"; }
XF86AudioMute { spawn "noctalia" "msg" "volume-mute"; }
XF86MonBrightnessUp { spawn "noctalia" "msg" "brightness-up"; }
XF86MonBrightnessDown { spawn "noctalia" "msg" "brightness-down"; }
@ -131,6 +131,10 @@
match app-id="^foot$"
open-on-workspace "term"
}
switch-events {
lid-close { spawn "noctalia" "msg" "session" "lock-and-suspend"; }
}
'';
};
}