diff options
-rwxr-xr-x | floats/mpvFloat.sh | 2 | ||||
-rwxr-xr-x | xinit.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/floats/mpvFloat.sh b/floats/mpvFloat.sh index b5d023b..7782c4a 100755 --- a/floats/mpvFloat.sh +++ b/floats/mpvFloat.sh @@ -1,3 +1,3 @@ #!/bin/sh pgrep -x bspwm >/dev/null && bspc rule -a mpv --one-shot state=floating -nohup mpv --geometry=-10-10 --autofit=40% "$@" >/dev/null & +nohup mpv --geometry=-20-20 --autofit=40% "$@" >/dev/null & @@ -2,7 +2,7 @@ # To be run by the window manager or desktop environment when starting an X session xrdb ~/.Xresources -#pgrep -x picom || picom -b +pgrep -x picom || picom -b pgrep -x dunst || dunst & #setxkbmap -layout es -option caps:swapescape setxkbmap -layout es |