dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 1675fdb907c9a7145740f117b1e843115be5df84
parent 9db0b82a2c6135e6ee930a6e3e63f13ce7d87cbb
Author: Jake Koroman <jakekoroman@proton.me>
Date:   Fri, 20 Sep 2024 16:50:33 -0400

remove symlink and add new newsboat bind.

Diffstat:
M.config/river/init | 1+
D.config/waybar/config.jsonc | 2--
M.gitignore | 1+
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/river/init b/.config/river/init @@ -11,6 +11,7 @@ # Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc. riverctl map normal Super Return spawn $TERMINAL +riverctl map normal Super N spawn '$TERMINAL -e newsboat' riverctl map normal Super+Shift N spawn '$TERMINAL -e neomutt' riverctl map normal Super P spawn fuzzel riverctl map normal Super E spawn 'emacsclient -c -a "emacs"' diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc @@ -1 +0,0 @@ -/home/jake/dotfiles/device-specific/thinkpad/waybar -\ No newline at end of file diff --git a/.gitignore b/.gitignore @@ -12,6 +12,7 @@ .config/emacs/auto-save-list/ .config/emacs/custom.el .config/river/device +.config/waybar/config.jsonrc dwl/*.o dwl/dwl dwlb/*.o