diff options
author | Adrian Kummerlaender | 2014-06-12 22:15:15 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-06-12 22:15:15 +0200 |
commit | bc9795c86a900b55c6184ae69fea20fec015a347 (patch) | |
tree | 50ee5df8bf29a8d69a7a21746c24da689b41153b /i3wm | |
parent | 6ce88105c0b42adac401cbea23484f0f1e1e029a (diff) | |
download | dotfiles-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
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 7 |
1 files changed, 1 insertions, 6 deletions
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 |