summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r--hypr/hyprland.conf19
1 files changed, 13 insertions, 6 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 86f1f77..3db087f 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -2,8 +2,8 @@
#{{{ Monitor config
monitor = eDP-1, 1920x1080@60, 0x0, 1
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
@@ -22,9 +22,11 @@ exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid'
exec-once = import-gsettings icon-theme 'Mint-X-Grey'
exec-once = import-gsettings cursor-theme 'BreezeX-Black'
exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources
-exec-once = com.github.wwmm.easyeffects
-exec-once = systemctl --user start dunst
-exec-once = systemctl --user start hypridle
+#exec-once = com.github.wwmm.easyeffects
+#exec-once = systemctl --user start dunst
+#exec-once = systemctl --user start hypridle
+exec-once = dunst
+exec-once = hypridle
#exec-once = mpd
#}}}
@@ -122,7 +124,7 @@ decoration {
size = 3
passes = 1
new_optimizations = true
- xray = true
+ xray = false
}
#}}}
#{{{ Shadow options
@@ -196,6 +198,11 @@ plugin {
# Example windowrule v2
# windowrule = float, class:^(kitty)$, title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
+windowrulev2 = float, class:^(lxqt-policykit-agent)$
+windowrulev2 = tile, class:^(REAPER)$, title:^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$
+windowrulev2 = tile, class:^(REAPER)$, title:^(reaper)$
+windowrulev2 = tile, class:^(REAPER)$, title:^(Mixer)$
+windowrulev2 = move onscreen cursor -50% -50%, title:^(menu)$
#}}}
#{{{ Mods