aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/compton.conf9
-rw-r--r--.config/pavucontrol.ini3
-rw-r--r--.config/termite/config2
3 files changed, 7 insertions, 7 deletions
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
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
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