From db337c90b56e2aec11506266b7d927e0510c94b3 Mon Sep 17 00:00:00 2001 From: rakete Date: Mon, 7 Mar 2022 03:43:35 +0100 Subject: [PATCH 1/5] Remove pipewire from programs list --- .config/x11/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index a40d927c..1c386d81 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -8,7 +8,7 @@ setbg & # set the background with the `setbg` script #xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Uncomment to use Xresources colors/settings on startup remaps & # run the remaps script, switching caps/esc and more; check it for more info -autostart="mpd xcompmgr dunst unclutter pipewire" +autostart="mpd xcompmgr dunst unclutter" for program in $autostart; do pidof -s "$program" || setsid -f "$program" From c03e718db459f2149f83949edd64ab1366b948da Mon Sep 17 00:00:00 2001 From: rakete Date: Mon, 7 Mar 2022 03:43:58 +0100 Subject: [PATCH 2/5] Remove exec lines to pipewire-media-session and pipewire-pulse --- .config/pipewire/pipewire.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf index ae5c76e9..8a46b210 100644 --- a/.config/pipewire/pipewire.conf +++ b/.config/pipewire/pipewire.conf @@ -236,12 +236,8 @@ context.exec = [ # but it is better to start it as a systemd service. # Run the session manager with -h for options. # - { path = "/usr/bin/pipewire-media-session" args = "" } - # # You can optionally start the pulseaudio-server here as well # but it is better to start it as a systemd service. # It can be interesting to start another daemon here that listens # on another address with the -a option (eg. -a tcp:4713). - # - { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" } ] From 76f23fdff77c6798402264893292f23029ce5128 Mon Sep 17 00:00:00 2001 From: rakete Date: Mon, 7 Mar 2022 03:45:17 +0100 Subject: [PATCH 3/5] Change comp options and remove syntax highlighting --- .config/zsh/.zshrc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 86b8ea6f..77242c9c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -15,11 +15,8 @@ DEFAULT_USER=$(whoami) [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" # Basic auto/tab complete: -autoload -U compinit zstyle ':completion:*' menu select zmodload zsh/complist -compinit -_comp_options+=(globdots) # Include hidden files. # Use vim keys in tab complete menu: bindkey -M menuselect 'h' vi-backward-char @@ -32,7 +29,6 @@ plugins=(git colored-man-pages) source $ZSH/oh-my-zsh.sh -motdmaker && cat ~/.cache/motd +_comp_options+=(globdots) -# Load syntax highlighting; should be last. -source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null +motdmaker && cat ~/.cache/motd From 38e9618676749142e520869d814be0be0b83397a Mon Sep 17 00:00:00 2001 From: rakete Date: Sat, 2 Apr 2022 21:27:58 +0200 Subject: [PATCH 4/5] remove lukes config --- .config/lf/lfrc | 110 ------------------------------------------------ 1 file changed, 110 deletions(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index a1a36996..b9264821 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -1,112 +1,2 @@ -# Luke's lf settings - -# Basic vars -set shell bash -set shellopts '-eu' -set ifs "\n" -set scrolloff 10 -set icons -set period 1 -set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml" - set previewer ~/.config/lf/preview set cleaner ~/.config/lf/cleaner - -# Vars that depend on environmental variables -$lf -remote "send $id set previewer ${XDG_CONFIG_HOME:-$HOME/.config}/lf/scope" - -# cmds/functions -cmd open ${{ - case $(file --mime-type "$(readlink -f $f)" -b) in - image/vnd.djvu|application/pdf|application/octet-stream|application/postscript) setsid -f zathura $fx >/dev/null 2>&1 ;; - text/*) $EDITOR $fx;; - image/x-xcf) setsid -f gimp $f >/dev/null 2>&1 ;; - image/svg+xml) display -- $f ;; - image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|tif\|ico\)\(_large\)*$" | setsid -f sxiv -aio 2>/dev/null | lf-select & ;; - audio/*) mpv --audio-display=no $f ;; - video/*) setsid -f mpv $f -quiet >/dev/null 2>&1 ;; - application/pdf|application/vnd*|application/epub*) setsid -f zathura $fx >/dev/null 2>&1 ;; - application/pgp-encrypted) $EDITOR $fx ;; - *) for f in $fx; do setsid -f $OPENER $f >/dev/null 2>&1; done;; - esac -}} - -cmd mkdir $mkdir -p "$(echo $* | tr ' ' '\ ')" - -cmd extract ${{ - clear; tput cup $(($(tput lines)/3)); tput bold - set -f - printf "%s\n\t" "$fx" - printf "extract?[y/N]" - read ans - [ $ans = "y" ] && aunpack $fx -}} - -cmd delete ${{ - clear; tput cup $(($(tput lines)/3)); tput bold - set -f - printf "%s\n\t" "$fx" - printf "delete?[y/N]" - read ans - [ $ans = "y" ] && rm -rf -- $fx -}} - -cmd moveto ${{ - clear; tput cup $(($(tput lines)/3)); tput bold - set -f - clear; echo "Move to where?" - dest="$(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf | sed 's|~|$HOME|')" && - for x in $fx; do - eval mv -iv \"$x\" \"$dest\" - done && - notify-send "🚚 File(s) moved." "File(s) moved to $dest." -}} - -cmd copyto ${{ - clear; tput cup $(($(tput lines)/3)); tput bold - set -f - clear; echo "Copy to where?" - dest="$(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf | sed 's|~|$HOME|')" && - for x in $fx; do - eval cp -ivr \"$x\" \"$dest\" - done && - notify-send "📋 File(s) copied." "File(s) copies to $dest." -}} - -cmd setbg "$1" -cmd bulkrename $vidir - -# Bindings -map $lf -remote "send $id select '$(fzf)'" -map J $lf -remote "send $id cd $(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf)" -map gh -map g top -map D delete -map E extract -map C copyto -map M moveto -map push :mkdir -map reload -map set hidden! -map shell -map x $$f -map X !$f -map o &mimeopen $f -map O $mimeopen --ask $f - -map A rename # at the very end -map c push A # new rename -map I push A # at the very beginning -map i push A # before extension -map a push A # after extension -map B bulkrename -map b $setbg $f - -map down -map up -map V push :!nvim - -map W $setsid -f $TERMINAL >/dev/null 2>&1 - -# Source Bookmarks -source "~/.config/lf/shortcutrc" From d06c7e0481da3dc202b9e3228048eaf5b6b1c1eb Mon Sep 17 00:00:00 2001 From: rakete Date: Sat, 2 Apr 2022 21:31:57 +0200 Subject: [PATCH 5/5] change readme --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1594423b..419eb61f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # The Voidrice (Luke Smith 's dotfiles) -These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on -[my YouTube channel](https://youtube.com/c/lukesmithxyz). +These are the dotfiles deployed by [LARBS](https://github.com/quadcerebrumal/LARBS). - Very useful scripts are in `~/.local/bin/` - Settings for: @@ -23,7 +22,7 @@ These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on These dotfiles are intended to go with numerous suckless programs I use: -- [dwm](https://github.com/lukesmithxyz/dwm) (window manager) +- [dwm](https://github.com/quadcerebrumal/dwm) (window manager) - [dwmblocks](https://github.com/lukesmithxyz/dwmblocks) (statusbar) - [st](https://github.com/lukesmithxyz/st) (terminal emulator) @@ -35,15 +34,11 @@ as well. ## Install these dotfiles and all dependencies -Use [LARBS](https://larbs.xyz) to autoinstall everything: +Use [LARBS](https://github.com/quadcerebrumal/LARBS) to autoinstall everything: ``` -curl -LO larbs.xyz/larbs.sh +curl -LO raw.githubusercontent.com/quadcerebrumal/LARBS/master/larbs.sh ``` or clone the repo files directly to your home directory and install the -[dependencies](https://github.com/LukeSmithxyz/LARBS/blob/master/progs.csv). - -## Default Desktop Artwork - -Thomas Thiemeyer's *The Road to Samarkand* ([fb](https://www.facebook.com/t.thiemeyer/), [insta](https://www.instagram.com/tthiemeyer/), [shop](https://www.redbubble.com/de/people/TThiemeyer/shop)) +[dependencies](https://github.com/quadcerebrumal/LARBS/blob/master/progs.csv).