2023-11-27 18:03:12 +00:00
|
|
|
|
|
|
|
bind = $mod, Return, exec, $term
|
|
|
|
bind = $mod, W, exec, $browser
|
|
|
|
bind = $mod SHIFT, SPACE, togglefloating
|
2024-05-15 13:40:27 +00:00
|
|
|
bind = $mod, D, exec, $menu
|
2023-11-27 18:03:12 +00:00
|
|
|
bind = $mod, J, togglesplit
|
2024-04-05 19:11:06 +00:00
|
|
|
bind = $mod SHIFT, C, togglegroup
|
2023-11-27 18:03:12 +00:00
|
|
|
bind = $mod, F, fullscreen
|
2024-04-05 19:11:06 +00:00
|
|
|
bind = $mod SHIFT, B, exec, killall waybar && waybar --config ~/.config/waybar/config.hypr
|
2023-11-27 18:03:12 +00:00
|
|
|
bind = $mod SHIFT, Q, killactive
|
2024-05-15 13:40:27 +00:00
|
|
|
bind = $mod, L, exec, hyprlock
|
2024-04-05 19:11:06 +00:00
|
|
|
bind = $mod SHIFT, L, exec, killall Hyprland
|
|
|
|
bind = $mod, TAB, changegroupactive
|
2023-11-27 18:03:12 +00:00
|
|
|
|
|
|
|
binde =, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
|
|
|
|
binde =, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
|
|
|
binde =, XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
|
|
binde =, XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
|
|
|
|
|
|
|
binde =, XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
|
|
|
binde =, XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
|
|
|
|
|
|
|
binde =, XF86AudioPlay, exec, playerctl play-pause
|
|
|
|
binde =, XF86AudioNext, exec, playerctl next
|
|
|
|
binde =, XF86AudioPrev, exec, playerctl previous
|
|
|
|
|
2024-05-15 13:40:27 +00:00
|
|
|
bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -t image/png && notify-send -t 3000 "Hyprland" "Screenshot copied to clipboard"
|
2024-04-05 19:11:06 +00:00
|
|
|
bind = , Print, exec, grim - | wl-copy -t iamge/png && notify-send -t 3000 "Hyprland" "Full screen copied to clipboard"
|
|
|
|
bind = , Shift Print, exec, slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy
|
|
|
|
|