chore: Update hyprland configuration with keybindings for rofi and kitty

This commit is contained in:
2024-08-15 12:13:16 -03:00
parent b6503d2573
commit 6cd77d1e54

View File

@@ -13,6 +13,8 @@
settings = {
"$mod" = "SUPER";
"$terminal" = "kitty";
"$launcher" = "rofi";
exec-once = [
# run once on startup
@@ -20,10 +22,10 @@
];
bind = [
",$mod, exec rofi "
",$mod, exec, $launcher"
"$mod, q, quit"
"$mod, r, restart"
"$mod, Enter, exec kitty"
"$mod, Enter, exec, $terminal"
];
bindm = [