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.
|
|
|
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 -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="xim"
|
|
|
|
export QT_IM_MODULE="xim"
|
|
|
|
unset XMODIFIERS
|
|
|
|
|
|
|
|
#exec musca
|
|
|
|
#exec ck-launch-session xmonad
|
|
|
|
|
|
|
|
exec bspwm
|
|
|
|
|