Skip to content

Commit

Permalink
[picom]: Remove opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Aug 21, 2022
1 parent d1d0771 commit e033e6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions alacritty/alacritty.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
tabspaces: 4

cursor:
# - ▇ Block
# - _ Underline
# - | Beam
style: Block

window:
opacity: 0.9

font:
normal:
family: JetBrains Mono NF
Expand Down
8 changes: 4 additions & 4 deletions picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ fade-out-step = 0.03;


# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
# inactive-opacity = 1
inactive-opacity = 0.95;
inactive-opacity = 1
# inactive-opacity = 0.95;

# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
# frame-opacity = 1.0
frame-opacity = 0.9;
frame-opacity = 1.0
# frame-opacity = 0.9;

# Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows.
# inactive-opacity-override = true
Expand Down

0 comments on commit e033e6d

Please sign in to comment.