many changes
This commit is contained in:
@@ -10,15 +10,20 @@ windowrule{
|
||||
name = calculator
|
||||
match:class = calc-term
|
||||
|
||||
opacity = 0.8
|
||||
opacity = 0.7
|
||||
float = on
|
||||
center = true
|
||||
}
|
||||
windowrule{
|
||||
name = discord
|
||||
match:class = vesktop
|
||||
workspace = special:discord
|
||||
|
||||
}
|
||||
windowrule {
|
||||
# Ignore maximize requests from all apps. You'll probably like this.
|
||||
name = suppress-maximize-events
|
||||
match:class = .*
|
||||
|
||||
suppress_event = maximize
|
||||
}
|
||||
|
||||
@@ -31,7 +36,6 @@ windowrule {
|
||||
match:float = true
|
||||
match:fullscreen = false
|
||||
match:pin = false
|
||||
|
||||
no_focus = true
|
||||
}
|
||||
|
||||
@@ -45,3 +49,29 @@ windowrule {
|
||||
float = yes
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = calc-term
|
||||
match:class = calc-term
|
||||
pseudo = yes
|
||||
float = yes
|
||||
center = true
|
||||
# move = cursor_x-10 cursor_y-10
|
||||
size = monitor_w*.4 monitor_h*.4
|
||||
|
||||
}
|
||||
|
||||
windowrule{
|
||||
name = btop
|
||||
match:class = btop
|
||||
float = yes
|
||||
size = monitor_w*.9 monitor_h*.8
|
||||
dim_around = true
|
||||
|
||||
}
|
||||
windowrule{
|
||||
name = popup-term
|
||||
match:class = popup-term
|
||||
float = yes
|
||||
size = monitor_w*.9 monitor_h*.8
|
||||
dim_around = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user