X-Git-Url: https://git.danix.xyz/?p=danixland-rofi.git;a=blobdiff_plain;f=scripts%2Fdarknix-window.sh;fp=scripts%2Fdarknix-window.sh;h=eb4f161480cc2dc16771a9b1aa865d0db0e21361;hp=0000000000000000000000000000000000000000;hb=a442b5f5948a8099c458cc85b7dc3ae8a3af1f28;hpb=dfe1ea0cd0abfd1ed332cbbd85d3d73108b4be49 diff --git a/scripts/darknix-window.sh b/scripts/darknix-window.sh new file mode 100755 index 0000000..eb4f161 --- /dev/null +++ b/scripts/darknix-window.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +case $1 in + all ) + rofi -no-lazy-grab -show window -theme darknix/main.rasi + ;; + desktop ) + rofi -no-lazy-grab -show windowcd -theme darknix/main.rasi + ;; +esac + +