let's try out alacritty

This commit is contained in:
Grigory Shipunov 2023-02-14 23:30:51 +01:00
parent c4aefa0182
commit 600967b500
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 5 additions and 1 deletions

View file

@ -9,7 +9,6 @@
extraConfig = '' extraConfig = ''
# all the colors we can get # all the colors we can get
set-option -g default-terminal "tmux-256color" set-option -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",foot*:Tc"
# emacs keys in status # emacs keys in status
set -g status-keys emacs set -g status-keys emacs
@ -17,6 +16,10 @@
# set focus events # set focus events
set-option -g focus-events on set-option -g focus-events on
# curlies
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
# title # title
set -g set-titles on set -g set-titles on
set -g set-titles-string "#T" set -g set-titles-string "#T"

View file

@ -113,6 +113,7 @@
export QT_STYLE_OVERRIDE="adwaita-dark" export QT_STYLE_OVERRIDE="adwaita-dark"
''; '';
extraPackages = with pkgs; [ extraPackages = with pkgs; [
alacritty
pamixer pamixer
swaylock swaylock
graphicsmagick graphicsmagick