diff options
author | zachir <zachir@librem.one> | 2024-01-02 15:58:51 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-01-02 15:58:51 -0600 |
commit | 7b540ec7b7d3322fee585b48e34081eac075bad5 (patch) | |
tree | e2692456a78a91a0d6cfaaead6447f1e9dada212 /hypr | |
parent | d8ffa9a96d6c4ed9eab9dedfa37c894f85e89929 (diff) |
cla: hypr & waybar: set monitor config
This configures specifically cla monitors for hyprland and waybar.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 153ff91..b4b55e3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,8 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #{{{ Monitor config monitor = , preferred, auto, 1 -monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 -monitor = DP-1, 1920x1080@60, 1920x0, 1 +monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1 +monitor = DP-1, 1920x1080@60, 0x0, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -148,13 +148,15 @@ plugin { # Example windowrule v2 # windowrulev2 = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrule = windowdance, title:^(Rhythm Doctor)$ +windowrule = windowdance, class:^(oneshot)$ windowrule = fullscreen, ^(Xephyr)$ windowrule = float, title:^(LibreWolf - Choose User Profile)$ -windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ -windowrulev2 = float,floating:0,title:^(menu*) -windowrulev2 = forceinput,title:^(menu*) -windowrulev2 = windowdance,title:^(menu*) +windowrulev2 = tile, class:^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ +#windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ +#windowrulev2 = float,floating:0, title:^(menu)$ +#windowrulev2 = forceinput, title:^(menu)$ +#windowrulev2 = windowdance, title:^(menu)$ +#windowrulev2 = nofocus, title:^(menu)$, class:^(yabridge\-host\.exe\.so)$ #}}} #{{{ Mods |