Skip to content

Commit

Permalink
Fixing i3 detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyKatt committed Jun 5, 2013
1 parent 7d9553e commit 7501a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenfetch-dev
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,6 @@ detectwm () {
'fluxbox') WM="FluxBox";;
'fvwm') WM="FVWM";;
'herbstluftwm') WM="herbstluftwm";;
'^i3') WM="i3";;
'icewm') WM="IceWM";;
'kwin') WM="KWin";;
'metacity') WM="Metacity";;
Expand All @@ -1130,6 +1129,7 @@ detectwm () {
'wmii') WM="wmii";;
'xfwm4') WM="Xfwm4";;
'xmonad') WM="XMonad";;
'i3') WM="i3";;
esac
fi

Expand Down

0 comments on commit 7501a97

Please sign in to comment.