mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-17 04:24:11 -05:00
framework updates
This commit is contained in:
parent
58ad7c560c
commit
8df3527657
2 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
hyprMonitorConfig =
|
||||
if osConfig.networking.hostName == "Parzival"
|
||||
then ./configs/hypr/parzival-monitors.conf
|
||||
else if osConfig.networking.hostName == "Parzival-Mobile"
|
||||
else if osConfig.networking.hostName == "Parzival-Mobile" || osConfig.networking.hostName == "Parzival-Framework"
|
||||
then ./configs/hypr/parzival_mobile-monitors.conf
|
||||
else null;
|
||||
swayMonitorConfig =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue