fix(hyprland): Set browser shortcut
This commit is contained in:
@@ -32,6 +32,7 @@ monitor=,preferred,auto,auto
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = alacritty
|
||||
$browser = zen-browser
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
|
||||
@@ -177,6 +178,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
|
||||
Reference in New Issue
Block a user