#!/bin/bash # if pgrep plasma # then # WINDOWED="" # elif pgrep awesome # then # WINDOWED="" # else # WINDOWED="-fullscreen -normal-window" # fi exec rofi -show combi $WINDOWED