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

@ -4,7 +4,6 @@ set $mod Mod4
font pango:JetBrains Mono 5
smart_borders on
gaps inner 3
#Setup displays
exec --no-startup-id ~/.config/screenlayout/monitor.sh
@ -168,4 +167,5 @@ exec --no-startup-id /usr/bin/dunst
exec --no-startup-id /usr/bin/birdtray
exec --no-startup-id ~/.config/i3/startup.sh
exec --no-startup-id feh --no-fehbg --bg-fill --randomize /usr/share/backgrounds/Wallpapers/*

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