aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-01-23 23:14:08 +0100
committerKarel Kočí <cynerd@email.cz>2017-01-23 23:14:08 +0100
commit39cd1849ec86e687a07bdce4a486ef0da9753004 (patch)
treedc861f3e485de7669cfb1c156b879ed1ec1ffeba
parenta186f42adcade1281a19b6522a3db65e918124b5 (diff)
downloadmyconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.tar.gz
myconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.tar.bz2
myconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.zip
Config update after some time
-rw-r--r--archlinux.pkgs3
-rw-r--r--archlinux.pkgs.d/cynerd-laptop4
-rw-r--r--shellrc1
-rw-r--r--xinitrc2
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
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