diff options
| -rw-r--r-- | .bash_profile | 4 | ||||
| -rw-r--r-- | .config/hypr/binds.conf | 2 | ||||
| -rw-r--r-- | .config/hypr/hyprpaper.conf | 4 | ||||
| -rw-r--r-- | 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 @@ -8,3 +8,9 @@ Using: - Emacs lsp booster - Grim - Slurp +- Tofi + +Installation: +- Download dependencies, and GNU stow +- stow . --adopt +- git restore . |
