Update .xinitrc
This commit is contained in:
parent
4496798778
commit
aa4ab0b2c3
|
@ -34,7 +34,10 @@ picom &
|
||||||
# For screenshots
|
# For screenshots
|
||||||
flameshot &
|
flameshot &
|
||||||
|
|
||||||
if [[ ! -v LAPTOP ]]; then
|
if [[ -v LAPTOP ]]; then
|
||||||
|
# Enable automatic fan control
|
||||||
|
macfanctld
|
||||||
|
else
|
||||||
# Faster scrolling
|
# Faster scrolling
|
||||||
imwheel -b 45
|
imwheel -b 45
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue