Skip to content

Commit

Permalink
Added info about clipboard manager
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDoesTech committed May 10, 2023
1 parent 53a86f0 commit b5c8605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HyprV/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ bind = $mainMod, SPACE, exec, wofi # Show the graphical app launcher
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, S, exec, grim -t jpeg -q 10 -g "$(slurp)" - | swappy -f - # take a screenshot
bind = ALT, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy
bind = ALT, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy # open clipboard manager
bind = $mainMod, T, exec, ~/.config/HyprV/hyprv_util vswitch # switch HyprV version

# Move focus with mainMod + arrow keys
Expand Down
3 changes: 2 additions & 1 deletion HyprV/hyprv_util
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ TOOLTIP='Default Keybinds\n'\
'SUPER + V = Toggle Float\n'\
'SUPER + SPACE = App Launcher\n'\
'SUPER + S = Screenshot\n'\
'SUPER + T = Switch HyprV version'
'SUPER + T = Switch HyprV version\n'\
'ALT + V = Open clipboard manager'

echo '{"text": "'$VER'", "tooltip": "'$TOOLTIP'"}'

0 comments on commit b5c8605

Please sign in to comment.