Browse Source

Файлы обоев перенесены в отдельную директорию

Maxim Likhachev 5 years ago
parent
commit
68a9ef7d8b
  1. 2
      etc/X/xinitrc.AuthenticAMD
  2. 13
      etc/X/xinitrc.GenuineIntel
  3. 2
      etc/X/xinitrc.x86_64
  4. 10
      etc/shell/bash/aliases
  5. 0
      etc/wm/img/locker.png
  6. 0
      etc/wm/img/wallpaper.AuthenticAMD.1.jpg
  7. 0
      etc/wm/img/wallpaper.AuthenticAMD.2.jpg
  8. 0
      etc/wm/img/wallpaper.AuthenticAMD.jpg
  9. BIN
      etc/wm/img/wallpaper.GenuineIntel.jpg
  10. 0
      etc/wm/img/wallpaper.GenuineIntel_old.jpg
  11. 0
      etc/wm/img/wallpaper.x86_64.jpg
  12. BIN
      etc/wm/wallpaper.GenuineIntel.jpg

2
etc/X/xinitrc.AuthenticAMD

@ -1,4 +1,4 @@
display -window root $SHELLRC/etc/wm/wallpaper.$(uname -i).jpg -display :0.0 display -window root $SHELLRC/etc/wm/img/wallpaper.$(uname -i).jpg -display :0.0
setxkbmap -option "" setxkbmap -option ""
setxkbmap -model pc104 -layout us,ru,el -variant ,,polytonic setxkbmap -model pc104 -layout us,ru,el -variant ,,polytonic

13
etc/X/xinitrc.GenuineIntel

@ -1,15 +1,20 @@
display -window root $SHELLRC/etc/wm/wallpaper.$(uname -i).jpg display -window root $SHELLRC/etc/wm/img/wallpaper.$(uname -i).jpg
xsetroot -cursor_name left_ptr
setxkbmap -option "" setxkbmap -option ""
setxkbmap -model pc104 -layout us,ru,el -variant ,,polytonic setxkbmap -model pc104 -layout us,ru,el -variant ,,polytonic
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
xmodmap $SHELLRC/etc/X/Xmodmaprc.$(uname -i) xmodmap $SHELLRC/etc/X/Xmodmaprc.$(uname -i)
xmodmap -e "keysym Menu = Super_R" xbindkeys -f $SHELLRC/etc/X/xbindkeysrc.$(uname -i)
sh $SHELLRC/etc/X/xrandr.$(uname -i)
exec musca
export GTK_IM_MODULE="xim" export GTK_IM_MODULE="xim"
export QT_IM_MODULE="xim" export QT_IM_MODULE="xim"
unset XMODIFIERS unset XMODIFIERS
#exec musca
#exec ck-launch-session xmonad
exec bspwm

2
etc/X/xinitrc.x86_64

@ -1,4 +1,4 @@
display -window root $SHELLRC/etc/wm/wallpaper.$(uname -i).jpg display -window root $SHELLRC/etc/wm/img/wallpaper.$(uname -i).jpg
setxkbmap -model pc104 -layout us,ru -variant , setxkbmap -model pc104 -layout us,ru -variant ,
setxkbmap -option -option terminate:ctrl_alt_bksp,caps:escape,grp:lwin_toggle setxkbmap -option -option terminate:ctrl_alt_bksp,caps:escape,grp:lwin_toggle

10
etc/shell/bash/aliases

@ -48,7 +48,7 @@ alias gq="geeqie . &" #noindex
alias emerge="emerge --ask" #noindex alias emerge="emerge --ask" #noindex
alias rg='rg --no-heading --smart-case --color=auto --colors "match:bg:yellow" --colors "match:fg:blue"' #noindex alias rg='rg --no-heading --smart-case --color=auto --colors "match:bg:yellow" --colors "match:fg:blue"' #noindex
alias eww='emerge --update --newuse --deep --with-bdeps=y --complete-graph=y --keep-going=y -av --verbose-conflicts -t @world' #noindex alias eww='emerge --update --newuse --deep --with-bdeps=y --complete-graph=y --keep-going=y -av --verbose-conflicts -t @world' #noindex
alias xlock="i3lock -i $SHELLRC/etc/wm/locker.png" #noindex alias xlock="i3lock -i $SHELLRC/etc/wm/img/locker.png" #noindex
#- Замена стандартных путей для конфигурационных файлов #- Замена стандартных путей для конфигурационных файлов
alias mpd="mpd $SHELLRC/etc/media/mpd/mpd.conf" #noindex alias mpd="mpd $SHELLRC/etc/media/mpd/mpd.conf" #noindex
@ -212,14 +212,14 @@ vicd() { #noindex
} }
function vifm() { #noindex function vifm() { #noindex
if [ -f ~/.vifm/lastdir ]; then if [ -f ~/.config/vifm/lastdir ]; then
\rm ~/.vifm/lastdir \rm ~/.config/vifm/lastdir
fi fi
# "command" prevents recursive call # "command" prevents recursive call
TERM=xterm-256color command vifm . TERM=xterm-256color command vifm .
if [ -f ~/.vifm/lastdir ]; then if [ -f ~/.config/vifm/lastdir ]; then
cd "`cat ~/.vifm/lastdir`" cd "`cat ~/.config/vifm/lastdir`"
fi fi
} }

0
etc/wm/locker.png → etc/wm/img/locker.png

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

0
etc/wm/wallpaper.AuthenticAMD.1.jpg → etc/wm/img/wallpaper.AuthenticAMD.1.jpg

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

0
etc/wm/wallpaper.AuthenticAMD.2.jpg → etc/wm/img/wallpaper.AuthenticAMD.2.jpg

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

0
etc/wm/wallpaper.AuthenticAMD.jpg → etc/wm/img/wallpaper.AuthenticAMD.jpg

Before

Width:  |  Height:  |  Size: 282 KiB

After

Width:  |  Height:  |  Size: 282 KiB

BIN
etc/wm/img/wallpaper.GenuineIntel.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 KiB

0
etc/wm/wallpaper.GenuineIntel_old.jpg → etc/wm/img/wallpaper.GenuineIntel_old.jpg

Before

Width:  |  Height:  |  Size: 359 KiB

After

Width:  |  Height:  |  Size: 359 KiB

0
etc/wm/wallpaper.x86_64.jpg → etc/wm/img/wallpaper.x86_64.jpg

Before

Width:  |  Height:  |  Size: 692 KiB

After

Width:  |  Height:  |  Size: 692 KiB

BIN
etc/wm/wallpaper.GenuineIntel.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 KiB

Loading…
Cancel
Save