hyprland: update monitors
greetd: update monitors eww: update monitors hyprlock: update monitors mako: update monitors
This commit is contained in:
parent
85d75c0d7b
commit
aaaedb81e9
8 changed files with 13 additions and 11 deletions
home/wayland
|
@ -4,8 +4,8 @@
|
|||
monitor = [
|
||||
"HDMI-A-1,1920x1080@60, 3640x560, auto, transform, 3" #right
|
||||
"DP-3,1920x1080@60, 0x560, auto, transform, 1" #left
|
||||
"DP-2,2560x1440@144, 1080x1080, auto" #middle
|
||||
"DP-1,1920x1080@144, 1400x0, auto" #top
|
||||
"DP-2,1920x1080@144, 1400x0, auto" #top
|
||||
"DP-1,2560x1440@144, 1080x1080, auto" #middle
|
||||
];
|
||||
exec-once = [
|
||||
"eww open bar"
|
||||
|
|
|
@ -14,6 +14,8 @@ _: {
|
|||
"size 1200 600, title:^(satty)$"
|
||||
"idleinhibit focus, class:^(mpv)$"
|
||||
"idleinhibit always, class:^(firefox)$, title:^(.*YouTube.*|.*Twitch.*)$"
|
||||
"idleinhibit always, class:^(OBS Studio)$"
|
||||
"idleinhibit always, class:^(Moonlight)$"
|
||||
"idleinhibit fullscreen, class:^(firefox)$"
|
||||
];
|
||||
layerrule = [
|
||||
|
|
|
@ -43,7 +43,7 @@ _: {
|
|||
};
|
||||
input-field = [
|
||||
{
|
||||
monitor = "DP-2";
|
||||
monitor = "DP-1";
|
||||
size = "350, 50";
|
||||
outline_thickness = 2;
|
||||
outer_color = "rgb(f7768e)";
|
||||
|
@ -67,7 +67,7 @@ _: {
|
|||
];
|
||||
label = [
|
||||
{
|
||||
monitor = "DP-2";
|
||||
monitor = "DP-1";
|
||||
text = ''
|
||||
Hi, <i><span foreground="##f7768e">$USER</span></i>
|
||||
'';
|
||||
|
@ -80,7 +80,7 @@ _: {
|
|||
shadow_boost = 1.0;
|
||||
}
|
||||
{
|
||||
monitor = "DP-2";
|
||||
monitor = "DP-1";
|
||||
text = "$TIME";
|
||||
color = "rgb(c0caf5)";
|
||||
position = "0, 120";
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
hyprlandGreetdConf = pkgs.writeText "hyprland-greetd-conf.conf" ''
|
||||
|
||||
monitor = HDMI-A-1,disable
|
||||
monitor = DP-1,disable
|
||||
monitor = DP-2,2560x1440@144, 0x0, auto
|
||||
monitor = DP-2,disable
|
||||
monitor = DP-1,2560x1440@144, 0x0, auto
|
||||
monitor = DP-3,disable
|
||||
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue