Getting things setup for sway wayland

This commit is contained in:
Chris Cochrun 2021-04-16 06:09:09 -05:00
parent 2287ac931b
commit e94ff95428
20 changed files with 513 additions and 53 deletions

View file

@ -6,7 +6,7 @@
# yt search query takes input from the passed arg, prompts using fzf
# yt -r takes input and prompts using rofi ($guicmd)
if [ $(hostname) = "chris-linuxlaptop" ]; then
if [ $(hostname) = "syl" ]; then
style="laptop"
#echo "this is hidpi"
else
@ -14,8 +14,6 @@ else
#echo "this is not hidpi"
fi
-no-lazy-grab -show drun -modi drun -theme launchers-git/"$style".rasi
defcmd="fzf"
guicmd="rofi -no-lazy-grab -dmenu -i -theme launchers-git/"$style".rasi" #uncomment next line for dmenu
#guicmd="dmenu -i -l 15"