1
0
Fork 0
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:
Derek Taylor 2021-09-02 22:23:44 -05:00
parent f778cccb5a
commit b187d5b8c9
2 changed files with 0 additions and 2 deletions

View file

@ -116,7 +116,6 @@ keys = [
lazy.spawn(myBrowser),
desc='Qutebrowser'
),
Key([mod], "Tab",
lazy.next_layout(),
desc='Toggle through layouts'

View file

@ -28,7 +28,6 @@ keys = [
lazy.spawn(myBrowser),
desc='Qutebrowser'
),
Key([mod], "Tab",
lazy.next_layout(),
desc='Toggle through layouts'