mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 03:07:17 +00:00
Adds Rofi to Hyprland config, changes keybinds
This commit is contained in:
parent
324bfd7582
commit
1f8fb78834
1 changed files with 3 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue