fix powerbutton - with xmonad | remove xmobar

This commit is contained in:
2025-05-03 12:33:35 +02:00
parent 228215db5e
commit 3704615cd4
11 changed files with 32 additions and 279 deletions

View File

@@ -133,8 +133,6 @@
seahorse
libgnome-keyring
acpid
# For setting the necessary permissions for gnome.nautilus.
lxqt.lxqt-policykit # provides a default authentication client for policykit
];
@@ -185,13 +183,6 @@
# Disable powerbutton => for use with eww
services.logind.extraConfig = ''HandlePowerKey=ignore'';
services.acpid.enable = true;
environment.etc = {
"acpi/events/power".text = ''
event=button/power.*
action=/home/elias/eww/scripts/powermenu.sh
'';
};
# Set stateVersion. Leave it as set.
system.stateVersion = "23.11";