mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-04 05:08:45 -05:00
wayfire: add extra plugins
This commit is contained in:
parent
6b602564c0
commit
8499c520af
@ -56,7 +56,11 @@ plugins = \
|
|||||||
zoom \
|
zoom \
|
||||||
scale \
|
scale \
|
||||||
window-rules \
|
window-rules \
|
||||||
blur
|
blur \
|
||||||
|
workarounds \
|
||||||
|
workspace-names \
|
||||||
|
wm-actions \
|
||||||
|
follow-focus
|
||||||
|
|
||||||
# Close focused window.
|
# Close focused window.
|
||||||
close_top_view = <super> KEY_Q
|
close_top_view = <super> KEY_Q
|
||||||
@ -306,3 +310,15 @@ foot_opacity = on created if app_id is "foot" then set alpha 0.9
|
|||||||
|
|
||||||
# You can get the properties of your applications with the following command:
|
# You can get the properties of your applications with the following command:
|
||||||
# $ WAYLAND_DEBUG=1 alacritty 2>&1
|
# $ WAYLAND_DEBUG=1 alacritty 2>&1
|
||||||
|
|
||||||
|
# Extra ────────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
[wm-actions]
|
||||||
|
toggle_fullscreen = <super> KEY_F
|
||||||
|
toggle_always_on_top = <super> KEY_T
|
||||||
|
|
||||||
|
[workspace-names]
|
||||||
|
display_duration = 1000
|
||||||
|
background_color = 0.18 0.2 0.25 1.0
|
||||||
|
text_color = 1 1 1 1
|
||||||
|
font = Iosevka
|
||||||
|
Loading…
Reference in New Issue
Block a user