mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Merge branch 'shearqan-master-patch-05583' into 'master'
Fix typo in comment for browser, not terminal. See merge request dwt1/dotfiles!58
This commit is contained in:
commit
a4c9077b1d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from typing import List # noqa: F401from typing import List # noqa: F401
|
|||
|
||||
mod = "mod4" # Sets mod key to SUPER/WINDOWS
|
||||
myTerm = "alacritty" # My terminal of choice
|
||||
myBrowser = "qutebrowser" # My terminal of choice
|
||||
myBrowser = "qutebrowser" # My browser of choice
|
||||
|
||||
keys = [
|
||||
### The essentials
|
||||
|
|
Loading…
Reference in a new issue