Adds Rofi to Hyprland config, changes keybinds

This commit is contained in:
willemml 2023-11-09 09:43:50 -08:00
parent 324bfd7582
commit 1f8fb78834
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -15,25 +15,19 @@
qt6ct
xdg-desktop-portal-hyprland
xdg-desktop-portal
rofi-wayland
];
gtk = {
enable = true;
theme = {
name = "FlatColor";
};
};
services.mako.enable = true;
wayland.windowManager.hyprland = {
enable = true;
plugins = [pkgs.rofi-wayland];
};
wayland.windowManager.hyprland.extraConfig = ''
bind = SHIFT_SUPER, SPACE, exec, alacritty
bind = SUPER, SPACE, exec, rofy
bind = SUPER, SPACE, exec, rofi -modes "ssh,drun,window" -show drun
bind = ALT, SPACE, exec, rofi -show window
input {
kb_layout=us