Skip to content

Commit

Permalink
some i3 and picom things
Browse files Browse the repository at this point in the history
  • Loading branch information
eminboydak committed Jul 29, 2023
1 parent 88676e7 commit f9d33d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions i3/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,4 @@ bindsym Ctrl+Shift+Print exec --no-startup-id maim --select | xclip -selection c

# auto usb mount
exec udiskie --tray

2 changes: 1 addition & 1 deletion picom/.config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fade-out-step = 0.05;
inactive-opacity = 0.85;
frame-opacity = 100;
inactive-opacity-override = true;
active-opacity = 0.95;
active-opacity = 1;

# focus-exclude = []
focus-exclude = [
Expand Down

0 comments on commit f9d33d2

Please sign in to comment.