Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 56a2e7b

Browse files
author
Nnisarg Gada
committed
Revert "rm picom"
This reverts commit cea9ea0.
1 parent cea9ea0 commit 56a2e7b

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

.config/picom/picom.conf

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
corner-radius = 0;
2+
round-borders = 0;
3+
4+
shadow = false;
5+
6+
fading = false;
7+
fade-in-step = 0.03;
8+
fade-delta = 5;
9+
10+
inactive-opacity = 1;
11+
frame-opacity = 1.0;
12+
inactive-opacity-override = false;
13+
active-opacity = 1.0;
14+
focus-exclude = [
15+
"class_g = 'Bar'",
16+
];
17+
18+
blur-background = true;
19+
blur-kern = "3x3box";
20+
blur: {
21+
# requires: https://github.com/ibhagwan/picom
22+
method = "dual_kawase";
23+
strength = 7.5;
24+
deviation = 1.0;
25+
kernel = "11x11gaussian";
26+
background = true;
27+
background-frame = true;
28+
background-fixed = true;
29+
kern = "3x3box";
30+
}
31+
blur-background-exclude = [
32+
"window_type = 'popup_menu'",
33+
"window_type = 'dropdown_menu'",
34+
"_GTK_FRAME_EXTENTS@:c"
35+
];
36+
experimental-backends = true;
37+
backend = "glx";
38+
39+
vsync = true;
40+
mark-wmwin-focused = true;
41+
mark-ovredir-focused = true;
42+
detect-rounded-corners = true;
43+
detect-client-opacity = true;
44+
refresh-rate = 0;
45+
detect-transient = true;
46+
detect-client-leader = true;
47+
use-damage = true;
48+
log-level = "info";
49+
50+
wintypes:
51+
{
52+
normal = {}
53+
tooltip = {}
54+
dock = {}
55+
dnd = {}
56+
popup_menu = {}
57+
dropdown_menu = {}
58+
};

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ declare -A mandatory_package_groups=(
4949
["Graphics"]="intel-media-driver mesa xf86-video-amdgpu xf86-video-vmware xf86-video-ati xf86-video-nouveau libva-intel-driver vulkan-intel libva-mesa-driver vulkan-radeon nvidia nvidia-utils lib32-nvidia-utils"
5050
["Xorg"]="xorg-server xorg-xinit xdg-utils xorg-xinput xorg-xrandr"
5151
["Editors"]="vi vim neovim"
52-
["Utils"]="htop wget curl openssh wireless_tools smartmontools wpa_supplicant iwd p7zip auto-cpufreq man man-db man-pages ripgrep flatpak linux-headers v4l2loopback-dkms xdg-desktop-portal-gtk ueberzug xdotool ncdu mpd mpv bluez bluez-libs bluez-utils xclip xcolor rsync git pulsemixer playerctl blueman maim unzip zip brightnessctl ntfs-3g udisks2 udiskie gvfs mlocate libnotify jq acpi sxiv pass feh fzf pipewire pipewire-pulse networkmanager neofetch xidlehook xorg-xsetroot lsof downgrade gptfdisk imagemagick unrar"
52+
["Utils"]="htop wget curl openssh wireless_tools smartmontools wpa_supplicant iwd p7zip auto-cpufreq man man-db man-pages ripgrep flatpak linux-headers v4l2loopback-dkms xdg-desktop-portal-gtk ueberzug xdotool ncdu mpd mpv bluez bluez-libs bluez-utils xclip xcolor rsync git pulsemixer playerctl blueman maim unzip zip brightnessctl ntfs-3g udisks2 udiskie gvfs mlocate libnotify jq acpi sxiv pass feh fzf pipewire pipewire-pulse networkmanager neofetch picom xidlehook xorg-xsetroot lsof downgrade gptfdisk imagemagick unrar"
5353
["Shell"]="dash zsh zsh-syntax-highlighting lxsession"
5454
["Apps"]="silicon arandr dunst librewolf-bin chromium pcmanfm zathura zathura-pdf-mupdf"
5555
)

0 commit comments

Comments
 (0)