From a7ac3329447e06734a7ce5b32f6a6a13dcd99585 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 17:04:30 +0300 Subject: [PATCH] todo make this with only lua --- config/awesome/autostart.sh | 5 +++++ config/awesome/rc.lua | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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,