added screen lock shortcut ("Pause" button)
This commit is contained in:
@@ -4,6 +4,9 @@ from libqtile.command import lazy
|
||||
from defines import mod, term
|
||||
|
||||
keys = [
|
||||
#screen lock
|
||||
Key([], "Pause" , lazy.spawn('dm-tool lock'),desc="locks session"),
|
||||
|
||||
#moving focus aroung
|
||||
Key([mod], "h", lazy.layout.left(),desc="move focus left"),
|
||||
Key([mod], "l", lazy.layout.right(),desc="move focus right"),
|
||||
|
||||
Reference in New Issue
Block a user