This commit is contained in:
Hadi
2024-04-20 11:50:19 +02:00
parent 86175a04e5
commit 7dd8af5bf8
2 changed files with 37 additions and 40 deletions

View File

@@ -38,11 +38,8 @@
"${pkgs.bitwarden}/bin/bitwarden"
];
monitor = [
"eDP-2,highres,0x0,1"
"desc:AOC U34G2G1 0x00000E06,highrr,2560x0,1"
",prefered,auto,1"
];
monitor =
[ "eDP-2,highres,0x0,1" "DP-8,highrr,2560x0,1" ",prefered,auto,1" ];
bind = [
"$mod, RETURN, exec, ${pkgs.kitty}/bin/kitty"
@@ -204,7 +201,7 @@
qt = {
enable = true;
platformTheme = "gtk";
platformTheme.name = "gtk";
style.name = "gtk2";
};