Merge branch 'main' of ssh://git.duckland.org:2202/don/NixOS-Configs
This commit is contained in:
commit
783544c6c5
2 changed files with 68 additions and 65 deletions
|
|
@ -62,6 +62,7 @@
|
||||||
unzip
|
unzip
|
||||||
urlview
|
urlview
|
||||||
vdirsyncer
|
vdirsyncer
|
||||||
|
vlock
|
||||||
wget
|
wget
|
||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,8 @@
|
||||||
bind K split-window -h "exec ikhal"
|
bind K split-window -h "exec ikhal"
|
||||||
bind C-t neww -n vit "exec vit"
|
bind C-t neww -n vit "exec vit"
|
||||||
set -g renumber-windows off
|
set -g renumber-windows off
|
||||||
|
set -g lock-after-time 30
|
||||||
|
set -g lock-command 'tty | grep -q "^/dev/tty" && vlock'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue