advanced crash prevention
This commit is contained in:
parent
4fc07a7d03
commit
d2b44fae51
3 changed files with 16 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
uwsm = "${pkgs.uwsm}/bin/uwsm-app --";
|
uwsm = "${pkgs.uwsm}/bin/uwsm-app --";
|
||||||
swaymsg = "${pkgs.sway}/bin/swaymsg";
|
swaymsg = "${pkgs.sway}/bin/swaymsg";
|
||||||
lock = "${pkgs.swaylock}/bin/swaylock --daemonize";
|
lock = "${pkgs.swaylock}/bin/swaylock --daemonize";
|
||||||
term = "${pkgs.kitty}/bin/kitty";
|
term = "${pkgs.foot}/bin/foot";
|
||||||
notify = "${pkgs.libnotify}/bin/notify-send";
|
notify = "${pkgs.libnotify}/bin/notify-send";
|
||||||
nag = "${pkgs.sway}/bin/swaynag --edge bottom";
|
nag = "${pkgs.sway}/bin/swaynag --edge bottom";
|
||||||
dmenu = "${pkgs.rofi-unwrapped}/bin/rofi";
|
dmenu = "${pkgs.rofi-unwrapped}/bin/rofi";
|
||||||
|
|
@ -446,6 +446,18 @@
|
||||||
window_padding_width = 2;
|
window_padding_width = 2;
|
||||||
};
|
};
|
||||||
}; # end kitty
|
}; # end kitty
|
||||||
|
foot = {
|
||||||
|
enable = true;
|
||||||
|
server.enable = true;
|
||||||
|
settings = {
|
||||||
|
bell = {
|
||||||
|
system = "no";
|
||||||
|
};
|
||||||
|
scrollback = {
|
||||||
|
lines = 100000;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}; # end foot
|
||||||
}; # end programs
|
}; # end programs
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,8 @@
|
||||||
wl-clipboard # clipboard support (mostly for grim/slurp)
|
wl-clipboard # clipboard support (mostly for grim/slurp)
|
||||||
pulseaudio # pulseaudio support
|
pulseaudio # pulseaudio support
|
||||||
sway-contrib.grimshot # screenshot tool
|
sway-contrib.grimshot # screenshot tool
|
||||||
kitty # terminal emulator
|
foot # fast and lightweight terminal emulator
|
||||||
|
kitty # sparkly terminal emulator
|
||||||
dotool # tool to send keyboard/mouse input to wayland apps
|
dotool # tool to send keyboard/mouse input to wayland apps
|
||||||
mako # notification system developed by swaywm maintainer
|
mako # notification system developed by swaywm maintainer
|
||||||
espanso-wayland # text expander
|
espanso-wayland # text expander
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ in
|
||||||
"max-tick-time" = "-1";
|
"max-tick-time" = "-1";
|
||||||
};
|
};
|
||||||
jvmOpts = [
|
jvmOpts = [
|
||||||
"-Xmx30G"
|
"-Xmx24G"
|
||||||
"-Xms24G"
|
"-Xms24G"
|
||||||
"-XX:+UseZGC"
|
"-XX:+UseZGC"
|
||||||
"-XX:+ZGenerational"
|
"-XX:+ZGenerational"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue