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
|
@ -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/*
|
||||
|
||||
|
|
|
@ -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