summaryrefslogtreecommitdiff
path: root/defaults
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2015-03-14 22:34:22 +0100
committerOlivier Fourdan <fourdan@xfce.org>2015-03-14 22:34:22 +0100
commitbdf28aa377893d8be42a495361f533b373ebaca9 (patch)
treeedb2e20e7fd71bfd0d2ce5ca31f8e24e07b9854f /defaults
parent77dc4e95951666591a9e9a636450a6f5fd1709b1 (diff)
downloadxfwm4-bdf28aa377893d8be42a495361f533b373ebaca9.tar.gz
Horizontal scrolling/window opacity optional
Bug: 10372 With compositor enabled, horizontal scrolling via the mousewheel or touchpad would adjust the window opacity. Apparently, this is confusing so make it optional and disabled by default. If you fancy this feature, you can re-enable it by setting "horiz_scroll_opacity" to true in xfconf. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'defaults')
-rw-r--r--defaults/defaults12
1 files changed, 6 insertions, 6 deletions
diff --git a/defaults/defaults b/defaults/defaults
index 537c35a54..2b1ba5b5c 100644
--- a/defaults/defaults
+++ b/defaults/defaults
@@ -6,29 +6,30 @@ button_layout=O|SHMC
button_offset=0
button_spacing=0
click_to_focus=true
-cycle_draw_frame=true
cycle_apps_only=false
+cycle_draw_frame=true
cycle_hidden=true
cycle_minimum=true
cycle_preview=true
cycle_tabwin_mode=0
cycle_workspaces=false
-double_click_time=250
-double_click_distance=5
double_click_action=maximize
+double_click_distance=5
+double_click_time=250
easy_click=Alt
focus_delay=250
focus_hint=true
focus_new=true
frame_opacity=100
full_width_title=true
+horiz_scroll_opacity=false
inactive_opacity=100
maximized_offset=0
+mousewheel_rollup=true
move_opacity=100
placement_mode=center
placement_ratio=20
popup_opacity=100
-mousewheel_rollup=true
prevent_focus_stealing=false
raise_delay=250
raise_on_click=true
@@ -57,11 +58,11 @@ tile_on_move=true
title_alignment=center
title_font=Sans Bold 9
title_horizontal_offset=0
+titleless_maximize=false
title_shadow_active=false
title_shadow_inactive=false
title_vertical_offset_active=0
title_vertical_offset_inactive=0
-titleless_maximize=false
toggle_workspaces=false
unredirect_overlays=true
urgent_blink=false
@@ -73,4 +74,3 @@ wrap_resistance=10
wrap_windows=true
wrap_workspaces=false
zoom_desktop=true
-