summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
new file mode 100644
index 0000000..2972430
--- /dev/null
+++ b/notes.txt
@@ -0,0 +1,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
+