mydot/x/.xprofile

28 lines
438 B
Plaintext
Raw Normal View History

2023-07-11 10:41:59 +03:00
# Keyboard.
setxkbmap us,ru -option grp:alt_shift_toggle &
2024-01-19 09:53:30 +03:00
# Desktop wrapper.
#if [ -x /usr/bin/nitrogen ]; then
# nitrogen --restore &
#fi
2023-07-11 10:41:59 +03:00
# Picom.
2024-01-19 09:53:30 +03:00
#if [ -x /usr/bin/picom ]; then
# picom &
#fi
2023-07-11 10:41:59 +03:00
2024-01-19 09:53:30 +03:00
# Dwm.
if [ -x /usr/local/bin/dwm ]; then
exec dwm
2023-07-11 10:41:59 +03:00
fi
# Polybar.
2024-01-19 09:53:30 +03:00
#if [ -x /usr/bin/polybar ]; then
# [ -f $HOME/.config/polybar/launch.sh ] && $HOME/.config/polybar/launch.sh &
#fi
2023-07-11 10:41:59 +03:00
# Start i3.
2024-01-19 09:53:30 +03:00
#if [ -x /usr/bin/i3 ]; then
# exec i3
#fi