aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-06-12 22:15:15 +0200
committerAdrian Kummerlaender2014-06-12 22:15:15 +0200
commitbc9795c86a900b55c6184ae69fea20fec015a347 (patch)
tree50ee5df8bf29a8d69a7a21746c24da689b41153b
parent6ce88105c0b42adac401cbea23484f0f1e1e029a (diff)
downloaddotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar
dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.gz
dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.bz2
dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.lz
dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.xz
dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.zst
dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.zip
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
-rw-r--r--conky/.conkyrc2
-rw-r--r--i3wm/.i3/config7
-rw-r--r--xdg/.config/user-dirs.dirs1
-rw-r--r--xorg/.Xresources2
4 files changed, 4 insertions, 8 deletions
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