blob: 2972430be17b40bef47a1d9c49341b1a7ce0e873 (
plain)
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
|
----------
|Packages|
----------
xorg-server xorg-xinit xorg-xkill xorg-xsetroot xorg-xbacklight xorg-xprop \
sxiv mpv zathura zathura-pdf-mupdf ffmpeg imagemagick fzf man-db xwallpaper\
python-pywal unclutter xclip maim xdg-user-dirs libconfig bluez bluez-utils\
zip unzip unrar git sxhkd rsync xcompmgr libnotify dunst slock jq rsync birghtnessctl\
---------
|crontab|
---------
* * * * * env DISPLAY=:0 env DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus /home/rasmus/.local/scripts/checkBat
------------------
|Touchpad tapping|
------------------
in /etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "libinput"
Option "Tapping" "on"
EndSection
|