diff options
-rw-r--r-- | archlinux.pkgs | 3 | ||||
-rw-r--r-- | archlinux.pkgs.d/cynerd-laptop | 4 | ||||
-rw-r--r-- | shellrc | 1 | ||||
-rw-r--r-- | xinitrc | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/archlinux.pkgs b/archlinux.pkgs index 83cc64e..6065600 100644 --- a/archlinux.pkgs +++ b/archlinux.pkgs @@ -56,5 +56,8 @@ zip rar p7zip +dnl Color highlight of less +source-highlight + dnl Base group syscmd(`pacman -Qg base | awk "{print \$2}"') diff --git a/archlinux.pkgs.d/cynerd-laptop b/archlinux.pkgs.d/cynerd-laptop index 5e2369a..ef8e666 100644 --- a/archlinux.pkgs.d/cynerd-laptop +++ b/archlinux.pkgs.d/cynerd-laptop @@ -8,14 +8,16 @@ include(wine) intel-ucode -rdiff-backup openvpn-openrc easy-rsa freecad transmission-gtk qemu-arch-extra octave +devtools +mumble +mtpfs lighttpd dnl for testing @@ -27,6 +27,7 @@ export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_so=$'\E[01;44;33m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[1;32m' +[ -x /usr/bin/src-hilite-lesspipe.sh ] && export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" alias gst='git status' alias v='vim' @@ -6,6 +6,8 @@ xset -b # disable beeping export QT_STYLE_OVERRIDE='gtk2' export GTK_IM_MODULE=xim +# Fix fullscreen game offscreen +export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 mxrandr start-pulseaudio-x11 |