mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fix: updated terminal command
This commit is contained in:
parent
adbf18dd85
commit
157fba6886
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,3 @@
|
|||
(defcfg
|
||||
allow-cmd true
|
||||
)
|
||||
|
||||
#|-----------------------------------
|
||||
|
||||
|
@ -16,9 +13,9 @@
|
|||
|
||||
(defalias
|
||||
cc (tap-next esc lmet) ;; tap for escape, combine with another key for meta
|
||||
tbsmod (tap-hold 150 tab (around-next (layer-toggle tableader))) ;; tap tab and it sends tab, hold tab and it switches layers while the button is pressed
|
||||
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 (cmd-button "date >> /tmp/tbtested.txt") ;; run urxvt terminal
|
||||
tmnl (cmd-button "wezterm") ;; run the terminal
|
||||
tpd (around lsft f13) ;; toggle touchpad
|
||||
)
|
||||
(defalias qw (layer-switch qwerty))
|
||||
|
|
Loading…
Reference in a new issue