From 222a897755fb283f6db11c70aca061ae9f187e36 Mon Sep 17 00:00:00 2001 From: clint Date: Mon, 24 Mar 2025 19:00:40 -0500 Subject: [PATCH] bash-completion added --- bashrc/.bashrc | 2 ++ hypr/.config/hypr/hyprlock.conf | 2 +- hypr/.config/hypr/hyprpaper.conf | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index cd9bfed..88e0a93 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -21,6 +21,8 @@ GIT_PS1_SHOWUNTRACKEDFILES=true GIT_PS1_DESCRIBE_STYLE=branch source /etc/bash_completion.d/git-prompt.sh PS1='\[\e[01;32m\]\u@\h\[\e[0m\]:\[\e[01;34m\]\w\[\e[0m\]$(__git_ps1 "(%s)")\[\e[0m\]\$ ' +[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \ + . /usr/share/bash-completion/bash_completion # History settings: no duplicates, decent size HISTSIZE=10000 diff --git a/hypr/.config/hypr/hyprlock.conf b/hypr/.config/hypr/hyprlock.conf index 6308095..58eff3f 100644 --- a/hypr/.config/hypr/hyprlock.conf +++ b/hypr/.config/hypr/hyprlock.conf @@ -1,7 +1,7 @@ # BACKGROUND background { monitor = - path = /home/clint/Pictures/wallpapers/castle2.jpg + path = /home/clint/Pictures/wallpapers/snowy_church.jpg } diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf index 7e3e2da..6c42f1b 100644 --- a/hypr/.config/hypr/hyprpaper.conf +++ b/hypr/.config/hypr/hyprpaper.conf @@ -1,4 +1,4 @@ -preload = /home/clint/Pictures/wallpapers/castle_view.jpg +preload = wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/castle_view.jpg wallpaper = DP-2, /home/clint/Pictures/wallpapers/castle_view.jpg