let's try out alacritty
This commit is contained in:
parent
c4aefa0182
commit
600967b500
2 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
extraConfig = ''
|
||||
# all the colors we can get
|
||||
set-option -g default-terminal "tmux-256color"
|
||||
set-option -ga terminal-overrides ",foot*:Tc"
|
||||
|
||||
# emacs keys in status
|
||||
set -g status-keys emacs
|
||||
|
@ -17,6 +16,10 @@
|
|||
# set focus events
|
||||
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
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "#T"
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
export QT_STYLE_OVERRIDE="adwaita-dark"
|
||||
'';
|
||||
extraPackages = with pkgs; [
|
||||
alacritty
|
||||
pamixer
|
||||
swaylock
|
||||
graphicsmagick
|
||||
|
|
Loading…
Add table
Reference in a new issue