fixed issues with laptop not going into sleep mode

This commit is contained in:
Aleksandr Lebedev 2026-02-07 12:08:10 +01:00
parent 0eb1620a5a
commit 2195bedaa9
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,8 @@
general { general {
lock_cmd = qs ipc call lock lock lock_cmd = qs ipc call lock lock
before_sleep_cmd = loginctl lock-session before_sleep_cmd = loginctl lock-session
ignore_dbus_inhibit = false ignore_dbus_inhibit = true
ignore_systemd_inhibit = false ignore_systemd_inhibit = true
} }
listener { listener {

View file

@ -387,7 +387,6 @@ binds {
Mod+E hotkey-overlay-title="Run Emacs" { spawn-sh "emacsclient -c"; } Mod+E hotkey-overlay-title="Run Emacs" { spawn-sh "emacsclient -c"; }
Mod+B hotkey-overlay-title="Open a browser: Librewolf" { spawn "librewolf"; } Mod+B hotkey-overlay-title="Open a browser: Librewolf" { spawn "librewolf"; }
Mod+Shift+C hotkey-overlay-title="Open a file manager: Dolphin" { spawn "dolphin"; } Mod+Shift+C hotkey-overlay-title="Open a file manager: Dolphin" { spawn "dolphin"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn-sh "qs ipc call lock lock"; }
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc. // Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
Mod+Space hotkey-overlay-title="Application Launcher" { Mod+Space hotkey-overlay-title="Application Launcher" {