You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
574 B
21 lines
574 B
display -window root $SHELLRC/etc/wm/img/wallpaper.$(uname -i).jpg |
|
xsetroot -cursor_name left_ptr |
|
|
|
setxkbmap -option "" |
|
setxkbmap -model pc104 -layout us,ru,el,co -variant ,,polytonic, |
|
setxkbmap -option -option terminate:ctrl_alt_bksp,caps:escape,grp:lwin_toggle,compose:ralt |
|
|
|
xmodmap $SHELLRC/etc/X/Xmodmaprc.$(uname -i) |
|
xbindkeys -f $SHELLRC/etc/X/xbindkeysrc.$(uname -i) |
|
sh $SHELLRC/etc/X/xrandr.$(uname -i) |
|
|
|
# export GTK_IM_MODULE="ibus" |
|
# export QT_IM_MODULE="ibus" |
|
unset XMODIFIERS |
|
# export XMODIFIERS=@im=ibus |
|
|
|
#exec musca |
|
#exec ck-launch-session xmonad |
|
|
|
exec bspwm |
|
|
|
|