USe ghosttty
This commit is contained in:
@@ -98,7 +98,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
|
||||||
@@ -263,7 +263,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"
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ with lib;
|
|||||||
ta = "tmux attach";
|
ta = "tmux attach";
|
||||||
};
|
};
|
||||||
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user