chore: Update hyprland configuration with keybindings for rofi and kitty
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user