Questions tagged [picom]
15 questions
3
votes
1 answer
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 suckless dwm.
dudelord70
- 31
- 2
3
votes
1 answer
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 want the transparency to kick in.
Is there any…
ScottishTapWater
- 213
- 1
- 2
- 18
2
votes
2 answers
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 that. How do I fix it?
dnaik
- 133
- 4
1
vote
1 answer
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 have error in this line but don't tell which…
Sahaj Bhatt
- 11
- 1
1
vote
1 answer
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 blinking.
What can I do to stop this blinking…
Jan Černý
- 1,185
- 2
- 24
- 46
1
vote
0 answers
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 than a smooth motion, it stutters. It also spikes a…
muke
- 111
- 1
1
vote
0 answers
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). Now, window preview is gone from xfwm4(default alt+tab…
Newbie Linux User
- 11
- 1
1
vote
0 answers
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 focused window by pressing a certain key combination.…
lyu
- 11
- 3
0
votes
0 answers
Problem with picom on arch with multiple tiling window managers
Problem:
When starting picom with any config (even an empty one) on a pretty fresh arch installation with nvidia-open drivers, something weird happens when using multiple windows on different workspaces. When having picom started, the windows on a…
0
votes
0 answers
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 "id=$X" &
results in nothing.
I know how to color-invert a class of…
Taro
- 101
- 1
0
votes
1 answer
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 understand that there is another compositor…
beyonson
- 3
- 2
0
votes
1 answer
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 (invalid or corrupted package (PGP signature)).
Do…
sahil
- 23
- 3
0
votes
1 answer
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 this.
Blaine
- 121
- 6
0
votes
1 answer
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.8.3
fluffehStack
- 105
- 9
0
votes
1 answer
`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 submodule update --init --recursive
$ meson…
Solebay Sharp
- 177
- 1
- 11