keepass+vencord

This commit is contained in:
ggodot 2024-12-12 20:10:50 +01:00
parent 9623115655
commit 04583cb734

View File

@ -46,6 +46,9 @@ keys = [
Key([mod], "Return", lazy.spawn('alacritty'), desc="Launch terminal"),
Key([mod], "w", lazy.spawn("firefox"), desc="Launch firefox"),
Key([mod], "b", lazy.spawn("betterbird"), desc="Launch betterbird"),
Key([mod], "d", lazy.spawn("vesktop"), desc="Launch discord"),
Key([mod], "k", lazy.spawn("keepassxc"), desc="Launch KeePassXC"),
Key([mod], "s", lazy.spawn('rofi -show ssh'), desc="Spawn rofi SSH"),
Key([mod], "r", lazy.spawn("rofi -show drun"), desc="Spawn rofi drun"),