Skip to content

Commit

Permalink
remove keybinds + change descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ACuteWoof committed Oct 5, 2024
1 parent 21fe6e4 commit 5f8ea33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@
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], "g", lazy.spawn("rofi -show filebrowser"), desc="Rofi File Browser"),
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 -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 5f8ea33

Please sign in to comment.