From 3b3067d576ca30c964704c411be5c104983cbc90 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 18 May 2024 16:41:15 +0000 Subject: [PATCH] update from master --- _widgets/logout-popup-widget.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_widgets/logout-popup-widget.md b/_widgets/logout-popup-widget.md index 719b252..b3f9c04 100644 --- a/_widgets/logout-popup-widget.md +++ b/_widgets/logout-popup-widget.md @@ -69,6 +69,12 @@ Then | `onreboot` | `function() awful.spawn.with_shell("reboot") end` | Function which is called when the reboot button is pressed | | `onsuspend` | `function() awful.spawn.with_shell("systemctl suspend") end` | Function which is called when the suspend button is pressed | | `onpoweroff` | `function() awful.spawn.with_shell("shutdown now") end` | Function which is called when the poweroff button is pressed | +| `onlogout_key` | l | Keybinding to execute the logout function | +| `onlock_key` | k | Keybinding to execute the lock function | +| `onreboot_key` | r | Keybinding to execute the reboot function | +| `onsuspend_key` | u | Keybinding to execute the suspend function | +| `onpoweroff_key` | s | Keybinding to execute the poweroff function | +| `ignore_case` | true | Ignore if CAPS LOCK is enabled | Some color themes for inspiration: