todo make this with only lua

This commit is contained in:
Sakooooo 2023-08-13 17:04:30 +03:00
parent 2db310a772
commit a7ac332944
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 7 additions and 1 deletions

View file

@ -7,4 +7,9 @@ function run {
fi fi
} }
run picom
run nm-applet
run blueman-applet
run keepassxc run keepassxc
run flameshot
run discord

View file

@ -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,