dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit 70bee8aba9ab879cfa204b065f528996e23cb390
parent f04067201e374edb753fe81bd9a51578a487c172
Author: regexghost <dev@regexghost.com>
Date:   Tue,  7 Jul 2026 14:13:28 +0100

switched to picom

Diffstat:
Minit.sh | 2+-
Mterminal-scripts/download-vids.sh | 4++--
Mwm-scripts/jwm-xinit.sh | 3++-
3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/init.sh b/init.sh @@ -3,7 +3,7 @@ set -e # Install programs -sudo apt install curl wget golang xorg xinit x11-xserver-utils bluetooth unzip git firefox mpv vlc tar moc fasd fonts-roboto fonts-firacode figlet jq xcompmgr picom trash-cli ncdu pulsemixer feh moc-ffmpeg-plugin keepassxc-full +sudo apt install curl wget golang xorg xinit x11-xserver-utils bluetooth unzip git firefox mpv vlc tar moc fasd fonts-roboto fonts-firacode figlet jq xcompmgr picom trash-cli ncdu pulsemixer feh moc-ffmpeg-plugin keepassxc-full fzf libnotify-bin dunst texinfo xmlstarlet duf gh # Install dotfile scripts cd panel-scripts; make; cd .. diff --git a/terminal-scripts/download-vids.sh b/terminal-scripts/download-vids.sh @@ -5,8 +5,8 @@ targetDir="${LOC}/toDownload" [ -d "$targetDir/done" ] || mkdir "$targetDir/done" -quality_options_videos="bestvideo[height<=480][vcodec*=avc]+bestaudio[ext=m4a]" -quality_options_shorts="bestvideo[width<=480][vcodec*=avc]+bestaudio[ext=m4a]" +quality_options_videos="bestvideo[height<=720][vcodec*=avc]+bestaudio[ext=m4a]" +quality_options_shorts="bestvideo[width<=720][vcodec*=avc]+bestaudio[ext=m4a]" filename_options="%(channel)s - %(title)s.%(ext)s" sub_options="--embed-subs --all-subs" diff --git a/wm-scripts/jwm-xinit.sh b/wm-scripts/jwm-xinit.sh @@ -7,7 +7,8 @@ (sleep 8 && feh --bg-fill --no-fehbg ~/.config/regexghost/wallpaper.jpg) & # Compositor -(sleep 6 && xcompmgr -n) & +#(sleep 6 && xcompmgr -n) & +(sleep 6 && picom --backend xrender --vsync) & # Window manager exec jwm 2> ~/.cache/xsession-errors