This commit is contained in:
2025-07-05 10:15:23 +02:00
parent 2a23f575b2
commit 2ca846d0a3
6 changed files with 62 additions and 62 deletions

View File

@@ -65,7 +65,7 @@ in {
(mkIf (host == "cnixtop") {
programs.hyprland.settings = {
render = {
direct_scanout = false;
direct_scanout = 1;
};
cursor = {
no_hardware_cursors = 2;
@@ -75,6 +75,7 @@ in {
};
misc = {
vrr = 0;
vfr = true;
};
};
})
@@ -89,7 +90,7 @@ in {
};
misc = {
vrr = 0;
vfr = 1;
vfr = true;
};
};
})
@@ -97,7 +98,7 @@ in {
(mkIf (host == "toothpc") {
programs.hyprland.settings = {
render = {
direct_scanout = false;
direct_scanout = 0;
};
cursor = {
no_hardware_cursors = true;

View File

@@ -56,8 +56,8 @@ in {
"float, class:^(com.github.hluk.copyq)$"
"float, class:^(blueman-manager)$"
"workspace 5 silent, class:^(discord)$"
"workspace 5 silent, class:^(vesktop)$"
# "workspace 5 silent, class:^(discord)$"
# "workspace 5 silent, class:^(vesktop)$"
"workspace 4 silent, class:^(steam_app_0)$"
"workspace 4 silent, title:^(World of Warcraft)$"
];
@@ -84,7 +84,7 @@ in {
"name:2,monitor:DP-3"
"name:3,monitor:DP-3"
"name:4,monitor:DP-3"
"name:5,monitor:DP-4"
"name:5,monitor:DP-3"
"name:6,monitor:DP-3"
"name:7,monitor:DP-3"
"name:8,monitor:DP-3"

View File

@@ -15,7 +15,7 @@ in {
{
programs.hyprland.settings = {
exec-once = [
"sleep 2 && uwsm finalize"
"uwsm finalize"
"hyprlock"
];
};