Skip to content

Commit

Permalink
updated the code to include logout for dwm
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyasagar0405 committed Jul 17, 2024
1 parent 3d632f0 commit f88e3b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rofi/powermenu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ run_cmd() {
bspwm)
bspc quit
;;
dwm)
pkill dwm
;;
i3)
i3-msg exit
;;
Expand Down

0 comments on commit f88e3b2

Please sign in to comment.