fix: disable followMouse

This commit is contained in:
Laureηt 2022-12-21 14:02:07 +01:00
parent ff082e9a62
commit a8435b2846
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -82,6 +82,8 @@ in
pwgen
neovim
dconf
baobab
pavucontrol
@ -262,6 +264,9 @@ in
floating = {
border = 0;
};
focus = {
followMouse = "no";
};
startup = [
{ command = "element-desktop"; }
{ command = "thunderbird"; }
@ -277,6 +282,10 @@ in
'';
}
];
assigns = {
"9" = [{ class = "^Element$"; }];
# "10" = [{ class = "^Thunderbird"; }];
};
keybindings = {
# Start a terminal
"${modifier}+Return" = "exec ${terminal}";