Skip to content

Commit

Permalink
power menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ACuteWoof committed May 20, 2024
1 parent be0350d commit d1c9681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
Key([mod], "s", lazy.spawn("scrot"), desc="Take full screen ss using scrot"),
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="View in MPV"),
Key([mod, "control"], "p", lazy.spawn("rofi -show power-menu -modi power-menu:rofi-power-menu"), desc="Rofi Power Menu"),
# Toggle between screens
Key([mod], 'period', lazy.next_screen(), desc='Next monitor'),
]
Expand Down

0 comments on commit d1c9681

Please sign in to comment.