Attempt to fix wallpaper on i3 startup script
This commit is contained in:
parent
b19ead8ab1
commit
7b97da59ab
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue