From bc9795c86a900b55c6184ae69fea20fec015a347 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 12 Jun 2014 22:15:15 +0200 Subject: Configuration changes caused by new laptop * I recently acquired a new laptop which I am currently setting up * Updated conky to display temperature and fan speed data of Thinkpad x220 * removed notification daemon from i3 autostart, added nm-applet * prevented "Template" directory from being created * changed urxvt terminal font --- conky/.conkyrc | 2 +- i3wm/.i3/config | 7 +------ xdg/.config/user-dirs.dirs | 1 + xorg/.Xresources | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 xdg/.config/user-dirs.dirs diff --git a/conky/.conkyrc b/conky/.conkyrc index cd567f9..b052dfd 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc @@ -5,4 +5,4 @@ total_run_times 0 update_interval 5 TEXT -Host: $nodename | Kernel: $kernel | Root: ${fs_used_perc /}% | IP: ${addr eth0} | CPU-Temp: ${ibm_temps 0}°C | GPU-Temp: ${ibm_temps 3}°C | Fan: ${ibm_fan} rpm | RAM: ${memperc}% | CPU-Load: ${cpu cpu0}% | Battery: ${battery_percent} | ${time %d.%m.%y %H:%M} +Host: $nodename | Kernel: $kernel | Root: ${fs_used_perc /}% | IP: ${addr} | CPU-Temp: ${acpitemp}°C | Fan: ${ibm_fan} rpm | RAM: ${memperc}% | CPU-Load: ${cpu cpu0}% | Battery: ${battery_percent} | ${time %d.%m.%y %H:%M} diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 962931e..0878b88 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -108,9 +108,6 @@ client.focused_inactive #657b83 #657b83 #fdf6e3 client.unfocused #586e75 #586e75 #eee8d5 client.urgent #dc322f #dc322f #fdf6e3 -for_window [class="Xfce4-notifyd"] floating enable; border none -for_window [class="Arandr"] floating enable -for_window [class="Sonata"] floating enable for_window [class="Chromium"] border none for_window [class="Thunderbird"] border none for_window [class="Firefox"] border none @@ -122,10 +119,8 @@ bindsym $mod+space exec --no-startup-id dmenu_run bindsym $alt+space exec --no-startup-id passman fillbrowser bindsym control+Mod1+l exec --no-startup-id i3lock -c 000000 -bindsym control+Mod1+m exec --no-startup-id sh ~/.screenlayout/laptop.sh -bindsym control+Mod1+d exec --no-startup-id sh ~/.screenlayout/docking.sh exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id urxvtd -exec --no-startup-id twmnd +exec --no-startup-id nm-applet exec --no-startup-id feh --bg-center ~/.background.jpg diff --git a/xdg/.config/user-dirs.dirs b/xdg/.config/user-dirs.dirs new file mode 100644 index 0000000..0dba985 --- /dev/null +++ b/xdg/.config/user-dirs.dirs @@ -0,0 +1 @@ +XDG_TEMPLATES_DIR="$HOME/" diff --git a/xorg/.Xresources b/xorg/.Xresources index f8f17bb..48d0c75 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -2,7 +2,7 @@ URxvt.foreground: white URxvt.background: black URxvt.scrollBar: false URxvt.transparent: false -URxvt.font: xft:monospace:size=8 +URxvt.font: xft:Droid Sans Mono:size=8 URxvt.perl-ext-common: vtwheel,matcher,clipboard URxvt.saveLines: 10000 URxvt.inheritPixmap: false -- cgit v1.2.3