diff options
Diffstat (limited to '.config/hypr/conf/keybinds.conf')
| -rw-r--r-- | .config/hypr/conf/keybinds.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/hypr/conf/keybinds.conf b/.config/hypr/conf/keybinds.conf index 82b26ba..ecb142c 100644 --- a/.config/hypr/conf/keybinds.conf +++ b/.config/hypr/conf/keybinds.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | # See https://wiki.hyprland.org/Configuring/Keywords/ | 3 | # See https://wiki.hyprland.org/Configuring/Keywords/ |
| 4 | $mainMod = SUPER | 4 | $mainMod = SUPER |
| 5 | $terminal = kitty | 5 | $terminal = foot |
| 6 | $fileManager = thunar | 6 | $fileManager = thunar |
| 7 | $menu = tofi-drun | xargs hyprctl dispatch exec -- | 7 | $menu = tofi-drun | xargs hyprctl dispatch exec -- |
| 8 | 8 | ||
| @@ -10,10 +10,10 @@ $menu = tofi-drun | xargs hyprctl dispatch exec -- | |||
| 10 | bind = $mainMod+SHIFT, code:41, exec, $fileManager # f | 10 | bind = $mainMod+SHIFT, code:41, exec, $fileManager # f |
| 11 | bind = $mainMod, RETURN, exec, $terminal | 11 | bind = $mainMod, RETURN, exec, $terminal |
| 12 | bind = $mainMod, code:71, exec, $HOME/.local/bin/mailsync # f5 | 12 | bind = $mainMod, code:71, exec, $HOME/.local/bin/mailsync # f5 |
| 13 | bind = ,code:118, exec, copyq menu # ins | 13 | bind = ,code:118, exec, copyq show # ins |
| 14 | bind = $mainMod, 0, exec, swaync-client --hide-latest | 14 | bind = $mainMod, 0, exec, swaync-client --hide-latest |
| 15 | bind = $mainMod+SHIFT, 0, exec, swaync-client -t | 15 | bind = $mainMod+SHIFT, 0, exec, swaync-client -t |
| 16 | bindr = SUPER+SHIFT, escape, exec, wlogout | 16 | bindr = $mainMod+SHIFT, escape, exec, wlogout |
| 17 | bindr = $mainMod, code:42, exec, $HOME/.local/bin/done # g | 17 | bindr = $mainMod, code:42, exec, $HOME/.local/bin/done # g |
| 18 | bindr = $mainMod, code:30, exec, $HOME/.local/bin/bukuadd_c # u | 18 | bindr = $mainMod, code:30, exec, $HOME/.local/bin/bukuadd_c # u |
| 19 | bindr = $mainMod, code:35, exec, $HOME/.local/bin/td # ] | 19 | bindr = $mainMod, code:35, exec, $HOME/.local/bin/td # ] |
| @@ -29,11 +29,11 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause | |||
| 29 | bindl = , XF86AudioNext, exec, playerctl next | 29 | bindl = , XF86AudioNext, exec, playerctl next |
| 30 | bindl = , XF86AudioPrev, exec, playerctl previous | 30 | bindl = , XF86AudioPrev, exec, playerctl previous |
| 31 | 31 | ||
| 32 | # Colour picker | ||
| 33 | # https://wimpysworld.com/posts/fuzzel-hyprpicker/ | ||
| 34 | bind = $mainMod, code:32, exec, $HOME/.local/bin/fuzzel_hyprpicker.sh | ||
| 35 | |||
| 32 | # Screenshots: | 36 | # Screenshots: |
| 33 | # Super+P: Current window | ||
| 34 | # Super+Shift+p: Select area | ||
| 35 | # Super+Alt+p Current output | ||
| 36 | # Super+Ctrl+p All outputs | ||
| 37 | 37 | ||
| 38 | # Optionally, customize slurp's appearance | 38 | # Optionally, customize slurp's appearance |
| 39 | env = SLURP_ARGS, -d -B F050F022 -b 10101022 -c ff00ff | 39 | env = SLURP_ARGS, -d -B F050F022 -b 10101022 -c ff00ff |
