Hyprland: set primary monitor
This commit is contained in:
parent
d8a37e2dcb
commit
4ed7c24171
1 changed files with 3 additions and 2 deletions
|
|
@ -48,14 +48,15 @@
|
|||
''
|
||||
monitor=eDP-1,preferred,320x1440,1
|
||||
monitor=DP-1,preferred,0x0,1
|
||||
'' else ""
|
||||
''
|
||||
else ""
|
||||
}
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = waybar & swww init & blueman-applet & nm-applet & systemctl --user restart swayidle # & firefox
|
||||
exec-once = ${if nixosConfig.networking.hostName == "thor" then "xrandr --output DP-2 --primary" else ""} waybar & swww init & blueman-applet & nm-applet & systemctl --user restart swayidle # & firefox
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue