summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@gmail.com>2025-03-31 02:29:26 -0400
committerJackJ30 <jackqjamison@gmail.com>2025-03-31 02:29:26 -0400
commit9c97bd0d524465c0a2615147857468c3aef7fd57 (patch)
tree17e0eeae8ae260bea5c93e020004315bde70a41c
parent957cb8377c8fb5eafa94dc171614a1308b00f417 (diff)
quick fixes
-rw-r--r--.bash_profile4
-rw-r--r--.config/hypr/binds.conf2
-rw-r--r--.config/hypr/hyprpaper.conf4
-rw-r--r--README.md6
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 .