first commit
This commit is contained in:
3
x/.xinitrc
Normal file
3
x/.xinitrc
Normal file
@@ -0,0 +1,3 @@
|
||||
# XProfile.
|
||||
[ -f /etc/xprofile ] && source /etc/xprofile
|
||||
[ -f ~/.xprofile ] && source ~/.xprofile
|
27
x/.xprofile
Normal file
27
x/.xprofile
Normal file
@@ -0,0 +1,27 @@
|
||||
# Keyboard.
|
||||
# setxkbmap us,ru -option grp:alt_shift_toggle &
|
||||
|
||||
# Desktop wrapper.
|
||||
#if [ -x /usr/bin/nitrogen ]; then
|
||||
# nitrogen --restore &
|
||||
#fi
|
||||
|
||||
# Picom.
|
||||
#if [ -x /usr/bin/picom ]; then
|
||||
# picom &
|
||||
#fi
|
||||
|
||||
# Dwm.
|
||||
if [ -x /usr/local/bin/dwm ]; then
|
||||
exec dwm
|
||||
fi
|
||||
|
||||
# Polybar.
|
||||
#if [ -x /usr/bin/polybar ]; then
|
||||
# [ -f $HOME/.config/polybar/launch.sh ] && $HOME/.config/polybar/launch.sh &
|
||||
#fi
|
||||
|
||||
# Start i3.
|
||||
#if [ -x /usr/bin/i3 ]; then
|
||||
# exec i3
|
||||
#fi
|
Reference in New Issue
Block a user