Add Foot server
This commit is contained in:
parent
2f29390e15
commit
bc17e8556e
2 changed files with 3 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ in
|
||||||
{
|
{
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
server.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
|
|
|
||||||
|
|
@ -208,7 +208,8 @@ in
|
||||||
"SUPER_SHIFT_L, L, exec, hyprctl keyword general:layout dwindle"
|
"SUPER_SHIFT_L, L, exec, hyprctl keyword general:layout dwindle"
|
||||||
"SUPER_ALT_L, L, exec, hyprctl keyword general:layout master"
|
"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, W, killactive,"
|
||||||
"SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock"
|
"SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock"
|
||||||
"SUPER_ALT_L, Q, exit,"
|
"SUPER_ALT_L, Q, exit,"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue