monitor fix
This commit is contained in:
@@ -44,14 +44,14 @@
|
||||
"workspace special:music, initialTitle:Spotify( Free)?"
|
||||
"workspace special:communication, class:discord|equibop|vesktop|whatsapp"
|
||||
"workspace special:todo, class:Todoist"
|
||||
"workspace special:gaming, class:^(steam_app_.*)$"
|
||||
"workspace special:steam, class:^(steam_app_.*)$"
|
||||
|
||||
"noinitialfocus, class:discord"
|
||||
"focusonactivate 0, class:discord"
|
||||
|
||||
# Always full screen
|
||||
# "fullscreen, title:^(Steam Big Picture Mode)$"
|
||||
# "fullscreen, title:^(steam_app_.*)$"
|
||||
"fullscreen, title:^(steam_app_.*)$"
|
||||
|
||||
# Dialogs
|
||||
"float, title:(Select|Open)( a)? (File|Folder)(s)?"
|
||||
@@ -91,15 +91,15 @@
|
||||
workspace = [
|
||||
"w[tv1]s[false], gapsout:20, gapsin:20"
|
||||
"f[1]s[false], gapsout:20, gapsin:20"
|
||||
"1, monitor:DP-2, default:true"
|
||||
"2, monitor:DP-2"
|
||||
"3, monitor:DP-2"
|
||||
"4, monitor:DP-1"
|
||||
"5, monitor:DP-1"
|
||||
"6, monitor:DP-1"
|
||||
"1, monitor:DP-1, default:true"
|
||||
"2, monitor:DP-1"
|
||||
"3, monitor:DP-1"
|
||||
"4, monitor:DP-2"
|
||||
"5, monitor:DP-2"
|
||||
"6, monitor:DP-2"
|
||||
|
||||
"special:gaming, monitor:DP-2, persistent:true"
|
||||
"special:steam, monitor:DP-2, persistent:true, on-created-empty:steam"
|
||||
"special:gaming, monitor:DP-1, persistent:true"
|
||||
"special:steam, monitor:DP-1, persistent:true, on-created-empty:steam"
|
||||
];
|
||||
|
||||
# ######## Layer rules ########
|
||||
|
||||
@@ -19,16 +19,11 @@
|
||||
jovian.hardware.has.amd.gpu = true;
|
||||
|
||||
jovian.decky-loader.enable = true;
|
||||
jovian.decky-loader.user = "kenji";
|
||||
jovian.decky-loader.user = "${myConfig.essentials.Username}";
|
||||
|
||||
# jovian.steamos.enableBluetoothConfig = true;
|
||||
# jovian.steamos.enableMesaPatches = true;
|
||||
jovian.steamos.useSteamOSConfig = false;
|
||||
jovian.decky-loader.extraPythonPackages = pythonPackages:
|
||||
with pythonPackages; [
|
||||
requests
|
||||
aiohttp
|
||||
];
|
||||
|
||||
# jovian.devices.steamdeck.enableControllerUdevRules = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user