Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
ACuteWoof committed Jun 11, 2024
1 parent 243293b commit 08fe690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@
[mod], "v", lazy.spawn("rofi -show window"), desc="Show active windows in rofi"
),
Key([mod], "f", lazy.spawn("flameshot gui"), desc="Open flameshot gui"),
Key([mod], "s", lazy.spawn("scrot"), desc="Take full screen ss using scrot"),
Key([mod], "e", lazy.spawn("tauon"), desc="Open tauon music box"),
Key([mod], "z", lazy.spawn(f"{home}/.config/qtile/view.sh"), desc="View in Zathura"),
Key([mod], "y", lazy.spawn(f"{home}/.config/qtile/yt.sh"), desc="Open YouTube video in MPV"),
Key([mod], "g", lazy.spawn("rofi -show filebrowser"), desc="Open YouTube video in MPV"),
Key([mod, "control"], "p", lazy.spawn("rofi -show power-menu -modi power-menu:rofi-power-menu"), desc="Power Menu"),
Key([mod], "a", lazy.spawn("brave notion.so"), desc="Open notion"),
Key([mod], "s", lazy.spawn("brave esv.org"), desc="Open ESV"),
# Toggle between screens
Key([mod], 'period', lazy.next_screen(), desc='Next display'),
]
Expand Down

0 comments on commit 08fe690

Please sign in to comment.