fix: disable followMouse
This commit is contained in:
parent
ff082e9a62
commit
a8435b2846
|
@ -82,6 +82,8 @@ in
|
||||||
pwgen
|
pwgen
|
||||||
neovim
|
neovim
|
||||||
|
|
||||||
|
dconf
|
||||||
|
|
||||||
baobab
|
baobab
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
||||||
|
@ -262,6 +264,9 @@ in
|
||||||
floating = {
|
floating = {
|
||||||
border = 0;
|
border = 0;
|
||||||
};
|
};
|
||||||
|
focus = {
|
||||||
|
followMouse = "no";
|
||||||
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{ command = "element-desktop"; }
|
{ command = "element-desktop"; }
|
||||||
{ command = "thunderbird"; }
|
{ command = "thunderbird"; }
|
||||||
|
@ -277,6 +282,10 @@ in
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
assigns = {
|
||||||
|
"9" = [{ class = "^Element$"; }];
|
||||||
|
# "10" = [{ class = "^Thunderbird"; }];
|
||||||
|
};
|
||||||
keybindings = {
|
keybindings = {
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
"${modifier}+Return" = "exec ${terminal}";
|
"${modifier}+Return" = "exec ${terminal}";
|
||||||
|
|
Loading…
Reference in a new issue