I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
|
@ -69,18 +69,28 @@ saturation = 1.000000
|
|||
toggle = none
|
||||
|
||||
[command]
|
||||
binding_agenda = <super> KEY_APOSTROPHE
|
||||
binding_browser = <super> KEY_B
|
||||
binding_dolphin = <super> <shift> KEY_D
|
||||
binding_emacs = <super> KEY_E
|
||||
binding_launcher = KEY_COMPOSE
|
||||
binding_kanshi = <super> <ctrl> KEY_R
|
||||
binding_killnotif = <super> <alt> KEY_M
|
||||
binding_launcher = <super> KEY_SPACE
|
||||
binding_mute = KEY_MUTE
|
||||
binding_run = <super> KEY_COMPOSE
|
||||
binding_quit = <super> <shift> KEY_Q
|
||||
binding_run = <super> KEY_R
|
||||
binding_screenshot = KEY_PRINT
|
||||
binding_screenshot_interactive = <shift> KEY_PRINT
|
||||
binding_screenshot_interactive = <super> KEY_PRINT
|
||||
binding_terminal = <super> KEY_ENTER
|
||||
command_agenda = emacsclient -e '(chris/org-agenda)'
|
||||
command_browser = qutebrowser &
|
||||
command_dolphin = dolphin
|
||||
command_emacs = emacsclient -c -a emacs
|
||||
command_launcher = rofi -show drun -modi drun
|
||||
command_killnotif = makoctl dismiss --all
|
||||
command_kanshi = kanshi
|
||||
command_launcher = wofi -S drun
|
||||
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
command_quit = killall wayfire
|
||||
command_run = rofi -show run -modi run
|
||||
command_screenshot = grim $(date '+%F_%T').webp
|
||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').webp
|
||||
|
@ -97,7 +107,7 @@ focus_button_with_modifiers = false
|
|||
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
|
||||
focus_buttons_passthrough = true
|
||||
max_render_time = -1
|
||||
plugins = alpha animate autostart command cube decoration expo fast-switcher grid idle invert move oswitch place resize switcher vswitch window-rules wobbly zoom simple-tile blur scale alpha vswipe wm-actions
|
||||
plugins = alpha animate autostart command cube decoration expo fast-switcher window-shadows grid idle invert move oswitch place resize switcher vswitch window-rules wobbly zoom simple-tile blur scale alpha vswipe wm-actions workspace-names winshadows
|
||||
preferred_decoration_mode = server
|
||||
vheight = 2
|
||||
vwidth = 2
|
||||
|
@ -146,7 +156,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 | swipe up 0
|
||||
toggle = <super> KEY_W | swipe up 3 | hotspot left-top 100x10 100
|
||||
|
||||
[extra-gestures]
|
||||
close_fingers = 20
|
||||
|
@ -162,6 +172,8 @@ radius = 450.000000
|
|||
toggle = <ctrl> <super> KEY_F
|
||||
zoom = 7.000000
|
||||
|
||||
[follow-cursor-bindings]
|
||||
|
||||
[follow-focus]
|
||||
change_output = true
|
||||
change_view = true
|
||||
|
@ -203,8 +215,8 @@ toggle = none
|
|||
|
||||
[input]
|
||||
click_method = default
|
||||
cursor_size = 24
|
||||
cursor_theme = Breeze-Snow
|
||||
cursor_size = 48
|
||||
cursor_theme = breeze-snow
|
||||
disable_touchpad_while_mouse = false
|
||||
disable_touchpad_while_typing = true
|
||||
gesture_sensitivity = 1.000000
|
||||
|
@ -221,7 +233,7 @@ natural_scroll = true
|
|||
scroll_method = default
|
||||
tap_to_click = true
|
||||
touchpad_accel_profile = default
|
||||
touchpad_cursor_speed = 1.000000
|
||||
touchpad_cursor_speed = 0.300000
|
||||
touchpad_scroll_speed = 1.000000
|
||||
xkb_layout = us
|
||||
xkb_model =
|
||||
|
@ -274,23 +286,26 @@ mode = center
|
|||
[preserve-output]
|
||||
last_output_focus_timeout = 10000
|
||||
|
||||
[primary-monitor-switch]
|
||||
external-monitor = HDMI-A-2
|
||||
|
||||
[resize]
|
||||
activate = <super> BTN_RIGHT
|
||||
|
||||
[scale]
|
||||
allow_zoom = true
|
||||
bg_color = \#1A1A1AE6
|
||||
duration = 200
|
||||
duration = 250
|
||||
inactive_alpha = 0.350000
|
||||
interact = false
|
||||
middle_click_close = false
|
||||
middle_click_close = true
|
||||
spacing = 50
|
||||
text_color = \#CCCCCCFF
|
||||
title_font_size = 16
|
||||
title_font_size = 24
|
||||
title_overlay = all
|
||||
title_position = center
|
||||
toggle = <super> KEY_P
|
||||
toggle_all = <super> KEY_M
|
||||
toggle = <shift> <super> KEY_P
|
||||
toggle_all = <shift> <super> KEY_M
|
||||
|
||||
[scale-title-filter]
|
||||
bg_color = \#282A3680
|
||||
|
@ -316,7 +331,7 @@ key_focus_right = <super> KEY_L
|
|||
key_toggle = <shift> <super> KEY_T
|
||||
outer_horiz_gap_size = 20
|
||||
outer_vert_gap_size = 20
|
||||
tile_by_default = if app_id is "emacs" & app_id is "alacritty"
|
||||
tile_by_default = all
|
||||
|
||||
[switcher]
|
||||
next_view = <super> KEY_TAB
|
||||
|
@ -328,9 +343,9 @@ view_thumbnail_scale = 1.000000
|
|||
background = \#1A1A1AFF
|
||||
delta_threshold = 24.000000
|
||||
duration = 180
|
||||
enable_free_movement = false
|
||||
enable_free_movement = true
|
||||
enable_horizontal = true
|
||||
enable_smooth_transition = false
|
||||
enable_smooth_transition = true
|
||||
enable_vertical = true
|
||||
fingers = 4
|
||||
gap = 32.000000
|
||||
|
@ -340,14 +355,14 @@ threshold = 0.350000
|
|||
|
||||
[vswitch]
|
||||
background = \#1A1A1AFF
|
||||
binding_down = <ctrl> <super> KEY_DOWN
|
||||
binding_left = <ctrl> <super> KEY_LEFT
|
||||
binding_right = <ctrl> <super> KEY_RIGHT
|
||||
binding_up = <ctrl> <super> KEY_UP
|
||||
binding_win_down = <ctrl> <shift> <super> KEY_DOWN
|
||||
binding_win_left = <ctrl> <shift> <super> KEY_LEFT
|
||||
binding_win_right = <ctrl> <shift> <super> KEY_RIGHT
|
||||
binding_win_up = <ctrl> <shift> <super> KEY_UP
|
||||
binding_down = <alt> <super> KEY_J
|
||||
binding_left = <alt> <super> KEY_H
|
||||
binding_right = <alt> <super> KEY_L
|
||||
binding_up = <alt> <super> KEY_K
|
||||
binding_win_down = <shift> <super> KEY_J
|
||||
binding_win_left = <shift> <super> KEY_H
|
||||
binding_win_right = <shift> <super> KEY_L
|
||||
binding_win_up = <shift> <super> KEY_K
|
||||
duration = 300
|
||||
gap = 20
|
||||
wraparound = false
|
||||
|
@ -360,6 +375,13 @@ 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
|
||||
|
||||
[winshadows]
|
||||
clip_shadow_inside = true
|
||||
enabled_views = type is "toplevel"
|
||||
include_undecorated_views = true
|
||||
shadow_color = \#FFFFFF
|
||||
shadow_radius = 30
|
||||
|
||||
[winzoom]
|
||||
dec_x_binding = <ctrl> <super> KEY_LEFT
|
||||
dec_y_binding = <ctrl> <super> KEY_UP
|
||||
|
@ -376,7 +398,7 @@ toggle_always_on_top = <super> KEY_T
|
|||
toggle_fullscreen = <super> KEY_F
|
||||
toggle_maximize = <super> KEY_M
|
||||
toggle_showdesktop = none
|
||||
toggle_sticky = none
|
||||
toggle_sticky = <super> KEY_0
|
||||
|
||||
[wobbly]
|
||||
friction = 3.000000
|
||||
|
@ -390,8 +412,8 @@ dynamic_repaint_delay = false
|
|||
|
||||
[workspace-names]
|
||||
background_color = \#333333B3
|
||||
display_duration = 500
|
||||
font = sans-serif
|
||||
display_duration = 300
|
||||
font = VictorMono Nerd Font
|
||||
position = center
|
||||
show_option_names = false
|
||||
text_color = \#FFFFFFFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue