mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
hyprland: added firefox keybinds
This commit is contained in:
parent
87e0c0cbd2
commit
e06c50f869
|
@ -22,6 +22,7 @@ exec-once = waybar & mako & hypridle
|
|||
$terminal = alacritty
|
||||
$fileManager = thunar
|
||||
$menu = fuzzel
|
||||
$browser = firefox
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
|
@ -137,11 +138,12 @@ $mainMod = SUPER
|
|||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
|
|
Loading…
Reference in a new issue