Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
ACuteWoof committed Jun 12, 2024
1 parent 3fbd84e commit 21fe6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
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"),
Key([mod], "a", lazy.spawn("brave -new-window notion.so"), desc="Open notion"),
Key([mod], "s", lazy.spawn("brave -new-window esv.org"), desc="Open ESV"),
# Toggle between screens
Key([mod], 'period', lazy.next_screen(), desc='Next display'),
]
Expand Down

0 comments on commit 21fe6e4

Please sign in to comment.