change: disable kitty for foot in hyprland config
This commit is contained in:
parent
89302470fb
commit
c718acbc5e
3 changed files with 11 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
#home.sessionVariables = { TERMINAL = "foot"; };
|
home.sessionVariables = { TERMINAL = "foot"; };
|
||||||
|
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -17,6 +17,13 @@ in
|
||||||
font-italic = "${config.fontProfiles.monospace.family}:style=Italic:pixelsize=18:antialias=true";
|
font-italic = "${config.fontProfiles.monospace.family}:style=Italic:pixelsize=18:antialias=true";
|
||||||
font-bold-italic = "${config.fontProfiles.monospace.family}:style=Bold Italic:pixelsize=18:antialias=true";
|
font-bold-italic = "${config.fontProfiles.monospace.family}:style=Bold Italic:pixelsize=18:antialias=true";
|
||||||
dpi-aware = "yes";
|
dpi-aware = "yes";
|
||||||
|
letter-spacing = "-1px";
|
||||||
|
bold-text-in-bright = "palette-based";
|
||||||
|
resize-delay-ms = "80";
|
||||||
|
};
|
||||||
|
cursor = {
|
||||||
|
style = "beam";
|
||||||
|
blink = "yes";
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
alpha = 1.0;
|
alpha = 1.0;
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,9 @@ in
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
packages = [ kitty-xterm ];
|
packages = [ kitty-xterm ];
|
||||||
sessionVariables = {
|
#sessionVariables = {
|
||||||
TERMINAL = "kitty -1";
|
#TERMINAL = "kitty -1";
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,6 @@ in
|
||||||
volume = "${volumeScript}/bin/volume";
|
volume = "${volumeScript}/bin/volume";
|
||||||
|
|
||||||
swaylock = "${config.programs.swaylock.package}/bin/swaylock";
|
swaylock = "${config.programs.swaylock.package}/bin/swaylock";
|
||||||
foot = "${config.programs.foot.package}/bin/foot";
|
|
||||||
spotify = "${terminal} -e spotify_player";
|
spotify = "${terminal} -e spotify_player";
|
||||||
spotifyctl = "${pkgs.spotify-player}/bin/spotify_player";
|
spotifyctl = "${pkgs.spotify-player}/bin/spotify_player";
|
||||||
|
|
||||||
|
|
@ -69,7 +68,6 @@ in
|
||||||
"SUPER, e, exec, ${editor}"
|
"SUPER, e, exec, ${editor}"
|
||||||
"SUPER, m, exec, ${spotify}"
|
"SUPER, m, exec, ${spotify}"
|
||||||
"SUPERSHIFT, P, exec, ${password}"
|
"SUPERSHIFT, P, exec, ${password}"
|
||||||
"SUPERSHIFT, return, exec, ${foot}"
|
|
||||||
|
|
||||||
# Spotify PLayer Controls
|
# Spotify PLayer Controls
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue