Extend hyprland config.

This commit is contained in:
CronyAkatsuki 2025-02-09 21:13:46 +01:00
parent eb81d83d61
commit 9021673ab9

View File

@ -349,8 +349,8 @@ in {
};
input = {
kb_layout = "us";
kb_options = "caps:escape";
kb_layout = "us,hr";
kb_options = "caps:escape,grp:alt_space_toggle";
accel_profile = "flat";
};
@ -371,6 +371,8 @@ in {
"$mod, D, exec, tofi-run | xargs hyprctl dispatch exec --"
"$mod SHIFT, D, exec, tofi-drun | xargs hyprctl dispatch exec --"
"$mod, F, fullscreen"
"$mod SHIFT, L, exec, hyprlock --immediate"
"$mod, G, exec, ${hyprgamemode}/bin/gamemode"