Move shell to fish

This commit is contained in:
Natsu Kagami 2023-03-25 11:40:36 +01:00
parent 1c20f77772
commit cea4219bff
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 20 additions and 9 deletions

View file

@ -154,6 +154,11 @@
set -q PERL_LOCAL_LIB_ROOT; or set -x PERL_LOCAL_LIB_ROOT ${config.home.homeDirectory}/perl5;
set -x PERL_MB_OPT --install_base\ \"${config.home.homeDirectory}/perl5\";
set -x PERL_MM_OPT INSTALL_BASE=${config.home.homeDirectory}/perl5;
# Sway!
if status --is-login; and which sway >/dev/null; and test -z $DISPLAY; and test (tty) = "/dev/tty1"
read -P "Press enter to start sway..."; and exec sway
end
'';
plugins = [
{

View file

@ -288,10 +288,10 @@ in
focus.mouseWarping = true;
focus.newWindow = "urgent";
# Gaps
gaps.outer = 3;
gaps.outer = 4;
gaps.inner = 4;
gaps.smartBorders = "off"; # until swayfx fixes clipping bug
gaps.smartGaps = true;
gaps.smartGaps = false;
### Bars
# Let systemd manage it