Add bash_profile support for xsecurelock, add config.fish supportt for xsecurelock

This commit is contained in:
2023-06-29 00:13:36 -04:00
parent db4e9431f1
commit d19fd744a5
4 changed files with 49 additions and 8 deletions

View File

@ -157,6 +157,7 @@ keys = [
Key([mod], "w", lazy.window.kill(), desc="Kill focused window"),
Key([mod, "control"], "r", lazy.reload_config(), desc="Reload the config"),
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"),
Key([mod], "p", lazy.spawn('xset s activate'), desc="Lock Session"),
Key([mod], "r", lazy.spawn(rofi), desc="Launch rofi"),
Key([mod, "shift"], "y", lazy.spawn(hotkeys), desc="Show Hotkeys"),
Key([mod], "n", lazy.screen.next_group(skip_empty=True), desc="Switch to next group"),