diff --git a/config/awesome/autostart.sh b/config/awesome/autostart.sh index d85dda0d..61b0c460 100755 --- a/config/awesome/autostart.sh +++ b/config/awesome/autostart.sh @@ -7,4 +7,9 @@ function run { fi } +run picom +run nm-applet +run blueman-applet run keepassxc +run flameshot +run discord diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 17be0217..fdb8b6af 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -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,