Add dotfiles

This commit is contained in:
Gluk0zka 2024-06-02 14:02:06 +03:00
parent 49bfe1a4d3
commit b6e01a720b
52 changed files with 4701 additions and 0 deletions

11
dwm/autostart_blocking.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
exec pipewire &
exec pipewire-pulse &
exec wireplumber &
exec dunst &
exec /usr/bin/greenclip daemon &
exec setxkbmap -layout us,ru -option 'grp:alt_shift_toggle' &
exec sxhkd &
exec picom &
exec feh --bg-fill Pictures/wallhaven-v98l5p.png &
exec dwmbar &