From 39cd1849ec86e687a07bdce4a486ef0da9753004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 23 Jan 2017 23:14:08 +0100 Subject: Config update after some time --- archlinux.pkgs | 3 +++ archlinux.pkgs.d/cynerd-laptop | 4 +++- shellrc | 1 + xinitrc | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) 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 diff --git a/shellrc b/shellrc index fb5d5bd..ccf60be 100644 --- a/shellrc +++ b/shellrc @@ -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' diff --git a/xinitrc b/xinitrc index 41b4fba..022cf4b 100644 --- a/xinitrc +++ b/xinitrc @@ -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 -- cgit v1.2.3