26 lines
941 B
Plaintext
26 lines
941 B
Plaintext
# misc_apps.conf
|
|
|
|
# Example windowrule
|
|
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
windowrule = suppressevent maximize, class:.* # You'll probably like this.
|
|
|
|
# Godot and rename/other setting windows
|
|
#windowrule = tile, initialTitle:^(Godot)$, initialClass:^(Godot)$
|
|
#windowrule = size 30% 50%, title:^(?!Godot).+$, class:^(Godot)$
|
|
#windowrule = center, title:^(?!Godot).+$, class:^(Godot)$
|
|
|
|
# nextcloud
|
|
$nextcloud = initialTitle:^(Nextcloud)$, initialClass:^(com.nextcloud.desktopclient.nextcloud)$
|
|
windowrule = float, $nextcloud
|
|
windowrule = animation slide top, $nextcloud
|
|
windowrule = size 20% 40%, $nextcloud
|
|
windowrule = move 100%-w-2 30, $nextcloud
|
|
|
|
# KDE connect applet
|
|
$kdeconnect = initialClass:^(org.kde.connect.daemon)$
|
|
windowrule = float, $kdeconnect
|
|
|
|
$gpuscreenrecorder = initialTitle:^(gsr ui)$
|
|
#windowrule = monitor DP-3 silent, $gpuscreenrecorder
|