diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-06-11 20:25:41 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-06-11 20:25:41 +0300 |
commit | 305a17d60944ae9cdd43d8634417f3a459b3b15f (patch) | |
tree | 38da9d53f6dfc968898664eb45ff04d5d9acedf6 /notes.txt | |
parent | 5ebb552b648af0f2ef83a0a534bce3f4f0678bc7 (diff) |
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 25 |
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 + |