From e1e36e1eb94d9ee9536401a158147cc2c01ac28f Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sat, 4 Feb 2023 11:28:56 -0500 Subject: refactor: migrated to a personal build of slock for the lock screen --- .config/awesome/autorun.sh | 2 +- .config/awesome/rc.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config/awesome') diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index 042a31f..257290a 100755 --- a/.config/awesome/autorun.sh +++ b/.config/awesome/autorun.sh @@ -34,7 +34,7 @@ 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 xss-lock i3lock-fancy +run xss-lock slock 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 9509cd5..f86796a 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -116,7 +116,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 'i3lock-fancy'") end}, + { "lock", function() awful.spawn.easy_async_with_shell("sh -c 'slock'") end}, } -- cgit v1.2.3