Skip to content

Commit

Permalink
chore(hyprland): update keybind config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coopbri committed Nov 19, 2024
1 parent 3376196 commit 11ec04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .config/hypr/bind.conf
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 11ec04f

Please sign in to comment.