From 9c97bd0d524465c0a2615147857468c3aef7fd57 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 31 Mar 2025 02:29:26 -0400 Subject: quick fixes --- .bash_profile | 4 ++-- .config/hypr/binds.conf | 2 +- .config/hypr/hyprpaper.conf | 4 ++-- README.md | 6 ++++++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index 3f8c443..b7a9520 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,8 +4,8 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc -export PATH="$PATH:$HOME/.dotfiles/scripts" -export PATH="$PATH:$HOME/.dotfiles/shortcuts" +export PATH="$PATH:$HOME/dotfiles/scripts" +export PATH="$PATH:$HOME/dotfiles/shortcuts" export PATH="$PATH:$HOME/.cargo/bin" if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 6602768..4af72f2 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -9,7 +9,7 @@ $appMenu = tofi-drun | xargs hyprctl dispatch exec -- # Main Binds bind = $mainMod, R, exec, $appMenu -bind = $mainMod CTRL, RETURN, exec, $menu +bind = $mainMod, RETURN, exec, $menu bind = $mainMod, A, exec, $terminal bind = $mainMod, D, killactive, bind = $mainMod CTRL SHIFT, D, exec, hyprctl kill diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 0438755..c1c2760 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,2 +1,2 @@ -preload = /home/jack/.dotfiles/wallpapers/grass.png -wallpaper = ,/home/jack/.dotfiles/wallpapers/grass.png +preload = $HOME/dotfiles/files/wallpapers/grass.png +wallpaper = eDP-1,contain:$HOME/dotfiles/files/wallpapers/grass.png diff --git a/README.md b/README.md index ebe7754..069ef47 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,9 @@ Using: - Emacs lsp booster - Grim - Slurp +- Tofi + +Installation: +- Download dependencies, and GNU stow +- stow . --adopt +- git restore . -- cgit v1.2.3