diff options
author | Karel Kočí <cynerd@email.cz> | 2017-01-23 23:14:08 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-01-23 23:14:08 +0100 |
commit | 39cd1849ec86e687a07bdce4a486ef0da9753004 (patch) | |
tree | dc861f3e485de7669cfb1c156b879ed1ec1ffeba | |
parent | a186f42adcade1281a19b6522a3db65e918124b5 (diff) | |
download | myconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.tar.gz myconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.tar.bz2 myconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.zip |
Config update after some time
-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 |