todo make this with only lua
This commit is contained in:
parent
2db310a772
commit
a7ac332944
|
@ -7,4 +7,9 @@ function run {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
run picom
|
||||||
|
run nm-applet
|
||||||
|
run blueman-applet
|
||||||
run keepassxc
|
run keepassxc
|
||||||
|
run flameshot
|
||||||
|
run discord
|
||||||
|
|
|
@ -453,7 +453,8 @@ root.keys(globalkeys)
|
||||||
awful.rules.rules = {
|
awful.rules.rules = {
|
||||||
-- All clients will match this rule.
|
-- All clients will match this rule.
|
||||||
{
|
{
|
||||||
rule = {},
|
rule = {
|
||||||
|
},
|
||||||
properties = {
|
properties = {
|
||||||
border_width = beautiful.border_width,
|
border_width = beautiful.border_width,
|
||||||
border_color = beautiful.border_normal,
|
border_color = beautiful.border_normal,
|
||||||
|
|
Loading…
Reference in a new issue