Add keybinding for theme change
This commit is contained in:
parent
e69f24aff9
commit
6e037e50e6
@ -130,6 +130,7 @@ keys = [
|
|||||||
Key([mod], "r", lazy.spawn("rofi -show drun -icon-theme 'Papirus' -show-icons"), desc="Launch Rofi"),
|
Key([mod], "r", lazy.spawn("rofi -show drun -icon-theme 'Papirus' -show-icons"), desc="Launch Rofi"),
|
||||||
Key([mod], "b", lazy.spawn(browser), desc="Launch Chromium"),
|
Key([mod], "b", lazy.spawn(browser), desc="Launch Chromium"),
|
||||||
Key([mod], "v", lazy.spawn("/home/raabe/dotfiles/scripts/looking-glass.sh"), desc="Start Looking Glass Client"),
|
Key([mod], "v", lazy.spawn("/home/raabe/dotfiles/scripts/looking-glass.sh"), desc="Start Looking Glass Client"),
|
||||||
|
Key([mod, "shift"], "w", lazy.spawn("/home/raabe/dotfiles/scripts/updatewal.sh"), desc="Update Thema and Wallpaper"),
|
||||||
|
|
||||||
# Scratchpads
|
# Scratchpads
|
||||||
Key([mod, "shift"], "t", lazy.group["terminal"].dropdown_toggle("term")),
|
Key([mod, "shift"], "t", lazy.group["terminal"].dropdown_toggle("term")),
|
||||||
|
Loading…
Reference in New Issue
Block a user