Add dotfiles
This commit is contained in:
parent
49bfe1a4d3
commit
b6e01a720b
52 changed files with 4701 additions and 0 deletions
11
dwm/autostart_blocking.sh
Executable file
11
dwm/autostart_blocking.sh
Executable 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 &
|
Loading…
Add table
Add a link
Reference in a new issue