first push of my config files
[my-dotfiles.git] / bin / blackpearl-window.sh
CommitLineData
fdd76fc5 1#!/bin/sh
2
3case $1 in
4 all )
5 rofi -no-lazy-grab -show window -theme blackpearl/appmenu.rasi
6 ;;
7 desktop )
8 rofi -no-lazy-grab -show windowcd -theme blackpearl/appmenu.rasi
9 ;;
10esac
11
12