Add Foot server

This commit is contained in:
Filippo Berto 2025-07-28 15:05:09 +02:00
parent 2f29390e15
commit bc17e8556e
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,7 @@ in
{
programs.foot = {
enable = true;
server.enable = true;
settings = {
main = {
term = "xterm-256color";

View file

@ -208,7 +208,8 @@ in
"SUPER_SHIFT_L, L, exec, hyprctl keyword general:layout dwindle"
"SUPER_ALT_L, L, exec, hyprctl keyword general:layout master"
"SUPER, RETURN, exec, foot"
"SUPER, RETURN, exec, footclient"
"SUPER SHIFT, RETURN, exec, foot"
"SUPER, W, killactive,"
"SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock"
"SUPER_ALT_L, Q, exit,"