Changed: Hyprland shortcuts

This commit is contained in:
DerGrumpf 2025-03-25 01:18:14 +01:00
parent d71e5ca620
commit 0ab662f9f9

View File

@ -7,9 +7,19 @@
wayland.windowManager.hyprland.settings = {
"$mod" = "SUPER";
"$terminal" = "kitty";
"$filemanager" = "dolphin";
bind = [
"$mod, F, exec, firefox"
", Print, exec, grimblat copy area"
];
"$mod, Q, exec, $terminal"
"$mod, C, killactive, "
"$mod, M, exit, "
"$mod, V, togglefloating, "
"$mod, R, exec, $menu"
"$mod, S, exec, $power"
"$mod, P, pseudo, "
"$mod, J, togglesplit, "
];
};
}