diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-06-10 23:44:59 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-06-10 23:44:59 +0200 |
commit | 831e0684f09f34b83190512b57576912a4fa4b71 (patch) | |
tree | c39b42f1e1b32281995baff0308011e7a771fc7a /config/awesome | |
parent | 09bbcc2be77ba0d3aa02d3c66fb8dc1a6a909296 (diff) | |
download | dotfiles-831e0684f09f34b83190512b57576912a4fa4b71.tar.gz dotfiles-831e0684f09f34b83190512b57576912a4fa4b71.tar.bz2 dotfiles-831e0684f09f34b83190512b57576912a4fa4b71.zip |
local configs
Diffstat (limited to 'config/awesome')
-rw-r--r-- | config/awesome/rc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index fbd9371..08a5794 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -611,7 +611,6 @@ local function run_once(cmd) awful.spawn.with_shell("pgrep -u $USER -x " .. findme .. " > /dev/null || (" .. cmd .. ")") end -run_once("shepherd") run_once("nextcloud") run_once("light-locker") run_once("redshift-gtk") |