first push of my config files
[my-dotfiles.git] / bin / blackpearl-window.sh
1 #!/bin/sh
2
3 case $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 ;;
10 esac
11
12