1
0
forked from extern/nix-config
Commit Graph

18 Commits

Author SHA1 Message Date
Donovan Glover
226b79ae75
picom: Add more opacity rules
Logseq looks quite nice with transparency.
2023-04-23 20:45:28 -04:00
Donovan Glover
b86ebd002b
picom: Add translucency for dzen 2023-03-23 08:29:05 -04:00
Donovan Glover
6f75925146
meta: Revert recent dotfile removals
Although removing these dotfiles gave the repository a clean feeling, it
made it significantly harder to resume using a certain window manager or
other tool at any time.

Instead of removing dotfiles entirely, it's enough to simply not install
the programs you don't want to use, or even install them but not open
them.
2023-03-19 18:02:26 -04:00
Donovan Glover
8597a7bfd6
meta: Remove picom
The recent blur additions in picom were absolutely stunning, and I'm a
bit saddened to have to leave it, however I also no longer need to worry
about the compositor only working under X11.
2023-01-07 04:33:57 -05:00
Donovan Glover
43507caee1
picom: Add dual_kawase blur
I personally found this to be a stunning blur that I would love to use
in GNOME, however I am okay with using GNOME without it due to the many
benefits GNOME provides.
2022-12-15 11:09:09 -05:00
Donovan Glover
c42529c640
picom: Make tint2 and thunar translucent
These are old changes I made while I was still using bspwm. Although
bspwm is an amazing window manager, I feel like the simplicity of GNOME,
as well as how customizable it can be, negates any potential benefits
one can achieve with bspwm and its vast configuration possibilities.

As one example, alttab is a cool piece of software that brings the
concept of alt-tabbing to window managers like bspwm, however, GNOME is
already capable of doing this and does so in a more elegant way, showing
views of the windows you're alt-tabbing between.
2022-12-15 09:42:14 -05:00
Donovan Glover
1cde245d11
picom: Fix flickering screen after resume from dpms
This appears to fix an issue where the screen would occasionally flicker
after resuming from dpms' screen blanking feature. So far I have not
observed any significant performance degradations.

Reference: https://github.com/yshui/picom/issues/578
2022-09-28 13:32:07 -04:00
Donovan Glover
19c8624061
picom: Exclude polybar from fading in
This likely fixes an issue I had earlier, although I don't remember what
it was. In any case, this change is a positive one since toggling the
bar is now instantaneous as well.
2022-07-29 13:08:41 -04:00
Donovan Glover
7c46e40399
picom: Make some applications translucent
This is purely for visuals and makes using the environment slightly
cooler.
2022-07-29 12:57:44 -04:00
Donovan Glover
d116679385
picom: Increase fade out step
Truthfully I don't remember why I did this, however I am probably used
to it now and I must have did it for a reason, which is why this commit
exists.
2022-07-29 11:53:27 -04:00
Donovan Glover
4a2d8ad1e6
picom: Halve shadow opacity
Decreasing the shadow opacity here makes it less noticeable when dealing
with side-by-side windows.
2022-07-29 11:40:15 -04:00
Donovan Glover
49579a2ab2
picom: Remove shadow from polybar
As far as I remember, this change was done to improve the appearance of
polybar with lower opacity as a visual effect instead.
2022-07-29 06:05:08 -04:00
Donovan Glover
51ded5a05b
picom: Make hacksaw work with shadows
This fixes an issue where picom caused the screen to dim when hacksaw
was used. See: https://github.com/neXromancers/hacksaw/issues/33
2022-03-11 09:37:43 -05:00
Donovan Glover
e8bcabdf87
picom: Update deprecated no-dnd-shadow to wintypes
Now picom doesn't show deprecation messages anymore.
2021-11-15 13:04:25 -05:00
Donovan Glover
5dd54387a7
picom: Increase fade speed 2021-11-15 12:59:27 -05:00
Donovan Glover
1607d886b6
meta: Use normal dpi settings for now
Since the device we're using is normal DPI, we have to manually adjust
these two values. Note that the rest of the setup is mostly automated
when it comes to determining the size of things.
2021-11-15 12:55:40 -05:00
Donovan Glover
9d51a33379
picom: Add screen tearing patch
Now bspwm won't have any issues with screen tearing.
2021-11-15 12:44:35 -05:00
Donovan Glover
4becab25c3
meta: Rename compton to picom
Since the project changed names a while ago, we'll update the repository
to reflect this.
2021-11-15 12:42:43 -05:00