summaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'hypr')
-rw-r--r--hypr/hyprland.conf25
-rw-r--r--hypr/hyprscratch.conf9
2 files changed, 26 insertions, 8 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index e2c8f64..3cf64ce 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -1,7 +1,7 @@
# See https://wiki.hypr.land/Configuring/Monitors/
#{{{ Monitor config
-#monitor = DP-2, 1920x1080@75, 0x0, 1
-#monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1
+monitor = DP-2, 1920x1080@75, 0x0, 1
+monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1
#monitor = eDP-1, 1920x1080@60, 0x0, 1
monitor = , preferred, auto, 1
#}}}
@@ -29,7 +29,6 @@ exec-once = import-gsettings icon-theme 'Papirus-Dark'
exec-once = import-gsettings cursor-theme 'BreezeX-Black'
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
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 = xwayland-satellite :1
@@ -215,8 +214,18 @@ plugin {
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrule = float, class:^(kitty)$, title:^(kitty)$
+# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
+windowrulev2 = float, match:class ^(lxqt-policykit-agent)$
+windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$
+windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(reaper)$
+windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(Mixer)$
+windowrulev2 = move onscreen cursor -50% -50%, match:title ^(menu)$
+windowrulev2 = move cursor, match:class REAPER, match:floating on
+windowrulev2 = nofocus, match:class REAPER, match:title ^(menu)$
+windowrulev2 = nofocus, match:class REAPER, match:title ^$
# See https://wiki.hypr.land/Configuring/Window-Rules/ for more
-windowrulev2 = workspace special:easyeffects silent, match: class ^(com\.github\.wwmm\.easyeffects)$
+windowrulev2 = workspace special:easyeffects silent, match:class ^(com\.github\.wwmm\.easyeffects)$
+windowrulev2 = workspace special:sonobus silent, match:class ^(SonoBus)$
# Fix brave xray menus
windowrulev2 = xray 0, match:class ^(\s*), match:title ^(\s*)$
# Center floating XWayland windows
@@ -482,9 +491,9 @@ bind = , XF86AudioNext, exec, playerctl next
bind = , XF86AudioMute, exec, volsv -t
#bindl = , XF86AudioMicMute, exec, volsv -m
bind = , XF86AudioMicMute, exec, volsv -m
-bindel = , XF86MonBrightnessUp, exec, bl -i
-bindel = , XF86MonBrightnessDown, exec, bl -d
-bindl = $mainMod, XF86MonBrightnessUp, exec, bl -I 1
-bindl = $mainMod, XF86MonBrightnessDown, exec, bl -D 1
+bindel = , XF86MonBrightnessUp, exec, bl -x -i
+bindel = , XF86MonBrightnessDown, exec, bl -x -d
+bindl = $mainMod, XF86MonBrightnessUp, exec, bl -x -I 1
+bindl = $mainMod, XF86MonBrightnessDown, exec, bl -x -D 1
bind = , Print, exec, scrshot
#}}}
diff --git a/hypr/hyprscratch.conf b/hypr/hyprscratch.conf
index fe3cda6..f614cda 100644
--- a/hypr/hyprscratch.conf
+++ b/hypr/hyprscratch.conf
@@ -112,3 +112,12 @@ easyeffects {
options = lazy
}
+sonobus {
+ # Mandatory fields
+ title = SonoBus
+ command = sonobus
+
+ # Optional fields
+ options = special
+}
+