scratchpad from bling awesome

This commit is contained in:
Chris Cochrun 2021-09-08 09:27:25 -05:00
parent 0d7f3e5a89
commit 87ee1ba3d0
20 changed files with 724 additions and 117 deletions

View file

@ -4,7 +4,7 @@ if [ $(hostname) = "syl" ]; then
if [ $WAYLAND_DISPLAY = "wayland-0" ]; then
style="desktop"
else
style="laptop"
style="desktop"
#echo "this is hidpi"
fi
else
@ -12,4 +12,4 @@ else
#echo "this is not hidpi"
fi
lolcate | rofi -dmenu -p "File Search:" -i -config ~/.config/rofi/launchers-git/$style.rasi -matching regex | xargs -r0 xdg-open
lolcate | rofi -dmenu -p "File Search:" -i -matching regex | xargs -r0 xdg-open