tweak(qtile): remove kexec Power option

This commit is contained in:
Infinidoge 2022-10-05 20:38:35 -04:00
parent 2af54e28fe
commit d4ace6e3fe

View file

@ -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"),