updated void-desktop-install and corresponding files
This commit is contained in:
parent
8458856128
commit
a45028f4b4
12 changed files with 107 additions and 231 deletions
|
@ -20,11 +20,12 @@ zoom_enabled_for = none
|
|||
[autostart]
|
||||
0_environment = dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY XAUTHORITY
|
||||
audio = pipewire
|
||||
automount = udiskie -at
|
||||
autostart_wf_shell = true
|
||||
automount = udiskie -As
|
||||
autostart_wf_shell = false
|
||||
background = wf-background
|
||||
bar = waybar
|
||||
idle = swayidle before-sleep swaylock
|
||||
matrix = element-desktop --hidden
|
||||
element = element-desktop --hidden
|
||||
idle = swayidle -w timeout 590 gtklock before-sleep gtklock
|
||||
notifications = mako
|
||||
outputs = kanshi
|
||||
portal = /usr/libexec/xdg-desktop-portal
|
||||
|
@ -43,7 +44,7 @@ gaussian_offset = 1.000000
|
|||
kawase_degrade = 8
|
||||
kawase_iterations = 2
|
||||
kawase_offset = 2.000000
|
||||
method = kawase
|
||||
method = gaussian
|
||||
saturation = 1.000000
|
||||
toggle = none
|
||||
|
||||
|
@ -54,7 +55,6 @@ binding_gamma = <super> KEY_G
|
|||
binding_kanshi = <super> KEY_K
|
||||
binding_launcher = <super> KEY_S
|
||||
binding_matrix = <super> KEY_E
|
||||
binding_mute = KEY_MUTE
|
||||
binding_screenshot = <shift> KEY_SYSRQ
|
||||
binding_screenshot_interactive = KEY_SYSRQ
|
||||
binding_terminal = <super> KEY_T
|
||||
|
@ -67,26 +67,21 @@ command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
|||
command_kanshi = kanshi
|
||||
command_launcher = wofi --show drun
|
||||
command_matrix = element-desktop
|
||||
command_mute = amixer set Master toggle
|
||||
command_screenshot = grim $(date '+%F_%T').png
|
||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
|
||||
command_terminal = foot
|
||||
command_volume_down = amixer set Master 5%-
|
||||
command_volume_up = amixer set Master 5%+
|
||||
command_vscode = code-oss
|
||||
command_waybar = pkill -9 waybar; waybar
|
||||
command_wlogout = wlogout
|
||||
repeatable_binding_volume_down = KEY_VOLUMEDOWN
|
||||
repeatable_binding_volume_up = KEY_VOLUMEUP
|
||||
|
||||
[core]
|
||||
background_color = \#00000000
|
||||
background_color = \#000000FF
|
||||
close_top_view = <super> KEY_Q | <alt> KEY_F4
|
||||
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 expo grid idle invert move oswitch place resize vswitch window-rules wm-actions zoom blur alpha decoration wobbly preserve-output fast-switcher
|
||||
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur decoration fast-switcher wobbly preserve-output
|
||||
preferred_decoration_mode = server
|
||||
vheight = 3
|
||||
vwidth = 3
|
||||
|
@ -110,12 +105,12 @@ speed_zoom = 0.070000
|
|||
zoom = 0.100000
|
||||
|
||||
[decoration]
|
||||
active_color = \#222222AA
|
||||
border_size = 4
|
||||
active_color = \#000000FF
|
||||
border_size = 0
|
||||
button_order =
|
||||
font = Roboto
|
||||
ignore_views = none
|
||||
inactive_color = \#333333DD
|
||||
inactive_color = \#000000FF
|
||||
title_height = 0
|
||||
|
||||
[expo]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue