Removed some lines to make configuration more generic and removed some old lines
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
# 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
|
||||
@@ -20,6 +15,3 @@ 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