tweak(qtile): remove kexec Power option
This commit is contained in:
parent
2af54e28fe
commit
d4ace6e3fe
1 changed files with 0 additions and 5 deletions
|
@ -327,11 +327,6 @@ keys = [
|
||||||
lazy.spawn("shutdown now"),
|
lazy.spawn("shutdown now"),
|
||||||
desc="Shuts down the system",
|
desc="Shuts down the system",
|
||||||
),
|
),
|
||||||
Key(
|
|
||||||
[], "k",
|
|
||||||
lazy.spawn("systemctl kexec"),
|
|
||||||
desc="Quick reboots system, directly loading kernel into memory",
|
|
||||||
),
|
|
||||||
Key(
|
Key(
|
||||||
[], "l",
|
[], "l",
|
||||||
lazy.spawn("kill -9 -1"),
|
lazy.spawn("kill -9 -1"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue