Fix contents of alacritty and xresources
This commit is contained in:
parent
0594229e45
commit
e364af4c2a
2 changed files with 24 additions and 24 deletions
|
@ -1,13 +1,17 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
pkgs.writeText "Xresources" ''
|
pkgs.writeText "alacritty-conf" ''
|
||||||
Xft.dpi: 96
|
[font]
|
||||||
Xft.antialias: true
|
size = 13
|
||||||
Xft.hinting: true
|
|
||||||
Xft.rgba: rgb
|
|
||||||
Xft.autohint: false
|
|
||||||
Xft.hintstyle: hintslight
|
|
||||||
Xft.lcdfilter: lcddefault
|
|
||||||
|
|
||||||
Xcursor.theme: xcursor-breeze
|
[cursor]
|
||||||
Xcursor.size: 0
|
style.shape = "Beam"
|
||||||
|
style.blinking = "On"
|
||||||
|
blink_timeout = 0
|
||||||
|
unfocused_hollow = false
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
bindings = [
|
||||||
|
{key = "+", mods = "Control | Shift", action = "ResetFontSize"},
|
||||||
|
{key = "Enter", mods = "Alt | Shift", action = "SpawnNewInstance"},
|
||||||
|
]
|
||||||
''
|
''
|
||||||
|
|
|
@ -1,17 +1,13 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
pkgs.writeText "alacritty-conf" ''
|
pkgs.writeText "Xresources" ''
|
||||||
[font]
|
Xft.dpi: 96
|
||||||
size = 13
|
Xft.antialias: true
|
||||||
|
Xft.hinting: true
|
||||||
|
Xft.rgba: rgb
|
||||||
|
Xft.autohint: false
|
||||||
|
Xft.hintstyle: hintslight
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
|
|
||||||
[cursor]
|
Xcursor.theme: xcursor-breeze
|
||||||
style.shape = "Beam"
|
Xcursor.size: 0
|
||||||
style.blinking = "On"
|
|
||||||
blink_timeout = 0
|
|
||||||
unfocused_hollow = false
|
|
||||||
|
|
||||||
[keyboard]
|
|
||||||
bindings = [
|
|
||||||
{key = "+", mods = "Control | Shift", action = "ResetFontSize"},
|
|
||||||
{key = "Enter", mods = "Alt | Shift", action = "SpawnNewInstance"},
|
|
||||||
]
|
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue