fixed undercurl
This commit is contained in:
parent
f029bcf5f4
commit
657274c69c
@ -31,9 +31,7 @@ shadow-offset-y = -7;
|
|||||||
# Green color value of shadow (0.0 - 1.0, defaults to 0).
|
# Green color value of shadow (0.0 - 1.0, defaults to 0).
|
||||||
# shadow-green = 0
|
# shadow-green = 0
|
||||||
|
|
||||||
# Blue color value of shadow (0.0 - 1.0, defaults to 0).
|
# Blue color value of shadow (0.0 - 1.0, defaults to 0). shadow-blue = 0
|
||||||
# shadow-blue = 0
|
|
||||||
|
|
||||||
# Hex string color value of shadow (#000000 - #FFFFFF, defaults to #000000). This option will override options set shadow-(red/green/blue)
|
# Hex string color value of shadow (#000000 - #FFFFFF, defaults to #000000). This option will override options set shadow-(red/green/blue)
|
||||||
# shadow-color = "#000000"
|
# shadow-color = "#000000"
|
||||||
|
|
||||||
@ -219,10 +217,8 @@ blur-background-exclude = [
|
|||||||
# `xrender` is the default one.
|
# `xrender` is the default one.
|
||||||
#
|
#
|
||||||
# backend = "glx"
|
# backend = "glx"
|
||||||
backend = "xrender";
|
backend = "glx";
|
||||||
|
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
# vsync = false
|
|
||||||
vsync = true;
|
vsync = true;
|
||||||
|
|
||||||
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
- shell:
|
- shell:
|
||||||
- [cd shells/st && sudo make install CONFIG=desktop && make clean, Installing st (desktop)]
|
- [cd shells/st && sudo make install CONFIG=desktop && tic -sx st.info && make clean, Installing st (desktop)]
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
- shell:
|
- shell:
|
||||||
- [cd shells/st && sudo make install CONFIG=thinkpad, Installing st (Thinkpad)]
|
- [cd shells/st && sudo make install CONFIG=thinkpad && tic -sx st.info && make clean, Installing st (Thinkpad)]
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
- shell:
|
- shell:
|
||||||
- [cd shells/st && sudo make install CONFIG=work, Installing st (work)]
|
- [cd shells/st && sudo make install CONFIG=work && tic -sx st.info && make clean, Installing st (work)]
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# Improve Colors set -g default-terminal "screen-256color"
|
# Improve Colors set -g default-terminal "screen-256color"
|
||||||
|
set -g default-terminal "st-256color"
|
||||||
|
# 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
|
||||||
# change keybinding to something sane
|
# change keybinding to something sane
|
||||||
set -g prefix M-a
|
set -g prefix M-a
|
||||||
# Set scrollback buffer
|
# Set scrollback buffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user