mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
hyprlock
This commit is contained in:
parent
da48a83afe
commit
962fcdc49a
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue