Skip to content
Snippets Groups Projects
Commit bc86e272 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

KEYMAP xtrlock -> i3lock

parent dfc5c3d9
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ def f(self): ...@@ -147,7 +147,7 @@ def f(self):
return CONFIRM_CMD("i3-msg exit", "Do you really want to EXIT i3?") return CONFIRM_CMD("i3-msg exit", "Do you really want to EXIT i3?")
@action_implement("EXIT_LOCK") @action_implement("EXIT_LOCK")
def f(self): def f(self):
return CMD("xtrlock") return CMD("i3lock")
@action_init() @action_init()
def LIGHT(self, raw=None, val=None, change=None): def LIGHT(self, raw=None, val=None, change=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment