chore: Update hyprland configuration with keybindings for rofi and kitty

This commit is contained in:
2024-08-15 12:02:45 -03:00
parent eb6c2bd691
commit b6503d2573

View File

@@ -19,6 +19,13 @@
"ags"
];
bind = [
",$mod, exec rofi "
"$mod, q, quit"
"$mod, r, restart"
"$mod, Enter, exec kitty"
];
bindm = [
# mouse movements
"$mod, mouse:272, movewindow"
@@ -45,4 +52,9 @@
enable = true;
package = pkgs.rofi-wayland;
};
programs.kitty = {
enable = true;
package = pkgs.kitty;
};
}