I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
|
@ -1,15 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $(hostname) = "syl" ]; then
|
||||
if [ $WAYLAND_DISPLAY = "wayland-0" ]; then
|
||||
style="desktop"
|
||||
else
|
||||
style="desktop"
|
||||
#echo "this is hidpi"
|
||||
fi
|
||||
style="laptop"
|
||||
else
|
||||
style="desktop"
|
||||
#echo "this is not hidpi"
|
||||
fi
|
||||
|
||||
lolcate | rofi -dmenu -p "File Search:" -i -matching regex | xargs -r0 xdg-open
|
||||
lolcate | rofi -dmenu -p "File Search:" -i -matching regex -theme ~/.config/rofi/launchers-git/$style-rbw.rasi | xargs -r0 xdg-open
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue