hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 4d9834bf235be6de6d54e8cd80f4dcc5e8a75781
parent 4148f00a164fceca88bca98d676aa3788af2e331
Author: awy <awy@awy.one>
Date:   Tue, 25 Mar 2025 13:49:00 +0300

tidy

Diffstat:
M.config/shell/aliasrc | 4++--
M.config/shell/bm-files | 6------
2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc @@ -49,9 +49,9 @@ alias \ e="$EDITOR" \ v="$EDITOR" \ p="pacman" \ - z="zathura" + z="zathura" \ + md="monerod --prune-blockchain --fast-block-sync 1 --data-dir /mnt/ssd/monero/bitmonero" alias \ - lf="lfub" \ magit="nvim -c MagitOnly" \ ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutenvrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" diff --git a/.config/shell/bm-files b/.config/shell/bm-files @@ -3,9 +3,6 @@ # keys filename description bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files # This file, a list of bookmarked files bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs # A list of bookmarked directories similar to this file -cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources # Colors, themes and variables for X11 -cfb ~/.local/src/dwmblocks/config.h # dwmblocks: the status bar for dwm - # These do not update automatically, but on the next new instance of a program: @@ -18,6 +15,3 @@ cfn ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/config # newsboat (RSS reader) cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls # RSS urls for newsboat cfmb ${XDG_CONFIG_HOME:-$HOME/.config}/ncmpcpp/bindings # ncmpcpp (music player) keybinds file cfmc ${XDG_CONFIG_HOME:-$HOME/.config}/ncmpcpp/config # ncmpcpp (music player) config -cfl ${XDG_CONFIG_HOME:-$HOME/.config}/lf/lfrc # lf (file browser) config -cfL ${XDG_CONFIG_HOME:-$HOME/.config}/lf/scope # lf's scope/preview file -cfX ${XDG_CONFIG_HOME:-$HOME/.config}/nsxiv/exec/key-handler # nsxiv (image viewer) key/script handler