monitor fix

This commit is contained in:
kenji
2025-07-23 15:35:53 -05:00
parent 990b154250
commit c83ad31922
4 changed files with 20 additions and 27 deletions
+2 -2
View File
@@ -43,8 +43,8 @@
monitors = [ monitors = [
# "DP-2, highres@165,0x1080,1,vrr,1" # "DP-2, highres@165,0x1080,1,vrr,1"
# "DP-2, highres@180,0x1080,1,cm,hdr, sdrbrightness, 1.5, sdrsaturation, 0.98" # "DP-2, highres@180,0x1080,1,cm,hdr, sdrbrightness, 1.5, sdrsaturation, 0.98"
"DP-1, highres@highrr,0x0,1" "DP-1, highres@165,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98"
"DP-2, highres@165,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98" "DP-2, highres@highrr,0x0,1"
"HDMI-A-1, 1920x1080@120, 20000x20000,1" "HDMI-A-1, 1920x1080@120, 20000x20000,1"
# "HDMI-A-1, disabled" # "HDMI-A-1, disabled"
]; ];
+7 -9
View File
@@ -19,7 +19,6 @@
pavucontrol pavucontrol
wl-clipboard wl-clipboard
wget wget
protontricks
]; ];
users = { users = {
@@ -161,28 +160,27 @@
boot.loader.timeout = 0; boot.loader.timeout = 0;
boot.loader.limine.maxGenerations = 5; boot.loader.limine.maxGenerations = 5;
hardware.amdgpu.initrd.enable = true; hardware.amdgpu.initrd.enable = true;
boot.kernelParams = [ boot.kernelParams = [
"quiet" "quiet"
"splash" "splash"
"boot.shell_on_fail" "boot.shell_on_fail"
"udev.log_priority=3" "udev.log_priority=3"
"rd.systemd.show_status=auto" "rd.systemd.show_status=auto"
"iommu=pt"
"amd_pstate=active" "amd_pstate=active"
]; ];
boot.kernelPackages = pkgs.linuxPackages_cachyos; boot.kernelPackages = pkgs.linuxPackages_cachyos;
boot.kernel.sysctl = { # boot.kernel.sysctl = {
"kernel.split_lock_mitigate" = 0; # "kernel.split_lock_mitigate" = 0;
"kernel.nmi_watchdog" = 0; # "kernel.nmi_watchdog" = 0;
"kernel.sched_bore" = "1"; # "kernel.sched_bore" = "1";
}; # };
#
boot.initrd = { boot.initrd = {
systemd.enable = true; systemd.enable = true;
kernelModules = []; kernelModules = [];
verbose = false; verbose = false;
}; };
boot.plymouth.enable = true; boot.plymouth.enable = true;
boot.plymouth.theme = "seal"; boot.plymouth.theme = "seal";
boot.plymouth.themePackages = with pkgs; [ boot.plymouth.themePackages = with pkgs; [
+10 -10
View File
@@ -44,14 +44,14 @@
"workspace special:music, initialTitle:Spotify( Free)?" "workspace special:music, initialTitle:Spotify( Free)?"
"workspace special:communication, class:discord|equibop|vesktop|whatsapp" "workspace special:communication, class:discord|equibop|vesktop|whatsapp"
"workspace special:todo, class:Todoist" "workspace special:todo, class:Todoist"
"workspace special:gaming, class:^(steam_app_.*)$" "workspace special:steam, class:^(steam_app_.*)$"
"noinitialfocus, class:discord" "noinitialfocus, class:discord"
"focusonactivate 0, class:discord" "focusonactivate 0, class:discord"
# Always full screen # Always full screen
# "fullscreen, title:^(Steam Big Picture Mode)$" # "fullscreen, title:^(Steam Big Picture Mode)$"
# "fullscreen, title:^(steam_app_.*)$" "fullscreen, title:^(steam_app_.*)$"
# Dialogs # Dialogs
"float, title:(Select|Open)( a)? (File|Folder)(s)?" "float, title:(Select|Open)( a)? (File|Folder)(s)?"
@@ -91,15 +91,15 @@
workspace = [ workspace = [
"w[tv1]s[false], gapsout:20, gapsin:20" "w[tv1]s[false], gapsout:20, gapsin:20"
"f[1]s[false], gapsout:20, gapsin:20" "f[1]s[false], gapsout:20, gapsin:20"
"1, monitor:DP-2, default:true" "1, monitor:DP-1, default:true"
"2, monitor:DP-2" "2, monitor:DP-1"
"3, monitor:DP-2" "3, monitor:DP-1"
"4, monitor:DP-1" "4, monitor:DP-2"
"5, monitor:DP-1" "5, monitor:DP-2"
"6, monitor:DP-1" "6, monitor:DP-2"
"special:gaming, monitor:DP-2, persistent:true" "special:gaming, monitor:DP-1, persistent:true"
"special:steam, monitor:DP-2, persistent:true, on-created-empty:steam" "special:steam, monitor:DP-1, persistent:true, on-created-empty:steam"
]; ];
# ######## Layer rules ######## # ######## Layer rules ########
+1 -6
View File
@@ -19,16 +19,11 @@
jovian.hardware.has.amd.gpu = true; jovian.hardware.has.amd.gpu = true;
jovian.decky-loader.enable = true; jovian.decky-loader.enable = true;
jovian.decky-loader.user = "kenji"; jovian.decky-loader.user = "${myConfig.essentials.Username}";
# jovian.steamos.enableBluetoothConfig = true; # jovian.steamos.enableBluetoothConfig = true;
# jovian.steamos.enableMesaPatches = true; # jovian.steamos.enableMesaPatches = true;
jovian.steamos.useSteamOSConfig = false; jovian.steamos.useSteamOSConfig = false;
jovian.decky-loader.extraPythonPackages = pythonPackages:
with pythonPackages; [
requests
aiohttp
];
# jovian.devices.steamdeck.enableControllerUdevRules = true; # jovian.devices.steamdeck.enableControllerUdevRules = true;