Skip to content

Commit c1ceedd

Browse files
committed
Remove un-necessary flags from picom in .xprofile
1 parent 45a417e commit c1ceedd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.xprofile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
# Set screen
32
xrandr --output eDP-1-1 --primary --mode 3840x2160 --dpi 200.26 --brightness 0.75
43

54
# Start compositor
6-
picom --blur-method dual_kawase --blur-strength 7 -b &
5+
picom -b &
76

87
# Set keyboard layout
98
setxkbmap -layout us,us -variant ,intl -option grp:alt_shift_toggle

0 commit comments

Comments
 (0)