From d4ace6e3fed269db866df028c1c27d4e13e8bc74 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 5 Oct 2022 20:38:35 -0400 Subject: [PATCH] tweak(qtile): remove kexec Power option --- users/infinidoge/config/qtile/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/users/infinidoge/config/qtile/config.py b/users/infinidoge/config/qtile/config.py index d803e8e..4d501f5 100644 --- a/users/infinidoge/config/qtile/config.py +++ b/users/infinidoge/config/qtile/config.py @@ -327,11 +327,6 @@ keys = [ lazy.spawn("shutdown now"), desc="Shuts down the system", ), - Key( - [], "k", - lazy.spawn("systemctl kexec"), - desc="Quick reboots system, directly loading kernel into memory", - ), Key( [], "l", lazy.spawn("kill -9 -1"),