xwayland: refer to xrandr package rather than global installation
This commit is contained in:
parent
ca03ee5cb4
commit
7f80d5a263
|
@ -80,9 +80,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"xrandr --output DP-2 --primary"
|
|
||||||
"[workspace 1 silent] obsidian --disabled-gpu"
|
"[workspace 1 silent] obsidian --disabled-gpu"
|
||||||
"[workspace 9 silent] git-butler"
|
"[workspace 9 silent] git-butler"
|
||||||
|
|
||||||
|
"${pkgs.xorg.xrandr}/bin/xrandr --output DP-2 --primary"
|
||||||
];
|
];
|
||||||
|
|
||||||
workspace = [
|
workspace = [
|
||||||
|
|
Loading…
Reference in a new issue