alacritty default
This commit is contained in:
parent
beb6292ddd
commit
0abfc02384
2 changed files with 3 additions and 3 deletions
|
|
@ -14,14 +14,14 @@
|
||||||
# Any items in the `env` entry below will be added as
|
# Any items in the `env` entry below will be added as
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
# set by alacritty itself.
|
# set by alacritty itself.
|
||||||
#env:
|
env:
|
||||||
# TERM variable
|
# TERM variable
|
||||||
#
|
#
|
||||||
# This value is used to set the `$TERM` environment variable for
|
# This value is used to set the `$TERM` environment variable for
|
||||||
# each instance of Alacritty. If it is not present, alacritty will
|
# each instance of Alacritty. If it is not present, alacritty will
|
||||||
# check the local terminfo database and use `alacritty` if it is
|
# check the local terminfo database and use `alacritty` if it is
|
||||||
# available, otherwise `xterm-256color` is used.
|
# available, otherwise `xterm-256color` is used.
|
||||||
#TERM: alacritty
|
TERM: xterm-256color
|
||||||
|
|
||||||
window:
|
window:
|
||||||
# Window dimensions (changes require restart)
|
# Window dimensions (changes require restart)
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ floating_modifier $mod
|
||||||
|
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Shift+Return exec run_terminal
|
bindsym $mod+Shift+Return exec alacritty
|
||||||
|
|
||||||
#bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal
|
#bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal
|
||||||
#bindsym Control+space exec rofi -combi-modi window,run,ssh -modi combi -show combi
|
#bindsym Control+space exec rofi -combi-modi window,run,ssh -modi combi -show combi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue