Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-05-12 07:34:22 -05:00
commit 43893af38d

View file

@ -4,9 +4,9 @@ modifier = <super>
[animate] [animate]
close_animation = zoom close_animation = zoom
duration = 200 duration = 100
enabled_for = (type equals "toplevel" | (type equals "x-or" & focusable equals true)) enabled_for = (type equals "toplevel" | (type equals "x-or" & focusable equals true))
fade_duration = 400 fade_duration = 20
fade_enabled_for = type equals "overlay" fade_enabled_for = type equals "overlay"
fire_duration = 10 fire_duration = 10
fire_enabled_for = none fire_enabled_for = none
@ -58,33 +58,37 @@ bokeh_offset = 5.000000
box_degrade = 1 box_degrade = 1
box_iterations = 2 box_iterations = 2
box_offset = 1.000000 box_offset = 1.000000
gaussian_degrade = 1 gaussian_degrade = 3
gaussian_iterations = 2 gaussian_iterations = 2
gaussian_offset = 1.000000 gaussian_offset = 1.000000
kawase_degrade = 8 kawase_degrade = 6
kawase_iterations = 2 kawase_iterations = 4
kawase_offset = 2.000000 kawase_offset = 1.5
method = kawase method = kawase
saturation = 1.000000 saturation = 1.000000
toggle = none toggle = none
[command] [command]
binding_browser = <super> KEY_B
binding_launcher = KEY_COMPOSE
binding_mute = KEY_MUTE
binding_screenshot = KEY_PRINT
binding_screenshot_interactive = <shift> KEY_PRINT
binding_terminal = <super> KEY_ENTER binding_terminal = <super> KEY_ENTER
command_browser = qutebrowser
command_launcher = wofi --show drun
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
command_screenshot = grim $(date '+%F_%T').webp
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').webp
command_terminal = alacritty command_terminal = alacritty
binding_browser = <super> KEY_B
command_browser = qutebrowser &
binding_emacs = <super> KEY_E
command_emacs = emacsclient -c -a emacs
binding_launcher = KEY_COMPOSE
command_launcher = rofi -show drun -modi drun
binding_run = <super> KEY_COMPOSE
command_run = rofi -show run -modi run
binding_screenshot = KEY_PRINT
command_screenshot = grim $(date '+%F_%T').webp
binding_screenshot_interactive = <shift> KEY_PRINT
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').webp
command_volume_down = pactl set-sink-volume @DEFAULT_SINK@ -5% command_volume_down = pactl set-sink-volume @DEFAULT_SINK@ -5%
command_volume_up = pactl set-sink-volume @DEFAULT_SINK@ +5%
repeatable_binding_volume_down = KEY_VOLUMEDOWN repeatable_binding_volume_down = KEY_VOLUMEDOWN
command_volume_up = pactl set-sink-volume @DEFAULT_SINK@ +5%
repeatable_binding_volume_up = KEY_VOLUMEUP repeatable_binding_volume_up = KEY_VOLUMEUP
binding_mute = KEY_MUTE
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
[core] [core]
background_color = \#1A1A1AFF background_color = \#1A1A1AFF
@ -122,7 +126,7 @@ zoom = 0.100000
[decoration] [decoration]
active_color = \#222222AA active_color = \#222222AA
border_size = 4 border_size = 0
button_order = minimize maximize close button_order = minimize maximize close
font = sans-serif font = sans-serif
ignore_views = none ignore_views = none
@ -131,8 +135,8 @@ title_height = 0
[expo] [expo]
background = \#1A1A1AFF background = \#1A1A1AFF
duration = 300 duration = 200
offset = 10 offset = 5
select_workspace_1 = KEY_1 select_workspace_1 = KEY_1
select_workspace_2 = KEY_2 select_workspace_2 = KEY_2
select_workspace_3 = KEY_3 select_workspace_3 = KEY_3
@ -142,7 +146,7 @@ select_workspace_6 = KEY_6
select_workspace_7 = KEY_7 select_workspace_7 = KEY_7
select_workspace_8 = KEY_8 select_workspace_8 = KEY_8
select_workspace_9 = KEY_9 select_workspace_9 = KEY_9
toggle = <alt> <super> KEY_TAB toggle = <super> KEY_W
[extra-gestures] [extra-gestures]
close_fingers = 20 close_fingers = 20
@ -181,8 +185,8 @@ slot_b = <super> KEY_KP2 | <super> <shift> KEY_J
slot_bl = <super> KEY_KP1 slot_bl = <super> KEY_KP1
slot_br = <super> KEY_KP3 slot_br = <super> KEY_KP3
slot_c = <super> KEY_UP | <super> KEY_KP5 slot_c = <super> KEY_UP | <super> KEY_KP5
slot_l = <super> KEY_LEFT | <super> KEY_KP4 | <super> <shift> KEY_H slot_l = <super> <shift> KEY_H
slot_r = <super> KEY_RIGHT | <super> KEY_KP6 | <super> <shift> KEY_L slot_r = <super> <shift> KEY_L
slot_t = <super> KEY_KP8 | <super> <shift> KEY_K slot_t = <super> KEY_KP8 | <super> <shift> KEY_K
slot_tl = <super> KEY_KP7 slot_tl = <super> KEY_KP7
slot_tr = <super> KEY_KP9 slot_tr = <super> KEY_KP9
@ -230,7 +234,7 @@ output = eDP-1
[invert] [invert]
preserve_hue = false preserve_hue = false
toggle = <super> KEY_I toggle = <super> <alt> KEY_I
[join-views] [join-views]
@ -270,7 +274,7 @@ activate = <super> BTN_RIGHT
[scale] [scale]
allow_zoom = false allow_zoom = false
bg_color = \#1A1A1AE6 bg_color = \#1A1A1AE6
duration = 400 duration = 200
inactive_alpha = 0.750000 inactive_alpha = 0.750000
interact = false interact = false
middle_click_close = false middle_click_close = false
@ -279,8 +283,8 @@ text_color = \#CCCCCCFF
title_font_size = 16 title_font_size = 16
title_overlay = all title_overlay = all
title_position = center title_position = center
toggle = <super> KEY_P toggle_all = <super> KEY_P
toggle_all = toggle =
[scale-title-filter] [scale-title-filter]
bg_color = \#00000080 bg_color = \#00000080
@ -346,6 +350,7 @@ wraparound = false
activate = <ctrl> <super> BTN_LEFT activate = <ctrl> <super> BTN_LEFT
[window-rules] [window-rules]
rule_1 = on created if app_id is "emacs" then set alpha 0.8
[winzoom] [winzoom]
dec_x_binding = <ctrl> <super> KEY_LEFT dec_x_binding = <ctrl> <super> KEY_LEFT
@ -366,9 +371,9 @@ toggle_showdesktop = none
toggle_sticky = none toggle_sticky = none
[wobbly] [wobbly]
friction = 2.000000 friction = 3.000000
grid_resolution = 6 grid_resolution = 36
spring_k = 9.000000 spring_k = 5.000000
[workarounds] [workarounds]
all_dialogs_modal = true all_dialogs_modal = true