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