This commit is contained in:
death916 2025-08-13 04:12:41 -07:00
parent da48a83afe
commit 962fcdc49a

View file

@ -93,6 +93,7 @@
"SUPER, Space, togglefloating,"
"SUPER, P, pseudo," # Master switch for pseudotiling.
"SUPER, J, togglesplit," # Master switch for splitting.
"SUPER, L, exec, hyprlock" # Lock the screen
# Move focus
"SUPER, left, movefocus, l"
@ -390,6 +391,10 @@
};
};
programs.hyprlock = {
enable = true;
};
# Dunst (notification daemon)
services.dunst = {
enable = true;