Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -2297,37 +2297,37 @@ get_wm() {
# On those systems we search for a list of known window managers, this can mistakenly
# match processes for another user or session and will miss unlisted window managers.
wm=$(ps "${ps_flags[@]}" | grep -m 1 -o -F \
-e arcan \
-e asc \
-e clayland \
-e dwc \
-e dwl \
-e fireplace \
-e gnome-shell \
-e greenfield \
-e grefsen \
-e hikari \
-e Hyprland \
-e kwin \
-e lipstick \
-e maynard \
-e mazecompositor \
-e motorcar \
-e orbital \
-e orbment \
-e perceptia \
-e river \
-e rustland \
-e sway$ \
-e ulubis \
-e velox \
-e wavy \
-e way-cooler \
-e wayfire \
-e wayhouse \
-e westeros \
-e westford \
-e weston)
-e ^arcan$ \
-e ^asc$ \
-e ^clayland$ \
-e ^dwc$ \
-e ^dwl$ \
-e ^fireplace$ \
-e ^gnome-shell$ \
-e ^greenfield$ \
-e ^grefsen$ \
-e ^hikari$ \
-e ^Hyprland$ \
-e ^kwin$ \
-e ^lipstick$ \
-e ^maynard$ \
-e ^mazecompositor$ \
-e ^motorcar$ \
-e ^orbital$ \
-e ^orbment$ \
-e ^perceptia$ \
-e ^river$ \
-e ^rustland$ \
-e ^sway$ \
-e ^ulubis$ \
-e ^velox$ \
-e ^wavy$ \
-e ^way-cooler$ \
-e ^wayfire$ \
-e ^wayhouse$ \
-e ^westeros$ \
-e ^westford$ \
-e ^weston$ )
fi

elif [[ $DISPLAY && $os != "Mac OS X" && $os != "macOS" && $os != FreeMiNT ]]; then
Expand Down