u
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# THIS FILE
|
||||
# is for desktop void usually.
|
||||
|
||||
|
||||
CHECK_FILE_RAN=~/.local/share/.____12974691041jnni32@212479.asjd81..srcipt.ran
|
||||
|
||||
if [ -e $CHECK_FILE_RAN ]; then
|
||||
@@ -19,6 +15,7 @@ mkdir -p ~/Downloads/telegram
|
||||
|
||||
ln -s ~/.config/.xinitrc ~
|
||||
ln -s ~/.config/.bashrc ~
|
||||
ln -s ~/.config/.profile ~
|
||||
ln -s ~/.config/sagent ~/.local/bin/
|
||||
|
||||
ldd /bin/ls | grep -c musl
|
||||
@@ -38,7 +35,7 @@ sudo xbps-install -y feh noto-fonts-ttf noto-fonts-emoji xdg-desktop-portal xdg-
|
||||
libXinerama-devel libXft-devel libX11-devel pkg-config freetype-devel ImageMagick \
|
||||
zip unzip flatpak pulseaudio playerctl fastfetch btop keepassxc cronie nitrogen \
|
||||
man-pages-devel man-pages-posix noto-fonts-cjk libXrandr-devel libXpm-devel imlib2-devel \
|
||||
parcellite
|
||||
|
||||
|
||||
if [ "${is_musl:-0}" -ne 0 ]; then
|
||||
sudo xbps-install -y clang-tools-extra
|
||||
@@ -103,7 +100,7 @@ sudo make install clean
|
||||
# st
|
||||
cd ~/.config/st-flexipatch/ || exit
|
||||
sudo make install clean
|
||||
ln -s "$(realpath scripts/*)" ~/.local/bin
|
||||
ln -s "$(realpath _st-scripts/*)" ~/.local/bin
|
||||
|
||||
# dmenu
|
||||
cd ~/.config/dmenu-5.4 || exit
|
||||
@@ -227,6 +224,18 @@ sudo usermod -aG socklog "$USER"
|
||||
# install helium
|
||||
wget -P "${HOME}/.local/bin" -O helium "https://github.com/imputnet/helium-linux/releases/download/0.8.5.1/helium-0.8.5.1-x86_64.AppImage"
|
||||
|
||||
# fix touchpad
|
||||
sudo mkdir -p /etc/X11/xorg.conf.d
|
||||
|
||||
sudo tee /etc/X11/xorg.conf.d/30-touchpad.conf > /dev/null <<'EOF'
|
||||
Section "InputClass"
|
||||
Identifier "libinput touchpad"
|
||||
MatchIsTouchpad "on"
|
||||
Driver "libinput"
|
||||
Option "Tapping" "on"
|
||||
EndSection
|
||||
EOF
|
||||
|
||||
## `Operator`
|
||||
# Create operator, add users to it
|
||||
sudo groupadd operator
|
||||
|
||||
Reference in New Issue
Block a user