3 changed files with 11 additions and 11 deletions
@ -1,16 +1,17 @@ |
|||||||
#!/usr/bin/env bash |
#!/usr/bin/env bash |
||||||
|
|
||||||
#display -window root $SHELLRC/etc/wm/img/wallpaper.$(uname -i).jpg |
display -window root $SHELLRC/etc/wm/img/wallpaper.linux.$(hostname).jpg |
||||||
#xsetroot -cursor_name left_ptr |
xsetroot -cursor_name left_ptr |
||||||
|
|
||||||
#exec setxkbmap -option "" |
setxkbmap -option "" |
||||||
#exec setxkbmap -model pc104 -layout us,ru,el,co -variant ,,polytonic, |
setxkbmap -model pc104 -layout us,ru,el,co -variant ,,polytonic, |
||||||
#exec setxkbmap -option -option terminate:ctrl_alt_bksp,caps:escape,grp:lwin_toggle,compose:ralt |
setxkbmap -option -option terminate:ctrl_alt_bksp,caps:escape,grp:lwin_toggle,compose:ralt |
||||||
|
|
||||||
#exec xbindkeys -f $SHELLRC/etc/X/xbindkeysrc.$HOSTNAME |
xmodmap $SHELLRC/etc/X/Xmodmaprc.linux.$(hostname) |
||||||
#sh $SHELLRC/etc/X/xrandr.$HOSTNAME |
xbindkeys -f $SHELLRC/etc/X/xbindkeysrc.linux.$(hostname) |
||||||
|
sh $SHELLRC/etc/X/xrandr.linux.$(hostname) |
||||||
|
|
||||||
#unset XMODIFIERS |
unset XMODIFIERS |
||||||
|
|
||||||
exec bspwm |
exec bspwm |
||||||
|
|
||||||
|
Loading…
Reference in new issue