diff options
author | Ben Sima <ben@bsima.me> | 2024-08-03 11:46:05 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-08-14 13:57:56 -0400 |
commit | 994f29c31d9329f627c5a588cdebe76606e4292f (patch) | |
tree | ccb642ab82f271f60ed8ca15ad36fcc293a932d4 /lib/linux.nix | |
parent | 2384b5314eb2fb961bd57d6fb6c5c78cab31dd1c (diff) |
messing with xterm and font sizes
Diffstat (limited to 'lib/linux.nix')
-rw-r--r-- | lib/linux.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index ba0fbdf..aedb46f 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -83,7 +83,7 @@ in xlayoutdisplay xorg.xmodmap xsel - xterm + #xterm yank youtube-dl zathura @@ -105,12 +105,12 @@ in xresources = { properties = { - "XTerm*font" = "-*-FiraMono-medium-r-normal--${toString fontSize}-*-*-*-*-*-iso10646-1"; - "XTerm*faceName" = "FireMono"; - "XTerm*faceSize" = toString fontSize; - "XTerm*termName" = "xterm-256color"; - "XTerm*metaSendsEscape" = true; - "XTerm*utf8" = true; + #"XTerm*font" = "-*-FiraMono-medium-r-normal--${toString fontSize}-*-*-*-*-*-iso10646-1"; + #"XTerm*faceName" = "FireMono"; + #"XTerm*faceSize" = toString fontSize; + #"XTerm*termName" = "xterm-256color"; + #"XTerm*metaSendsEscape" = true; + #"XTerm*utf8" = true; #"Xautolock.time:" = 1; #"Xautolock.locker:" = "xlock"; #"Xautolock.corners:" = "+0-0"; |