shortcuts rework
This commit is contained in:
parent
270ab4efe9
commit
51271a86e6
@ -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]
|
||||
|
||||
@ -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"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user