Minor changes.

This commit is contained in:
Derek Taylor
2020-04-16 12:02:18 -05:00
parent 7ceea46a41
commit b71b4c3d31
2 changed files with 7 additions and 0 deletions

View File

@@ -203,6 +203,11 @@ keys = [
desc='Dmenu scrot script'
),
### My applications launched with SUPER + ALT + KEY
Key(
[mod, "mod1"], "b",
lazy.spawn("tabbed -r 2 surf -pe x '.surf/html/homepage.html'"),
desc='lynx browser'
),
Key(
[mod, "mod1"], "l",
lazy.spawn(myTerm+" -e lynx gopher://distro.tube"),