changed fish config to chang helix back to nvim and added swayfx options to sway config
This commit is contained in:
parent
61272c89dc
commit
e82a6c0fe8
2 changed files with 22 additions and 1 deletions
|
@ -14,6 +14,6 @@ starship init fish | source
|
|||
# import bash_aliases
|
||||
source ~/.bash_aliases
|
||||
|
||||
set -gx EDITOR hx
|
||||
set -gx EDITOR nvim
|
||||
|
||||
set -gx DATABASE_URL user=miniflux password=Z5l3KVoEXY dbname=miniflux sslmode=disable
|
||||
|
|
|
@ -281,3 +281,24 @@ include /etc/sway/config.d/*
|
|||
client.focused "#82aaff" "#82aaff" "#1b1d2b"
|
||||
client.unfocused "#2d3f76" "#2d3f76" "#ff757f"
|
||||
client.focused_inactive "#2d3f76" "#2d3f76" "#ff757f"
|
||||
|
||||
### Swayfx options
|
||||
corner_radius 15
|
||||
|
||||
blur on
|
||||
blur_xray off
|
||||
blur_passes 2
|
||||
blur_radius 5
|
||||
|
||||
shadows off
|
||||
shadows_on_csd off
|
||||
shadow_blur_radius 20
|
||||
shadow_color #0000007F
|
||||
|
||||
# inactive window fade amount 0.0 = no dimming, 1.0 = fully dimmed
|
||||
default_dim_inactive 0.0
|
||||
dim_inactive_colors.unfocused #000000FF
|
||||
dim_inactive_colors.urgent #900000FF
|
||||
|
||||
# move minimized windows to scratchpad
|
||||
scratchpad_minimize disable
|
||||
|
|
Loading…
Reference in a new issue