From cef4675b2d177d0d0a1c24a1154a77ea636f9f59 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:07:17 +0100 Subject: .compton.conf: Adding MPlayer to comptons exclude lists. --- .config/compton.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/compton.conf b/.config/compton.conf index dc15cc4..378058e 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -45,7 +45,8 @@ blur-background-exclude = [ "window_type = 'desktop'", "name *= 'VLC'", "name *= 'Firefox'", - "name *= 'Vimperator'" + "name *= 'Vimperator'", + "name *= 'MPlayer'" ]; # Exclude conditions for background blur. @@ -58,7 +59,8 @@ fade-out-step = 0.03; # Opacity change between steps while fading out. (defaul fade-exclude = [ "name *= 'VLC'", "name *= 'Firefox'", - "name *= 'Vimperator'" + "name *= 'Vimperator'", + "name *= 'MPlayer'" ]; # Exclude conditions for fading. # Other @@ -85,7 +87,8 @@ unredir-if-possible = false; # Unredirect all windows if a full-screen opaque w focus-exclude = [ "name *= 'VLC'", "name *= 'Firefox'", - "name *= 'Vimperator'" + "name *= 'Vimperator'", + "name *= 'MPlayer'" ]; # A list of conditions of windows that should always be considered # focused. detect-transient = true; # Use WM_TRANSIENT_FOR to group windows, and consider windows in -- cgit v1.2.3-54-g00ecf From 6ad6ecf882153a4c8fe460991f7b6ce59b0a2ff8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:10:12 +0100 Subject: pavucontrol.ini: Removing, as it's going to be rewritten each call anyways. --- .config/pavucontrol.ini | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .config/pavucontrol.ini (limited to '.config') diff --git a/.config/pavucontrol.ini b/.config/pavucontrol.ini deleted file mode 100644 index 5931a51..0000000 --- a/.config/pavucontrol.ini +++ /dev/null @@ -1,3 +0,0 @@ -[window] -width=960 -height=600 -- cgit v1.2.3-54-g00ecf From 48450296bb0bb71ac7e8b78b729df51001b057cf Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:11:01 +0100 Subject: termite/config: Switching to Inconsolata (made available through powerline-fonts-git). --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/termite/config b/.config/termite/config index b1158e3..16d01da 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -7,7 +7,7 @@ allow_bold = true dynamic_title = true urgent_on_bell = true clickable_url = true -font = Monospace 9 +font = Inconsolata 10 scrollback_lines = 10000 search_wrap = true icon_name = terminal -- cgit v1.2.3-54-g00ecf