Skip to content

Commit

Permalink
Merge pull request #37 from vidyasagar0405/logout_for_dwm
Browse files Browse the repository at this point in the history
updated the code to include logout for dwm
  • Loading branch information
ChrisTitusTech authored Jul 25, 2024
2 parents 3d632f0 + f88e3b2 commit 2801f6a
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 2801f6a

Please sign in to comment.