mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
wayfire: change default window decoration
This commit is contained in:
parent
8379927ec7
commit
dd0784924a
@ -113,7 +113,7 @@ titlebar_border_thickness 0
|
||||
titlebar_padding 11 1
|
||||
|
||||
# border, no title
|
||||
for_window [app_id="^.*"] border pixel 2, opacity 1
|
||||
# for_window [app_id="^.*"] border pixel 2, opacity 1
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 2
|
||||
# smart_borders on
|
||||
|
@ -237,6 +237,14 @@ toggle_all = <super> <shift> KEY_P
|
||||
interact = false
|
||||
middle_click_close = true
|
||||
|
||||
# Window decoration
|
||||
[decoration]
|
||||
border_size = 2
|
||||
font = Iosevka
|
||||
title_height = 20
|
||||
active_color = 0.5 0.63 0.75 1.0
|
||||
inactive_color = 0.18 0.2 0.25 1.0
|
||||
|
||||
# Workspaces ───────────────────────────────────────────────────────────────────
|
||||
|
||||
# Switch to workspace.
|
||||
|
Loading…
Reference in New Issue
Block a user