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