Update .config/awesome/main/rules.lua
Update .config/packages/archgirlie
This commit is contained in:
parent
aadc4da9e4
commit
daa2b7ab1a
2 changed files with 11 additions and 5 deletions
|
@ -58,11 +58,6 @@ ruled.client.connect_signal("request::rules", function()
|
|||
properties = { fullscreen = true },
|
||||
})
|
||||
|
||||
ruled.client.append_rule({
|
||||
rule = { class = "edmarketconnector" },
|
||||
properties = { floating = true },
|
||||
})
|
||||
|
||||
ruled.client.append_rule({
|
||||
rule_any = {
|
||||
floating = true,
|
||||
|
@ -86,4 +81,13 @@ ruled.client.connect_signal("request::rules", function()
|
|||
floating = true,
|
||||
},
|
||||
})
|
||||
|
||||
ruled.client.append_rule({
|
||||
rule = { class = "edmarketconnector" },
|
||||
properties = {
|
||||
floating = true,
|
||||
placement = awful.placement.centered,
|
||||
ontop = true,
|
||||
},
|
||||
})
|
||||
end)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
||||
aic94xx-firmware
|
||||
alsa-utils
|
||||
arandr
|
||||
|
@ -36,6 +37,7 @@ cpio
|
|||
ctags
|
||||
dnsmasq
|
||||
dunst
|
||||
edmarketconnector
|
||||
efibootmgr
|
||||
exfatprogs
|
||||
eza
|
||||
|
|
Loading…
Reference in a new issue