Initial commit
This commit is contained in:
25
dot_config/hypr/hyprland.conf.d/misc_apps.conf
Normal file
25
dot_config/hypr/hyprland.conf.d/misc_apps.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
Reference in New Issue
Block a user