feat(hyprland): add keybind for hyprlock
This commit is contained in:
parent
4c154876ba
commit
9eb6cc43ec
1 changed files with 8 additions and 7 deletions
|
@ -9,6 +9,11 @@
|
||||||
package = null;
|
package = null;
|
||||||
portalPackage = null;
|
portalPackage = null;
|
||||||
settings = {
|
settings = {
|
||||||
|
# Programs to run at startup
|
||||||
|
exec-once = [
|
||||||
|
"hyprlock"
|
||||||
|
];
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_SIZE,32"
|
"XCURSOR_SIZE,32"
|
||||||
|
|
||||||
|
@ -43,10 +48,6 @@
|
||||||
"float, class:firefox, title:Picture-in-Picture"
|
"float, class:firefox, title:Picture-in-Picture"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Programs
|
|
||||||
exec-once = [
|
|
||||||
];
|
|
||||||
|
|
||||||
# Keybinds
|
# Keybinds
|
||||||
"$mainMod" = "SUPER";
|
"$mainMod" = "SUPER";
|
||||||
"$terminal" = "kitty -1 -e zellij";
|
"$terminal" = "kitty -1 -e zellij";
|
||||||
|
@ -59,10 +60,10 @@
|
||||||
"$mainMod, O, exec, $browser"
|
"$mainMod, O, exec, $browser"
|
||||||
"$mainMod, S, exec, $music"
|
"$mainMod, S, exec, $music"
|
||||||
"$mainMod, M, exit"
|
"$mainMod, M, exit"
|
||||||
|
"$mainMod, L, exec, hyprlock"
|
||||||
|
|
||||||
# HJKL to move between windows
|
# move between windows
|
||||||
"$mainMod, H, cyclenext, visible"
|
"ALT, Tab, cyclenext"
|
||||||
"$mainMod, L, cyclenext, visible prev"
|
|
||||||
|
|
||||||
# HJKL to move a window
|
# HJKL to move a window
|
||||||
"$mainMod_ALT, H, movewindow, l"
|
"$mainMod_ALT, H, movewindow, l"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue