From ae760735743700c2e71d1e118cf08e7edc4a025b Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 10 Oct 2021 03:14:58 -0400 Subject: new main menu items and picom fixes --- awesome/rc.lua | 1 + picom.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 3558fdb..d0ec162 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -64,6 +64,7 @@ myawesomemenu = { { "hotkeys", function() hotkeys_popup.show_help(nil, awful.screen.focused()) end }, -- { "manual", terminal .. " -e man awesome" }, { "config", editor .. " " .. awesome.conffile }, + { "picom", function() awful.spawn("sh -c 'kate $HOME/.config/picom.conf'") end }, { "refresh", awesome.restart }, { "reboot" , function() awful.spawn("sh -c 'gksudo reboot now'") end }, -- { "quit", function() awesome.quit() end }, diff --git a/picom.conf b/picom.conf index efc95f6..c87e558 100644 --- a/picom.conf +++ b/picom.conf @@ -248,7 +248,7 @@ detect-client-opacity = true; # try detecting this with X RandR extension. # # refresh-rate = 60 -refresh-rate = 0; +refresh-rate = 75; # Limit picom to repaint at most once every 1 / 'refresh_rate' second to # boost performance. This should not be used with -- cgit v1.2.3