dotfiles

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

commit fd8baf4bc621c237931253c739b6ea184d7ba657
parent 67db911fb814d61c3c668b22503d073c868662a7
Author: Jake Koroman <jakekoroman@proton.me>
Date:   Sat,  8 Feb 2025 12:45:38 -0500

cleaning up lose file changes.

Diffstat:
M.config/emacs/init.el | 1+
M.config/nvim/init.vim | 2+-
M.config/sxhkd/sxhkdrc | 2+-
M.zprofile | 10+++++-----
Mscripts/bookmarks | 4++--
5 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/.config/emacs/init.el b/.config/emacs/init.el @@ -495,6 +495,7 @@ :ensure :config (meow-setup) + (setq meow-use-clipboard t) (meow-global-mode 1)) (define-key dired-mode-map "o" 'dired-find-file) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -3,7 +3,7 @@ set mouse=a set ts=4 set sw=4 -" colo retrobox +colo retrobox set clipboard=unnamedplus set cindent diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -13,7 +13,7 @@ super+shift+control+alt+n super+shift+control+alt+m st -e "neomutt" -super+shift+control+alt+p +super+shift+control+alt+r rofi -show drun -show-icons super+shift+control+alt+s diff --git a/.zprofile b/.zprofile @@ -1,7 +1,7 @@ [ ! -d "$HOME/.cache/zsh/" ] && mkdir -p "$HOME/.cache/zsh" -export MOZ_ENABLE_WAYLAND=1 -export ELECTRON_OZONE_PLATFORM_HINT=wayland +# export MOZ_ENABLE_WAYLAND=1 +# export ELECTRON_OZONE_PLATFORM_HINT=wayland export GTK_THEME=Adwaita:dark export XDG_CONFIG_HOME="$HOME/.config" @@ -28,7 +28,7 @@ export TERMINAL=foot export PATH=$CARGO_HOME/bin:$HOME/.local/bin:$HOME/scripts:$PATH -export XDG_CURRENT_DESKTOP=wlroots +# export XDG_CURRENT_DESKTOP=wlroots -# [ $(tty) = "/dev/tty1" ] && [ -z $DISPLAY ] && startx -[ $(tty) = "/dev/tty1" ] && [ -z $DISPLAY ] && river +[ $(tty) = "/dev/tty1" ] && [ -z $DISPLAY ] && startx +# [ $(tty) = "/dev/tty1" ] && [ -z $DISPLAY ] && river diff --git a/scripts/bookmarks b/scripts/bookmarks @@ -2,6 +2,6 @@ readarray -t bookmarks < $MENULAUNCHER_DIR/bookmarks -url=$(printf '%s\n' "${bookmarks[@]}" | fuzzel --dmenu -p "Bookmark: " -i | sed 's/^.*: //g') +url=$(printf '%s\n' "${bookmarks[@]}" | rofi -dmenu -p "Bookmark: " -i | sed 's/^.*: //g') -[[ ! -z "$url" ]] && firefox --new-tab $url +[[ ! -z "$url" ]] && $BROWSER --new-tab $url