You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
394 B
Ruby

#
# == Options
#
# Following options change behaviour and sizes of the window manager:
#
set :increase_step, 5
set :border_snap, 10
set :default_gravity, :center
set :urgent_dialogs, false
set :honor_size_hints, false
set :gravity_tiling, true
set :click_to_focus, false
set :skip_pointer_warp, false
set :skip_urgent_warp, false
# Set the WM_NAME of subtle (Java quirk)
# set :wmname, "LG3D"