From 11ec04f12af37f8a73eeb09e36c464e82511374a Mon Sep 17 00:00:00 2001 From: Brian Cooper Date: Tue, 19 Nov 2024 02:48:54 -0600 Subject: [PATCH] chore(hyprland): update keybind config comments --- .config/hypr/bind.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/bind.conf b/.config/hypr/bind.conf index dc30d41..2768ce4 100644 --- a/.config/hypr/bind.conf +++ b/.config/hypr/bind.conf @@ -1,4 +1,4 @@ -# see https://wiki.hyprland.org/Configuring/Keywords/ for more +# see https://wiki.hyprland.org/configuring/keywords/ for more # keys $mainMod = SUPER @@ -10,7 +10,7 @@ $fileManager = dolphin $browser = firefox $codeEditor = code -# example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more +# example binds, see https://wiki.hyprland.org/configuring/binds/ for more # bind = $mainMod, Q, exec, $terminal bind = $mainMod, Q, killactive, bind = $mainMod, F, fullscreen @@ -95,6 +95,6 @@ bindl=, XF86AudioPrev, exec, playerctl previous bind = $mainMod, Print, exec, grim -g "$(slurp)" bind = $mainMod ALT, Print, exec, grimblast --freeze copysave area ~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png -# Clipboard +# clipboard bind = $mainMod, O, exec, cliphist list | $menu | cliphist decode | wl-copy