diff --git a/home/ooks/features/wayland/essentials/foot.nix b/home/ooks/features/wayland/essentials/foot.nix index e34f0da..744137f 100644 --- a/home/ooks/features/wayland/essentials/foot.nix +++ b/home/ooks/features/wayland/essentials/foot.nix @@ -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; diff --git a/home/ooks/features/wayland/essentials/kitty.nix b/home/ooks/features/wayland/essentials/kitty.nix index 0e2b44b..59d8889 100644 --- a/home/ooks/features/wayland/essentials/kitty.nix +++ b/home/ooks/features/wayland/essentials/kitty.nix @@ -9,9 +9,9 @@ in { home = { packages = [ kitty-xterm ]; - sessionVariables = { - TERMINAL = "kitty -1"; - }; + #sessionVariables = { + #TERMINAL = "kitty -1"; + #}; }; diff --git a/home/ooks/features/wayland/window-manager/hyprland/binds.nix b/home/ooks/features/wayland/window-manager/hyprland/binds.nix index deb922e..8802617 100644 --- a/home/ooks/features/wayland/window-manager/hyprland/binds.nix +++ b/home/ooks/features/wayland/window-manager/hyprland/binds.nix @@ -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