add gnome-keyring to configuration.nix
add mouse focus settings to prevent vanishing dropdown menus to hyprland.nix, this seems to actually have improved things but behaviour is still intermittent
This commit is contained in:
parent
612115ebf4
commit
fe66980dd0
2 changed files with 17 additions and 1 deletions
|
@ -21,7 +21,11 @@
|
|||
"$mod" = "SUPER";
|
||||
|
||||
# Set keyboard layout
|
||||
input = { kb_layout = "gb"; };
|
||||
input = {
|
||||
kb_layout = "gb";
|
||||
follow_mouse = 1;
|
||||
mouse_refocus = false;
|
||||
};
|
||||
|
||||
# Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows
|
||||
bindm = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue