Browse Source

small tweak

pull/10/head
JaKooLit 2 years ago
parent
commit
c6c01a8acc
  1. 3
      config/hypr/scripts/ClipManager.sh
  2. 1
      config/hypr/scripts/KeyHints.sh

3
config/hypr/scripts/ClipManager.sh

@ -3,8 +3,7 @@
# Clipboard Manager
if [[ ! $(pidof rofi) ]]; then
#cliphist list | rofi -dmenu -config ~/.config/rofi/config-cliphist.rasi | cliphist decode | wl-copy
cliphist list | rofi -dmenu | cliphist decode | wl-copy
cliphist list | rofi -dmenu -config ~/.config/rofi/config-long.rasi | cliphist decode | wl-copy
else
pkill rofi
fi

1
config/hypr/scripts/KeyHints.sh

@ -24,7 +24,6 @@ yad --width=1000 --height=900 \
" Shift Print" "screenshot region" "(grim + slurp)" \
" Shift S" "screenshot region" "(swappy)" \
"CTRL ALT P" "power-menu" "(wlogout)" \
"CTRL ALT L" "screenlock" "(swaylock)" \
"CTRL ALT Del" "Hyprland Exit" "(SAVE YOUR WORK!!!)" \
" F" "Fullscreen" "Toggles to full screen" \
" Spacebar" "Toggle Dwindle | Master Layout" "Hyprland Layout" \

Loading…
Cancel
Save