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
|
||||
|
||||
{
|
||||
#home.sessionVariables = { TERMINAL = "foot"; };
|
||||
home.sessionVariables = { TERMINAL = "foot"; };
|
||||
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
|
|
@ -17,6 +17,13 @@ in
|
|||
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";
|
||||
dpi-aware = "yes";
|
||||
letter-spacing = "-1px";
|
||||
bold-text-in-bright = "palette-based";
|
||||
resize-delay-ms = "80";
|
||||
};
|
||||
cursor = {
|
||||
style = "beam";
|
||||
blink = "yes";
|
||||
};
|
||||
colors = {
|
||||
alpha = 1.0;
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ in
|
|||
{
|
||||
home = {
|
||||
packages = [ kitty-xterm ];
|
||||
sessionVariables = {
|
||||
TERMINAL = "kitty -1";
|
||||
};
|
||||
#sessionVariables = {
|
||||
#TERMINAL = "kitty -1";
|
||||
#};
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ in
|
|||
volume = "${volumeScript}/bin/volume";
|
||||
|
||||
swaylock = "${config.programs.swaylock.package}/bin/swaylock";
|
||||
foot = "${config.programs.foot.package}/bin/foot";
|
||||
spotify = "${terminal} -e spotify_player";
|
||||
spotifyctl = "${pkgs.spotify-player}/bin/spotify_player";
|
||||
|
||||
|
|
@ -69,7 +68,6 @@ in
|
|||
"SUPER, e, exec, ${editor}"
|
||||
"SUPER, m, exec, ${spotify}"
|
||||
"SUPERSHIFT, P, exec, ${password}"
|
||||
"SUPERSHIFT, return, exec, ${foot}"
|
||||
|
||||
# Spotify PLayer Controls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue