blob: a996a724d61f5dc552ce6f1adf9c1194072b03f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# 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 -- nautilus --new-window
bindd = SUPER SHIFT, B, Web Browser, exec, uwsm-app -- firefox
bindd = SUPER SHIFT CONTROL, B, Web Browser, exec, uwsm-app -- firefox --private-window
|