Dotfiles-dwm/dwm/autostart_blocking.sh

12 lines
270 B
Bash
Raw Permalink Normal View History

2024-06-02 11:02:06 +00:00
#!/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 &