mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
wayfire: add extra plugins
This commit is contained in:
parent
8b43e93a84
commit
cec99f521a
@ -56,7 +56,11 @@ plugins = \
|
||||
zoom \
|
||||
scale \
|
||||
window-rules \
|
||||
blur
|
||||
blur \
|
||||
workarounds \
|
||||
workspace-names \
|
||||
wm-actions \
|
||||
follow-focus
|
||||
|
||||
# Close focused window.
|
||||
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:
|
||||
# $ 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