shortcuts rework

This commit is contained in:
ggodot 2025-01-06 01:49:35 +01:00
parent 270ab4efe9
commit 51271a86e6
2 changed files with 7 additions and 2 deletions

View File

@ -7,7 +7,7 @@
- [ ] function that calls for change on wallpaper - [ ] function that calls for change on wallpaper
# Bugs # Bugs
- [ ] Move to diff group not to push me to it
# NextTime # NextTime
- [ ] transparent color [0] - [ ] transparent color [0]

View File

@ -14,6 +14,9 @@ shift = "shift"
alt = "mod1" alt = "mod1"
home = os.path.expanduser('~') 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/theater_by_flaviobollo.jpg'
#tapeta = '/home/godot/.config/qtile/wallpapers/McEscher-Street.jpg' #tapeta = '/home/godot/.config/qtile/wallpapers/McEscher-Street.jpg'
@ -76,7 +79,9 @@ keys = [
# Shortcuts # Shortcuts
Key([mod], "Return", lazy.spawn('alacritty'), desc="Launch terminal"), Key([mod], "Return", lazy.spawn('alacritty'), desc="Launch terminal"),
Key([mod], "w", lazy.spawn("firefox"), desc="Launch firefox"), 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], "k", lazy.spawn("keepassxc"), desc="Launch KeePassXC"),
Key([mod], "s", lazy.spawn('rofi -show ssh'), desc="Spawn rofi SSH"), Key([mod], "s", lazy.spawn('rofi -show ssh'), desc="Spawn rofi SSH"),