Getting things setup for sway wayland
This commit is contained in:
parent
2287ac931b
commit
e94ff95428
20 changed files with 513 additions and 53 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue