Questions tagged [picom]
A lightweight X11 compositor (a fork of Compton)
15 questions
0
votes
1
answer
285
views
How to Disable Picom Transparency While Neovim is Opened?
I'm using the st, simple terminal from suckless. I am running picom on startup with picom --backend glx, and the terminal is transparent. I like how the terminal is transparent all the way up until I ...
0
votes
0
answers
258
views
picom color invert
I am using i3wm.
Running the following script in bash
if [ "$(pidof picom)" ];
then
pkill picom
fi
X=$(printf "0x%x\n" $(xdotool getactivewindow))
picom --color-invert-include &...
0
votes
1
answer
2k
views
Picom compositor conflicts
I am on Arch using Xorg, lightdm, and Cinnamon. When I try to run Picom in Cinnamon I get:
~$ picom
[ 11/20/22 23:52:28.630 session_init FATAL ERROR ] Another composite manager is already running
I ...
0
votes
1
answer
877
views
Unable to install picom
I am trying to install picom on Manjaro. I tried to download it from the AUR yay -S picom-git am getting these errors
:: File /var/cache/pacman/pkg/libconfig-1.7.3-1-x86_64.pkg.tar.zst is corrupted (...
2
votes
2
answers
3k
views
Rounded corners from gtk theme have black background
I am using i3wm on Manjaro Linux. My gtk theme has rounded corners for menus, but they still have a sharp black background. I am using picom compositor, and I think the issue is something related to ...
1
vote
1
answer
594
views
I3 WM bindsym giving error but in terminal, works fine
I have this in my i3 config to restart picom:
bindsym $mod+Shift+P exec killall picom; sleep 0.2; picom
It works fine in terminal but when I press the keybinding, it shows error, and it just says you ...
1
vote
1
answer
1k
views
Linux: Redshift is blinking
I am using Arch linux with i3wm and picom as compositor. I would like to be able to use redshift. But when I launch redshift, it turns itself on and off every two seconds, resulting in annoying screen ...
0
votes
1
answer
1k
views
Switch WM and compositor
I have a weird situation. I have kde plasma installed on my arch installation. I installed picom and awesomewm and would like to make the switch. But I am unable to find any existing resources to do ...
3
votes
1
answer
2k
views
Fade in/out when switching workspaces (using picom compositor)
Upon enabling fade with the picom compositor, opening and closing windows will fade in and out.
I would like to see the same effect upon switching workspaces.
This works with i3wm, but not with the ...
2
votes
0
answers
297
views
Window resizes lag/CPU spikes when compositor running
I run Gentoo with i3 and the picom compositor. I installed the alacritty terminal to give a try, and noticed that when picom is running, the terminal lags when rapidly resizing the window - rather ...
1
vote
0
answers
376
views
How to enable window preview on task switcher on xfwm4 when default compositor in not running?
I have installed and running picom-git on Arch Linux. I disabled xfce4's default compositor from Settings Manager > Window Manager Tweaks > Compositor > Enable display compositing (unticked). ...
0
votes
1
answer
789
views
How to set herbstluftwm window transparency?
In HLWM unfocused windows have their opacity reduced to something like 80%-90%. I would like to remove this feature and I can't seem to find the correct config options for this.
herbstlufwm version 0....
3
votes
1
answer
20k
views
Picom Transparency Disable on Specific Windows (websites)
I have Picom (Compton) set up so that non-focussed windows are semi-transparent. I like the look and it works for me.
However, if I have something like youtube playing in a non-active window, I don't ...
0
votes
1
answer
612
views
`not a git repository` when following install instructions for picom (a compton fork)
I'm trying to install Picom compositor on Ubuntu and have installed all the dependencies but when I get to the "To Build" section of the guide of GitHub I have to run three commands:
$ git ...
1
vote
0
answers
266
views
How to mark a window in i3wm to catch it in Compton?
I've set the opacity for inactive windows in my Compton config. But sometimes I need to fix opacity for a window to keep it readability while it is inactive. I wanted to add a certain class to a ...