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