Attempt to fix wallpaper on i3 startup script

This commit is contained in:
Michael Bradley 2023-11-20 00:06:05 -05:00
parent b19ead8ab1
commit 7b97da59ab
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/env sh
function cmd() {
control_file="unix:/tmp/kittycommand-$(date +%s%N)-$*"
@ -7,8 +7,8 @@ function cmd() {
kitty @ --to "$control_file" send-text "$*\n"
}
# /home/mbradley/scripts/mouse_sens.sh
./feh.sh
#~/scripts/mouse_sens.sh
#./feh.sh
~/.config/polybar/launch.sh
if [ "$(uname -n)" == "chonk" ]; then