Skip to content

Commit

Permalink
fix(rofi): removed unexpeced rofi command in switch-off script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 4, 2025
1 parent cb81090 commit a51d15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/rofi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let
"$SHUTDOWN")
${systemd}/bin/poweroff
;;
"$LOGOUT")rofi
"$LOGOUT")
DESKTOP=$(${toybox}/bin/pgrep ${cfg.desktopName})
if [ -n "$DESKTOP" ]; then
echo "Kill ${cfg.desktopName} $DESKTOP"
Expand Down

0 comments on commit a51d15a

Please sign in to comment.