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