From 6fdb2e15687ad34b34fa1308f4eb5047cadfd125 Mon Sep 17 00:00:00 2001 From: Crescent617 Date: Thu, 11 Apr 2024 08:01:41 +0800 Subject: [PATCH] cleanup --- rc.lua | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/rc.lua b/rc.lua index d135aa5..fd5439e 100644 --- a/rc.lua +++ b/rc.lua @@ -84,29 +84,15 @@ end run_once "compton --vsync opengl-swc --backend glx" -- This function implements the XDG autostart specification ---[ awful.spawn.with_shell( 'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' .. 'xrdb -merge <<< "awesome.started:true";' -- list each of your autostart commands, followed by ; inside single quotes, followed by .. .. 'dex --environment Awesome --autostart --search-paths "$XDG_CONFIG_DIRS/autostart:${XDG_CONFIG_HOME:-$HOME/.config}/autostart"' -- https://github.com/jceb/dex ) ---]] -- Change keymaps --- [ -awful.spawn.with_shell [[ conf=$( -cat <