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 --";
|
||||
swaymsg = "${pkgs.sway}/bin/swaymsg";
|
||||
lock = "${pkgs.swaylock}/bin/swaylock --daemonize";
|
||||
term = "${pkgs.kitty}/bin/kitty";
|
||||
term = "${pkgs.foot}/bin/foot";
|
||||
notify = "${pkgs.libnotify}/bin/notify-send";
|
||||
nag = "${pkgs.sway}/bin/swaynag --edge bottom";
|
||||
dmenu = "${pkgs.rofi-unwrapped}/bin/rofi";
|
||||
|
|
@ -446,6 +446,18 @@
|
|||
window_padding_width = 2;
|
||||
};
|
||||
}; # end kitty
|
||||
foot = {
|
||||
enable = true;
|
||||
server.enable = true;
|
||||
settings = {
|
||||
bell = {
|
||||
system = "no";
|
||||
};
|
||||
scrollback = {
|
||||
lines = 100000;
|
||||
};
|
||||
};
|
||||
}; # end foot
|
||||
}; # end programs
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue