Skip to content

Commit

Permalink
Remove --experimental-features (removed from picom) and remove deprec…
Browse files Browse the repository at this point in the history
…ated Type specifiers from picom.conf (#83)
  • Loading branch information
EnriqueVidal authored Dec 5, 2024
1 parent 42c19aa commit 5aa3d19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ shadow-exclude = [
"class_g ?= 'Cairo-dock'",
"class_g ?= 'Xfce4-notifyd'",
"class_g ?= 'Xfce4-power-manager'",
"_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
shadow-ignore-shaped = false;
Expand Down
2 changes: 1 addition & 1 deletion .xprofile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xrandr --output eDP-1-1 --primary --mode 3840x2160 --dpi 200.26 --brightness 0.75

# Start compositor
picom --experimental-backends --blur-method dual_kawase --blur-strength 7 -b &
picom --blur-method dual_kawase --blur-strength 7 -b &

# Set keyboard layout
setxkbmap -layout us,us -variant ,intl -option grp:alt_shift_toggle
Expand Down

0 comments on commit 5aa3d19

Please sign in to comment.