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 },
|
properties = { fullscreen = true },
|
||||||
})
|
})
|
||||||
|
|
||||||
ruled.client.append_rule({
|
|
||||||
rule = { class = "edmarketconnector" },
|
|
||||||
properties = { floating = true },
|
|
||||||
})
|
|
||||||
|
|
||||||
ruled.client.append_rule({
|
ruled.client.append_rule({
|
||||||
rule_any = {
|
rule_any = {
|
||||||
floating = true,
|
floating = true,
|
||||||
|
@ -86,4 +81,13 @@ ruled.client.connect_signal("request::rules", function()
|
||||||
floating = true,
|
floating = true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
ruled.client.append_rule({
|
||||||
|
rule = { class = "edmarketconnector" },
|
||||||
|
properties = {
|
||||||
|
floating = true,
|
||||||
|
placement = awful.placement.centered,
|
||||||
|
ontop = true,
|
||||||
|
},
|
||||||
|
})
|
||||||
end)
|
end)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
arandr
|
arandr
|
||||||
|
@ -36,6 +37,7 @@ cpio
|
||||||
ctags
|
ctags
|
||||||
dnsmasq
|
dnsmasq
|
||||||
dunst
|
dunst
|
||||||
|
edmarketconnector
|
||||||
efibootmgr
|
efibootmgr
|
||||||
exfatprogs
|
exfatprogs
|
||||||
eza
|
eza
|
||||||
|
|
Loading…
Reference in a new issue