mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
added back simple desktop stack as alternatives
This commit is contained in:
parent
febd23355d
commit
552ae67f6a
9 changed files with 153 additions and 2 deletions
|
|
@ -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"; }
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue