mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 10:22:02 -05:00
Update Wayfire configuration
This commit is contained in:
parent
53485eef00
commit
e19957a307
1 changed files with 10 additions and 6 deletions
|
@ -50,11 +50,9 @@
|
||||||
plugins = \
|
plugins = \
|
||||||
alpha \
|
alpha \
|
||||||
animate \
|
animate \
|
||||||
autostart \
|
blur \
|
||||||
command \
|
|
||||||
cube \
|
cube \
|
||||||
decoration \
|
decoration \
|
||||||
expo \
|
|
||||||
fast-switcher \
|
fast-switcher \
|
||||||
fisheye \
|
fisheye \
|
||||||
grid \
|
grid \
|
||||||
|
@ -83,9 +81,9 @@ plugins = \
|
||||||
# Close focused window.
|
# Close focused window.
|
||||||
close_top_view = <super> KEY_Q | <alt> KEY_F4
|
close_top_view = <super> KEY_Q | <alt> KEY_F4
|
||||||
|
|
||||||
# Workspaces arranged into a grid: 3 × 3.
|
# Workspaces arranged into a grid: 1 × 1.
|
||||||
vwidth = 3
|
vwidth = 1
|
||||||
vheight = 3
|
vheight = 1
|
||||||
|
|
||||||
# Prefer client-side decoration or server-side decoration
|
# Prefer client-side decoration or server-side decoration
|
||||||
preferred_decoration_mode = client
|
preferred_decoration_mode = client
|
||||||
|
@ -226,3 +224,9 @@ toggle = <super> KEY_I
|
||||||
#
|
#
|
||||||
# See Window rules for a complete reference.
|
# See Window rules for a complete reference.
|
||||||
# https://github.com/WayfireWM/wayfire/wiki/Configuration#window-rules
|
# https://github.com/WayfireWM/wayfire/wiki/Configuration#window-rules
|
||||||
|
|
||||||
|
[animate]
|
||||||
|
duration=250
|
||||||
|
|
||||||
|
[blur]
|
||||||
|
blur_by_default=all
|
||||||
|
|
Loading…
Reference in a new issue