configuring
This commit is contained in:
parent
ec390d1f9c
commit
eeca795d8a
3 changed files with 27 additions and 6 deletions
|
@ -9,13 +9,27 @@
|
||||||
tab q w e r t y u i o p [ ] \
|
tab q w e r t y u i o p [ ] \
|
||||||
caps a s d f g h j k l ; ' ret
|
caps a s d f g h j k l ; ' ret
|
||||||
lsft z x c v b n m , . / rsft
|
lsft z x c v b n m , . / rsft
|
||||||
lctl lmet lalt spc ralt rmet
|
lctl nlck lmet lalt spc ralt rmet slck
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(defalias
|
||||||
|
ctrlesc (tap-hold 100 esc lctrl)
|
||||||
|
sp-lsft (tap-hold 100 \( lsft)
|
||||||
|
sp-rsft (tap-hold 100 \) lsft)
|
||||||
|
hypr C-A-M-S)
|
||||||
|
|
||||||
(deflayer qwerty
|
(deflayer qwerty
|
||||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||||
tab q w e r t y u i o p [ ] \
|
tab q w e r t y u i o p [ ] \
|
||||||
lctrl a s d f g h j k l ; ' ret
|
@ctrlesc a s d f g h j k l ; ' ret
|
||||||
lsft z x c v b n m , . / rsft
|
@sp-lsft z x c v b n m , . / @sp-rsft
|
||||||
lctl lalt lmet spc rmet ralt
|
@hypr lctl lalt lmet spc rmet ralt @hypr
|
||||||
|
)
|
||||||
|
|
||||||
|
(deflayer fkeys
|
||||||
|
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 bspc
|
||||||
|
- - - - - - - - - - - - - -
|
||||||
|
- - - - - - - - - - - - -
|
||||||
|
- - - - - - - - - - - -
|
||||||
|
- - - - - - - -
|
||||||
)
|
)
|
||||||
|
|
|
@ -41,6 +41,12 @@
|
||||||
wezterm
|
wezterm
|
||||||
emacs
|
emacs
|
||||||
fish
|
fish
|
||||||
|
fishPlugins.foreign-env
|
||||||
|
fishPlugins.z
|
||||||
|
fishPlugins.fzf
|
||||||
|
fishPlugins.fifc
|
||||||
|
fishPlugins.bass
|
||||||
|
fishPlugins.autopair
|
||||||
starship
|
starship
|
||||||
lazygit
|
lazygit
|
||||||
nnn
|
nnn
|
||||||
|
|
|
@ -163,8 +163,8 @@
|
||||||
# enable fish and launch it from bash for interactive shells
|
# enable fish and launch it from bash for interactive shells
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
|
if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
|
||||||
then
|
then
|
||||||
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=""
|
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=""
|
||||||
exec ${pkgs.fish}/bin/fish $LOGIN_OPTION
|
exec ${pkgs.fish}/bin/fish $LOGIN_OPTION
|
||||||
|
@ -187,6 +187,7 @@
|
||||||
rsync
|
rsync
|
||||||
#kanata
|
#kanata
|
||||||
kmonad
|
kmonad
|
||||||
|
fishPlugins.foriegn-env
|
||||||
];
|
];
|
||||||
|
|
||||||
#systemd.services.kanata = {
|
#systemd.services.kanata = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue