Regenerated
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
|
||||
# Network Manager editor
|
||||
windowrule {
|
||||
name = Network-Manager-editor
|
||||
match:class = nm-connection-editor
|
||||
float = on
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
# PulseAudio Volume Control
|
||||
windowrule {
|
||||
name = pavucontrol
|
||||
match:class = org.pulseaudio.pavucontrol
|
||||
float = on
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
# Blueman Manager
|
||||
windowrule {
|
||||
name = blueman
|
||||
match:class = .blueman-manager-wrapped
|
||||
float = on
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
# Networks
|
||||
windowrule {
|
||||
name = iwgtk
|
||||
match:class = org.twosheds.iwgtk
|
||||
float = on
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
#Quickshell powermenu
|
||||
windowrule {
|
||||
name = quickshell-powermenu
|
||||
match:title = quickshell-powermenu
|
||||
opacity = 1.0 0.8
|
||||
float = on
|
||||
move = cursor -50% 0
|
||||
pin = on
|
||||
}
|
||||
|
||||
#Quickshell layoutswitcher
|
||||
windowrule {
|
||||
name = quickshell-layoutswitcher
|
||||
match:title = quickshell-layoutswitcher
|
||||
opacity = 1.0 0.8
|
||||
float = on
|
||||
move = cursor -50% 0
|
||||
pin = on
|
||||
}
|
||||
|
||||
#Quickshell media menu
|
||||
windowrule {
|
||||
name = quickshell-media
|
||||
match:title = quickshell-media
|
||||
float = on
|
||||
move = cursor -50% 0
|
||||
pin = on
|
||||
}
|
||||
|
||||
# Wofi window rules
|
||||
# (match: fields do not support $variables, hardcoded intentionally)
|
||||
windowrule {
|
||||
name = wofi
|
||||
match:class = ^(wofi)$
|
||||
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
|
||||
rounding = 14
|
||||
}
|
||||
Reference in New Issue
Block a user