From d0cd3783cfc2b6a32826f531543b13e386d5284f Mon Sep 17 00:00:00 2001 From: clint Date: Sat, 31 May 2025 13:04:53 -0500 Subject: [PATCH] clippy --- bashrc/.bashrc | 1 + hypr/.config/hypr/hyprland.conf | 2 ++ hypr/.config/hypr/hyprlock.conf | 2 +- hypr/.config/hypr/hyprpaper.conf | 4 ++-- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index f040005..9f74034 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -45,6 +45,7 @@ alias r="ranger" alias grep='grep --colour=auto' alias cdd='. ~/scripts/project_picker.sh' alias configedit='. ~/scripts/config_edit.sh' +alias clip='cliphist list | fzf --no-sort | cliphist decode | wl-copy' # expand path PATH=/usr/local/bin:/usr/bin/:/usr/sbin diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 800abcb..8d7fde5 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -23,6 +23,7 @@ $menu = rofi -theme /home/clint/.config/wofi/test3.rasi -show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: exec-once = waybar & hyprpaper +exec-once = wl-paste --watch cliphist store ############################# ### ENVIRONMENT VARIABLES ### @@ -166,6 +167,7 @@ bind = $mainMod, P, exec, ~/scripts/hypr_change_wallpaper.sh bind = $mainMod, L, exec, hyprlock bind = $mainMod, F, fullscreen bind = $mainMod, X, exec, ~/scripts/hypr_shutdown.sh +bind = $mainMod, H, exec, cliphist list | rofi -theme /home/clint/.config/wofi/test3.rasi -dmenu | cliphist decode | wl-copy # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l diff --git a/hypr/.config/hypr/hyprlock.conf b/hypr/.config/hypr/hyprlock.conf index 6308095..3754cb8 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/redtrees.jpg } diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf index 01544f6..6503c2f 100644 --- a/hypr/.config/hypr/hyprpaper.conf +++ b/hypr/.config/hypr/hyprpaper.conf @@ -1,6 +1,6 @@ preload = -wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/memory_excellence.png -wallpaper = DP-2, /home/clint/Pictures/wallpapers/memory_excellence.png +wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/forest.jpg +wallpaper = DP-2, /home/clint/Pictures/wallpapers/forest.jpg #enable splash text rendering over the wallpaper splash = false