aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2023-02-03 16:25:20 -0500
committerBlista Kanjo2023-02-03 16:25:20 -0500
commitb97ec2051783119afbb8c4a8140bbaf07f1be89f (patch)
tree87a249b6bb9fbf4a86bfe0e68daec420d2b38a78
parentd2dbfa4466eadd83cbd3c96f2d7e1a35400db38a (diff)
refactor: migrated to the lxqt-power-manager
-rwxr-xr-x.config/awesome/autorun.sh4
-rw-r--r--.config/awesome/rc.lua2
2 files changed, 4 insertions, 2 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh
index c7e1c66..9a546fe 100755
--- a/.config/awesome/autorun.sh
+++ b/.config/awesome/autorun.sh
@@ -33,7 +33,9 @@ run /usr/lib/gsd-power
run /usr/bin/gnome-keyring-daemon --start --components=pkcs11
run /usr/bin/gnome-keyring-daemon --start --components=secrets
run /usr/bin/gnome-keyring-daemon --start --components=ssh
-run xfce4-power-manager
+# run xfce4-power-manager
+run light-locker
+run lxqt-powermanagement
run dunst
run ~/.config/awesome/xinput-daemon.sh
run ~/.config/awesome/keymapper.sh
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 3e4fd2b..f47aad6 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -78,7 +78,7 @@ myawesomemenu = {
{ "stagnate", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl hibernate'") end},
{ "suspend", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl suspend'") end},
{ "logout", function () awful.spawn("sh -c 'pkill -9 -u $USER'") end },
- { "lock", function() awful.spawn.easy_async_with_shell("sh -c 'xflock4'") end},
+ { "lock", function() awful.spawn.easy_async_with_shell("sh -c 'xdg-screensaver lock'") end},
}
mymainmenu = awful.menu({ items = { { "applications", xdgmenu, beautiful.awesome_icon },