1
0
Fork 0

idc changed a lot of files

This commit is contained in:
Arthur Khachaturov 2024-11-28 22:19:16 +03:00
parent 628baf3eea
commit 94d2955ab0
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
31 changed files with 267 additions and 80 deletions

View file

@ -1,7 +1,7 @@
set -x
# setxkbmap -layout us,ru -option grp:win_space_toggle
xwallpaper --zoom ${HOME}/.local/share/wallpaper/wallpaper.png
xwallpaper --zoom "${HOME}"/.local/share/wallpaper/wallpaper.png
launch() {
cmd="$1"
@ -13,10 +13,7 @@ launch() {
xrdb -merge ~/.Xresources
launch xsettingsd &
# launch picom --config="${HOME}/.config/picom.conf" &
launch copyq &
launch dunst &
launch flameshot &
launch dwmblocks &
# vim: ft=bash
# vim: ft=sh