Compare commits
3 commits
e69d9f410f
...
e784c45b9f
| Author | SHA1 | Date | |
|---|---|---|---|
| e784c45b9f | |||
| a5c2e845f1 | |||
| d260f9a98c |
3 changed files with 10 additions and 9 deletions
|
|
@ -126,22 +126,21 @@
|
|||
;; caps-word tap-dance
|
||||
lsft (tap-dance 200 (_ (caps-word 2000) _ _))
|
||||
|
||||
;; switch to normal keyboard layout
|
||||
lctl (layer-switch normal)
|
||||
|
||||
;; change ctrl alt and meta
|
||||
lctl lalt
|
||||
lmet lctl
|
||||
lalt (tap-dance 200 (lmet (multi lmet alt) lmet lmet))
|
||||
ralt lalt
|
||||
|
||||
;; hjkl layer
|
||||
ralt (tap-hold 200 200 (layer-switch hjkl) (layer-while-held hjkl)) ;; tap: switch hold: switch while held
|
||||
|
||||
;; switch to normal keyboard layout
|
||||
rctl (layer-switch normal)
|
||||
rctl (tap-hold 200 200 (layer-switch layer1) (layer-while-held layer1))
|
||||
)
|
||||
|
||||
(deflayermap (normal)
|
||||
rctl (layer-switch default))
|
||||
|
||||
(deflayermap (hjkl)
|
||||
(deflayermap (layer1)
|
||||
h left
|
||||
j down
|
||||
k up
|
||||
|
|
|
|||
|
|
@ -26,8 +26,9 @@ in {
|
|||
"browser.search.suggest.enabled" = true;
|
||||
"browser.urlbar.suggest.searches" = true;
|
||||
|
||||
# Restore previous session on startup
|
||||
"browser.startup.page" = 3;
|
||||
# Open Kagi
|
||||
"browser.startup.homepage" = "https://kagi.com";
|
||||
"browser.startup.page" = 1;
|
||||
|
||||
# drm
|
||||
"media.eme.enabled" = true;
|
||||
|
|
|
|||
|
|
@ -195,6 +195,7 @@ in {
|
|||
environment = {
|
||||
DISPLAY = ":0";
|
||||
};
|
||||
gestures.hot-corners.enable = false;
|
||||
layout = {
|
||||
border.enable = false;
|
||||
focus-ring.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue