From 305a17d60944ae9cdd43d8634417f3a459b3b15f Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 11 Jun 2023 20:25:41 +0300 Subject: update --- notes.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 notes.txt (limited to 'notes.txt') 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 + -- cgit v1.2.3