dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8277759ac3a1896fccc2438b876247e8b24cb35f
parent d4c5909a68636ed4cc0388af2efb8029819764ff
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 27 Jan 2015 16:40:05 +0100

add xrandr --auto keybind, disable dpi cmd

Diffstat:
M.i3/config | 1+
M.xinitrc | 6+++---
Mbin/install_debian_pkgs.sh | 2+-
3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -107,6 +107,7 @@ bindsym $mod+Shift+s exec --no-startup-id mpc stop # configura displays bindsym $mod+Shift+d exec --no-startup-id bash /home/ad/code/dotfiles/bin/xrandr-auto.sh +bindsym $mod+Shift+a exec --no-startup-id xrandr --auto # screen lock bindsym $mod+z exec /home/ad/bin/zzz diff --git a/.xinitrc b/.xinitrc @@ -120,9 +120,9 @@ xset dpms 300 600 900 # Automatic display configuration script nohup bash ~/code/dotfiles/bin/xrandr-auto.sh & -if [ "$HOSTNAME" == "flaptop" ]; then - xrandr --dpi 135 -fi +#if [ "$HOSTNAME" == "flaptop" ]; then + #xrandr --dpi 135 +#fi exec i3 #exec herbstluftwm --locked diff --git a/bin/install_debian_pkgs.sh b/bin/install_debian_pkgs.sh @@ -8,6 +8,6 @@ apt-get install vim tmux git zsh i3 exuberant-ctags haskell-platform \ hsetroot xbacklight i3lock scrot imagemagick mpc htop \ rxvt-unicode-256color texlive cmake sshfs paraview python-numpy \ python-scipy python-matplotlib ipython mplayer zathura okular python-pip \ - dunst + dunst latexmk texlive-full sudo gem install tmuxinator