This commit is contained in:
Sakooooo 2023-10-05 08:09:41 +04:00
parent 929d67b724
commit b167055b93
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1,4 +1,4 @@
#!/nix/store/7q1b1bsmxi91zci6g8714rcljl620y7f-bash-5.2-p15/bin/sh #!/bin/sh
pgrep -x sxhkd > /dev/null || sxhkd & pgrep -x sxhkd > /dev/null || sxhkd &
@ -23,8 +23,8 @@ bspc rule -a Screenkey manage=off
# cursor fix # cursor fix
xsetroot -cursor_name left_ptr xsetroot -cursor_name left_ptr
# picom :D # picom
#/home/sako/.config/picom/startpicom & picom &
# background # background
feh --bg-scale /home/sako/background.png & feh --bg-scale /home/sako/background.png &