mreow
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
modules.nikpkgs
|
||||
modules.fonts
|
||||
modules.unity
|
||||
modules.printing
|
||||
<modules/hyprland/doloro-settings>
|
||||
(modules.obs {
|
||||
audio = true;
|
||||
@@ -78,23 +79,23 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
xdg.configFile."hypr/hyprland-local.lua" = {
|
||||
text = ''
|
||||
-- Host overrides (desktop): pin workspaces to monitors.
|
||||
-- HDMI-A-1 (left) shows workspace 1, DP-2 (right) shows workspace 2.
|
||||
hl.workspace_rule({ workspace = "name:1", monitor = "HDMI-A-1" })
|
||||
hl.workspace_rule({ workspace = "name:2", monitor = "DP-2" })
|
||||
xdg.configFile."hypr/hyprland-local.lua" = {
|
||||
text = ''
|
||||
-- Host overrides (desktop): pin workspaces to monitors.
|
||||
-- HDMI-A-1 (left) shows workspace 1, DP-2 (right) shows workspace 2.
|
||||
hl.workspace_rule({ workspace = "name:1", monitor = "HDMI-A-1" })
|
||||
hl.workspace_rule({ workspace = "name:2", monitor = "DP-2" })
|
||||
|
||||
-- Autostart (workspace placement applies only to these spawned windows)
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("steam", { workspace = "6 silent" })
|
||||
hl.exec_cmd("telegram-desktop", { workspace = "8 silent" })
|
||||
hl.exec_cmd("equibop", { workspace = "8 silent" })
|
||||
hl.exec_cmd("spotify", { workspace = "9 silent" })
|
||||
hl.exec_cmd("obs", { workspace = "10 silent" })
|
||||
end)
|
||||
'';
|
||||
};
|
||||
-- Autostart (workspace placement applies only to these spawned windows)
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("steam", { workspace = "6 silent" })
|
||||
hl.exec_cmd("telegram-desktop", { workspace = "8 silent" })
|
||||
hl.exec_cmd("equibop", { workspace = "8 silent" })
|
||||
hl.exec_cmd("spotify", { workspace = "9 silent" })
|
||||
hl.exec_cmd("obs", { workspace = "10 silent" })
|
||||
end)
|
||||
'';
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
equibop
|
||||
telegram-desktop
|
||||
|
||||
Reference in New Issue
Block a user