diff --git a/README.md b/README.md index 3ab4a97..b99e806 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - [ ] function that calls for change on wallpaper # Bugs - +- [ ] Move to diff group not to push me to it # NextTime - [ ] transparent color [0] diff --git a/config.py b/config.py index 10ef490..2c81a3e 100644 --- a/config.py +++ b/config.py @@ -14,6 +14,9 @@ shift = "shift" alt = "mod1" home = os.path.expanduser('~') +discord_mod = "vesktop --enable-features=UseOsonePlatform --ozone-platform=wayland" +discord = "abaddon" + tapeta = '/home/godot/.config/qtile/wallpapers/theater_by_flaviobollo.jpg' #tapeta = '/home/godot/.config/qtile/wallpapers/McEscher-Street.jpg' @@ -76,7 +79,9 @@ keys = [ # Shortcuts 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], "e", lazy.spawn("betterbird"), desc="Launch betterbird"), + Key([mod], "a", lazy.spawn(discord_mod), desc="Launch Vesktop"), + Key([mod], "d", lazy.spawn(discord), desc="Launch Abaddon"), Key([mod], "k", lazy.spawn("keepassxc"), desc="Launch KeePassXC"), Key([mod], "s", lazy.spawn('rofi -show ssh'), desc="Spawn rofi SSH"),