-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart-manjaro.sh
32 lines (31 loc) · 1.35 KB
/
start-manjaro.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/bash
##-------------------------------------------------------------------##
## ____ ____ _ _
## / ___|___ _ __ ___ _ _ / ___|| |_ ___ _ __ | |__ __ _ _ __
## | | / _ \| '__/ _ \ | | | \___ \| __/ _ \ '_ \| '_ \ / _` | '_ \
## | |__| (_) | | | __/ |_| | ___) | || __/ |_) | | | | (_| | | | |
## \____\___/|_| \___|\__, | |____/ \__\___| .__/|_| |_|\__,_|_| |_|
## |___/ |_|
##
## Corey Stephan's Autostart Script
## Thinkpad + Manjaro Edition
## https://www.coreystephan.com
## https://github.com/historical-theology
##-------------------------------------------------------------------##
# export QT_QPA_PLATFORMTHEME=qt5ct
# export QT_AUTO_SCREEN_SCALE_FACTOR=1
# export QT_FONT_DPI=90
picom &
nitrogen --restore &
# /usr/lib/geoclue-2.0/demos/agent &
# redshift &
lxqt-policykit-agent &
# lxqt-notificationd &
xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" 0.6 &
xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" -0.2 &
# liquidctl set pump speed 20 &
# liquidctl set fan speed 10 &
# liquidctl set sync color fading 7851a9 ffffff &
# barrierc --name corey-laptop --no-tray --restart --enable-crypto 192.168.50.244:24800 &
# insync start &
# rclone mount pcloud:/ /home/corey/pcloud/ --vfs-cache-mode full &