summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hypr/hyprland.conf3
-rw-r--r--hypr/hyprscratch.conf9
2 files changed, 11 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 0707db4..53dce7d 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -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 = easyeffects
exec-once = systemctl --user start dunst
exec-once = systemctl --user start hypridle
exec-once = xwayland-satellite :1
@@ -224,6 +223,7 @@ windowrulev2 = move cursor,class:REAPER,floating:1
windowrulev2 = nofocus,class:REAPER,title:^(menu)$
windowrulev2 = nofocus,class:REAPER,title:^$
windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\.easyeffects)$
+windowrulev2 = workspace special:sonobus silent, class: ^(SonoBus)$
# Fix brave xray menus
windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$
#}}}
@@ -445,6 +445,7 @@ bind = $mainMod CONTROL, F, exec, hyprscratch toggle sptodo
bind = $mainMod CONTROL, G, exec, hyprscratch toggle sptrmc
bind = $mainMod CONTROL, Q, exec, hyprscratch toggle helvum
bind = $mainMod CONTROL, E, exec, hyprscratch toggle easyeffects
+bind = $mainMod CONTROL, r, exec, hyprscratch toggle sonobus
#}}}
#{{{ OBS bindings
diff --git a/hypr/hyprscratch.conf b/hypr/hyprscratch.conf
index 4274dcd..204e582 100644
--- a/hypr/hyprscratch.conf
+++ b/hypr/hyprscratch.conf
@@ -123,3 +123,12 @@ easyeffects {
options = special
}
+sonobus {
+ # Mandatory fields
+ title = SonoBus
+ command = sonobus
+
+ # Optional fields
+ options = special
+}
+