mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fix: commented out erroring info
This commit is contained in:
parent
d72db6fe6a
commit
6f252e9638
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
cc (tap-next esc lmet) ;; tap for escape, combine with another key for meta
|
||||
tbsmod (tap-hold 100 tab (around-next (layer-toggle tableader))) ;; tap tab and it sends tab, hold tab and it switches layers while the button is pressed
|
||||
|
||||
tmnl ret;; do nothing because terminals require environmental variables sad (cmd-button "wezterm") ;; run the terminal
|
||||
;;tmnl ret;; do nothing because terminals require environmental variables sad (cmd-button "wezterm") ;; run the terminal
|
||||
tpd (around lsft f13) ;; toggle touchpad
|
||||
)
|
||||
(defalias qw (layer-switch qwerty))
|
||||
|
@ -39,7 +39,7 @@
|
|||
(deflayer tableader
|
||||
_ @tpd _ _ _ _ _ _ _ _ _ _ _ _
|
||||
_ _ _ _ _ _ _ _ _ _ _ _ _ _
|
||||
_ _ _ _ _ _ _ _ _ _ _ _ @tmnl
|
||||
_ _ _ _ _ _ _ _ _ _ _ _ _ ;;@tmnl
|
||||
_ _ _ _ _ _ _ _ _ _ _ _
|
||||
_ _ _ _ _ _ _
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue