terminal: switch to ghostty

This commit is contained in:
2026-02-03 22:01:59 -08:00
parent b2ff5f1ae5
commit d87da32dee
5 changed files with 7 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ monitor=,preferred,auto,auto
# ============================================================================= # =============================================================================
# PROGRAMS # PROGRAMS
# ============================================================================= # =============================================================================
$terminal = alacritty $terminal = ghostty
$fileManager = dolphin $fileManager = dolphin
$menu = rofi -show drun -show-icons $menu = rofi -show drun -show-icons
$runMenu = rofi -show run $runMenu = rofi -show run
@@ -528,7 +528,7 @@ exec-once = systemctl --user start hyprland-session.target
# Scratchpad applications (start in special workspaces) # Scratchpad applications (start in special workspaces)
exec-once = [workspace special:element silent] element-desktop exec-once = [workspace special:element silent] element-desktop
exec-once = [workspace special:gmail silent] google-chrome-stable --new-window https://mail.google.com/mail/u/0/#inbox exec-once = [workspace special:gmail silent] google-chrome-stable --new-window https://mail.google.com/mail/u/0/#inbox
exec-once = [workspace special:htop silent] alacritty --class htop-scratch --title htop -e htop exec-once = [workspace special:htop silent] ghostty --class htop-scratch --title htop -e htop
exec-once = [workspace special:messages silent] google-chrome-stable --new-window https://messages.google.com/web/conversations exec-once = [workspace special:messages silent] google-chrome-stable --new-window https://messages.google.com/web/conversations
exec-once = [workspace special:slack silent] slack exec-once = [workspace special:slack silent] slack
exec-once = [workspace special:spotify silent] spotify exec-once = [workspace special:spotify silent] spotify

View File

@@ -2,7 +2,7 @@ configuration {
bw: 0; bw: 0;
padding: 50; padding: 50;
show-icons: true; show-icons: true;
terminal: "alacritty"; terminal: "ghostty";
sidebar-mode: false; sidebar-mode: false;
fullscreen: true; fullscreen: true;
/* Let rofi auto-detect DPI under Wayland/Xwayland to avoid blurry scaling. */ /* Let rofi auto-detect DPI under Wayland/Xwayland to avoid blurry scaling. */

View File

@@ -97,7 +97,7 @@ import XMonad.Util.WorkspaceCompare
myConfig = def myConfig = def
{ modMask = mod4Mask { modMask = mod4Mask
, terminal = "alacritty" , terminal = "ghostty"
, manageHook , manageHook
= composeAll [ placeHook (fixed (0.5, 0.5)) = composeAll [ placeHook (fixed (0.5, 0.5))
, isDialog --> doFloat , isDialog --> doFloat
@@ -262,7 +262,7 @@ elementCommand = "element-desktop"
emacsCommand = "emacsclient -c" emacsCommand = "emacsclient -c"
gmailCommand = gmailCommand =
"google-chrome-stable --new-window https://mail.google.com/mail/u/0/#inbox" "google-chrome-stable --new-window https://mail.google.com/mail/u/0/#inbox"
htopCommand = "alacritty --title htop -e htop" htopCommand = "ghostty --title htop -e htop"
messagesCommand = messagesCommand =
"google-chrome-stable --new-window https://messages.google.com/web/conversations" "google-chrome-stable --new-window https://messages.google.com/web/conversations"
slackCommand = "slack" slackCommand = "slack"

View File

@@ -58,12 +58,11 @@ makeEnable config "myModules.desktop" true {
xsettingsd xsettingsd
# Desktop # Desktop
alacritty ghostty
blueman blueman
# clipit # clipit
d-spy d-spy
kdePackages.dolphin kdePackages.dolphin
# inputs.ghostty.packages."${system}".default
feh feh
firefox firefox

View File

@@ -70,7 +70,7 @@ with lib;
fix_nix = "LD_LIBRARY_PATH='' nix"; fix_nix = "LD_LIBRARY_PATH='' nix";
}; };
variables = { variables = {
ROFI_SYSTEMD_TERM = "alacritty -e"; ROFI_SYSTEMD_TERM = "ghostty -e";
NIXPKGS_GIT_REV = "${inputs.nixpkgs.rev}"; NIXPKGS_GIT_REV = "${inputs.nixpkgs.rev}";
NIXPKGS_SOURCE = "${inputs.nixpkgs.outPath}"; NIXPKGS_SOURCE = "${inputs.nixpkgs.outPath}";
EDITOR = "emacsclient --alternate-editor emacs"; EDITOR = "emacsclient --alternate-editor emacs";