mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
31 lines
643 B
Plaintext
31 lines
643 B
Plaintext
setxkbmap -option grp:ctrl_shift_toggle us,ru
|
|
|
|
libinput-gestures &
|
|
|
|
wal --theme base16-gruvbox-hard
|
|
# wal --theme ~/.config/colorschemes/vscode.json
|
|
|
|
polybar -r &
|
|
|
|
picom &
|
|
|
|
pactl -- set-sink-volume 0 25%
|
|
brightnessctl s 50% >> /dev/null
|
|
|
|
dunst -conf ~/.config/dunst/config.conf &
|
|
|
|
# numen ~/.config/numen/startup.phrasess.txt &
|
|
echo "[R]" > ~/.config/numen/current_mode
|
|
|
|
conky -c ~/.config/conky/conky.conf &
|
|
conky -c ~/.config/conky/weather.conf &
|
|
conky -c ~/.config/conky/icon.conf &
|
|
|
|
# [ ! -s ~/.config/mpd/pid ] && mpd ~/.config/mpd/mpd.conf && mpc stop
|
|
|
|
syncthing &
|
|
syncthingtray-qt6 &
|
|
|
|
exec sxhkd -c ~/.config/sxhkd/sxhkdrc &
|
|
exec bspwm
|