diff options
| author | Blista Kanjo | 2023-02-04 11:28:56 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2023-02-04 11:28:56 -0500 |
| commit | e1e36e1eb94d9ee9536401a158147cc2c01ac28f (patch) | |
| tree | d069b3f0b4d2accf754a3fae8d639840abc77ce4 /.config/awesome/rc.lua | |
| parent | 84da4e246d8d2d644bca757e757b5566bbea74ea (diff) | |
refactor: migrated to a personal build of slock for the lock screen
Diffstat (limited to '.config/awesome/rc.lua')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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}, } |
