chore: Update hyprland configuration with keybindings for rofi and kitty
This commit is contained in:
@@ -19,6 +19,13 @@
|
|||||||
"ags"
|
"ags"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
bind = [
|
||||||
|
",$mod, exec rofi "
|
||||||
|
"$mod, q, quit"
|
||||||
|
"$mod, r, restart"
|
||||||
|
"$mod, Enter, exec kitty"
|
||||||
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
# mouse movements
|
# mouse movements
|
||||||
"$mod, mouse:272, movewindow"
|
"$mod, mouse:272, movewindow"
|
||||||
@@ -45,4 +52,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.rofi-wayland;
|
package = pkgs.rofi-wayland;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.kitty = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.kitty;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user