Scripts and a lot of other things...
This commit is contained in:
parent
93d99b81db
commit
fda17aea44
18 changed files with 420 additions and 53 deletions
11
rofi/launchers-git/run.sh
Executable file
11
rofi/launchers-git/run.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ $(hostname) = "chris-linuxlaptop" ]; then
|
||||
style="laptop"
|
||||
#echo "this is hidpi"
|
||||
else
|
||||
style="desktop"
|
||||
#echo "this is not hidpi"
|
||||
fi
|
||||
|
||||
rofi -no-lazy-grab -show run -modi run -theme launchers-git/"$style".rasi
|
Loading…
Add table
Add a link
Reference in a new issue