1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Override hyprland default binding configurations
# check /etc/hypr/binding.conf
#
# Configure Hyprland Bindings
#
# See https://wiki.hypr.land/Configuring/Keywords/
# See https://wiki.hypr.land/Configuring/Binds/
bindd = SUPER SHIFT, T, Terminal, exec, uwsm-app -- alacritty
bindd = SUPER SHIFT, F, File Manager, exec, uwsm-app -- xdg-open "."
bindd = SUPER SHIFT, B, Default Web Browser, exec, uwsm-app -- xdg-open "about:blank"
bindd = SUPER SHIFT CONTROL, B, Default Web Browser Private Window, exec, uwsm-app -- firefox --private-window
bindd = SUPER SHIFT, P, Planner, exec, uwsm-app -- planify
|