remove mouse support
This commit is contained in:
5
home.nix
5
home.nix
@@ -228,6 +228,7 @@
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
shiftwidth = 4;
|
||||
mouse = "";
|
||||
};
|
||||
globals.mapleader = " ";
|
||||
lsp-format = {
|
||||
@@ -330,7 +331,7 @@
|
||||
};
|
||||
};
|
||||
output = {
|
||||
eDP-1 = {
|
||||
"*" = {
|
||||
scale = "0";
|
||||
bg = "${config.xdg.userDirs.pictures}/Wallpapers/d3.png fill";
|
||||
};
|
||||
@@ -376,7 +377,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "Hack:size=12";
|
||||
font = "Hack:size=10";
|
||||
dpi-aware = "yes";
|
||||
};
|
||||
mouse = {
|
||||
|
||||
Reference in New Issue
Block a user