I DONLT KNOW ANYMORE!!
This commit is contained in:
parent
5729629ba7
commit
ed8d575d18
18 changed files with 88 additions and 55 deletions
|
@ -1,8 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
# Very basic interface for rbw using rofi
|
||||
if [ $(hostname) = "syl" ]; then
|
||||
style="laptop-rbw-wayland"
|
||||
#echo "this is hidpi"
|
||||
if [ $XDG_SESSION_TYPE = "x11" ]; then
|
||||
style="laptop-rbw"
|
||||
echo "this is x11"
|
||||
else
|
||||
style="laptop-rbw-wayland"
|
||||
echo "this is wayland"
|
||||
fi
|
||||
else
|
||||
style="desktop-rbw"
|
||||
#echo "this is not hidpi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue