mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Adding keybinding for qutebrowser
This commit is contained in:
parent
f778cccb5a
commit
b187d5b8c9
2 changed files with 0 additions and 2 deletions
|
@ -116,7 +116,6 @@ keys = [
|
|||
lazy.spawn(myBrowser),
|
||||
desc='Qutebrowser'
|
||||
),
|
||||
|
||||
Key([mod], "Tab",
|
||||
lazy.next_layout(),
|
||||
desc='Toggle through layouts'
|
||||
|
|
|
@ -28,7 +28,6 @@ keys = [
|
|||
lazy.spawn(myBrowser),
|
||||
desc='Qutebrowser'
|
||||
),
|
||||
|
||||
Key([mod], "Tab",
|
||||
lazy.next_layout(),
|
||||
desc='Toggle through layouts'
|
||||
|
|
Loading…
Reference in a new issue