mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +02:00
Add qutebrowser keybind
This commit is contained in:
parent
d996099edd
commit
6fe51d61f6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,6 @@ $terminal = kitty
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$menu = wofi
|
$menu = wofi
|
||||||
$menu_open_cmd = $menu --show drun
|
$menu_open_cmd = $menu --show drun
|
||||||
$browser = firefox
|
|
||||||
$screenshot = hyprshot
|
$screenshot = hyprshot
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
@ -211,6 +210,7 @@ bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bindr = $mainMod, SUPER_L, exec, pkill $menu || $menu_open_cmd
|
bindr = $mainMod, SUPER_L, exec, pkill $menu || $menu_open_cmd
|
||||||
bind = $mainMod, F, exec, firefox
|
bind = $mainMod, F, exec, firefox
|
||||||
|
bind = $mainMod SHIFT, F, exec, qutebrowser
|
||||||
# bind = $mainMod, P, pseudo, # dwindle
|
# bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, N, togglesplit,
|
bind = $mainMod, N, togglesplit,
|
||||||
bind = $mainMod SHIFT, S, exec, $screenshot -m region
|
bind = $mainMod SHIFT, S, exec, $screenshot -m region
|
||||||
|
|
Loading…
Add table
Reference in a new issue