adding a bunch of pointless stuff
This commit is contained in:
parent
8520db7ac6
commit
a0f9f3669b
12 changed files with 132 additions and 52 deletions
|
@ -14,7 +14,7 @@ fire_particle_size = 10.000000
|
|||
fire_particles = 542
|
||||
open_animation = zoom
|
||||
startup_duration = 600
|
||||
zoom_duration = 200
|
||||
zoom_duration = 100
|
||||
zoom_enabled_for = none
|
||||
|
||||
[annotate]
|
||||
|
@ -171,7 +171,7 @@ title_height = 0
|
|||
[expo]
|
||||
background = \#1A1A1AFF
|
||||
duration = 200
|
||||
offset = 5
|
||||
offset = 15
|
||||
select_workspace_1 = KEY_1
|
||||
select_workspace_2 = KEY_2
|
||||
select_workspace_3 = KEY_3
|
||||
|
@ -181,7 +181,7 @@ select_workspace_6 = KEY_6
|
|||
select_workspace_7 = KEY_7
|
||||
select_workspace_8 = KEY_8
|
||||
select_workspace_9 = KEY_9
|
||||
toggle = <super> KEY_W
|
||||
toggle = <super> KEY_W | swipe up <3>
|
||||
|
||||
[extra-gestures]
|
||||
close_fingers = 20
|
||||
|
@ -307,10 +307,10 @@ last_output_focus_timeout = 10000
|
|||
activate = <super> BTN_RIGHT
|
||||
|
||||
[scale]
|
||||
allow_zoom = false
|
||||
allow_zoom = true
|
||||
bg_color = \#1A1A1AE6
|
||||
duration = 200
|
||||
inactive_alpha = 0.750000
|
||||
inactive_alpha = 0.350000
|
||||
interact = false
|
||||
middle_click_close = false
|
||||
spacing = 50
|
||||
|
@ -318,16 +318,15 @@ text_color = \#CCCCCCFF
|
|||
title_font_size = 16
|
||||
title_overlay = all
|
||||
title_position = center
|
||||
toggle_all = <super> KEY_P
|
||||
toggle =
|
||||
toggle_all = <super> KEY_M
|
||||
|
||||
[scale-title-filter]
|
||||
bg_color = \#00000080
|
||||
bg_color = \#282a3680
|
||||
case_sensitive = false
|
||||
font_size = 30
|
||||
overlay = true
|
||||
share_filter = false
|
||||
text_color = \#CCCCCCCC
|
||||
text_color = \#e2e4e5CC
|
||||
|
||||
[showrepaint]
|
||||
reduce_flicker = true
|
||||
|
@ -342,15 +341,15 @@ key_focus_above = <super> KEY_K
|
|||
key_focus_below = <super> KEY_J
|
||||
key_focus_left = <super> KEY_H
|
||||
key_focus_right = <super> KEY_L
|
||||
key_toggle = <super> KEY_T
|
||||
key_toggle = <super> <shift> KEY_T
|
||||
outer_horiz_gap_size = 20
|
||||
outer_vert_gap_size = 20
|
||||
tile_by_default = all
|
||||
tile_by_default = if app_id is "emacs" & app_id is "alacritty"
|
||||
|
||||
[switcher]
|
||||
next_view = <super> KEY_TAB
|
||||
prev_view = <ctrl> <super> KEY_TAB
|
||||
speed = 500
|
||||
speed = 200
|
||||
view_thumbnail_scale = 1.000000
|
||||
|
||||
[vswipe]
|
||||
|
@ -387,6 +386,7 @@ activate = <ctrl> <super> BTN_LEFT
|
|||
[window-rules]
|
||||
rule_1 = on created if app_id is "emacs" then set alpha 0.8
|
||||
rule_2 = on created if app_id is "dolphin" then float
|
||||
rule_3 = on created if app_id is "emacs" then tile
|
||||
|
||||
[winzoom]
|
||||
dec_x_binding = <ctrl> <super> KEY_LEFT
|
||||
|
@ -400,16 +400,16 @@ zoom_step = 0.100000
|
|||
|
||||
[wm-actions]
|
||||
minimize = none
|
||||
toggle_always_on_top = none
|
||||
toggle_always_on_top = <super> KEY_T
|
||||
toggle_fullscreen = <super> KEY_F
|
||||
toggle_maximize = <super> KEY_M
|
||||
toggle_showdesktop = none
|
||||
toggle_sticky = none
|
||||
|
||||
[wobbly]
|
||||
friction = 3.000000
|
||||
grid_resolution = 36
|
||||
spring_k = 5.000000
|
||||
friction = `.000000
|
||||
grid_resolution = 96
|
||||
spring_k = 9.000000
|
||||
|
||||
[workarounds]
|
||||
all_dialogs_modal = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue