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.writeText "Xresources" ''
|
||||
Xft.dpi: 96
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
Xft.autohint: false
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.lcdfilter: lcddefault
|
||||
pkgs.writeText "alacritty-conf" ''
|
||||
[font]
|
||||
size = 13
|
||||
|
||||
Xcursor.theme: xcursor-breeze
|
||||
Xcursor.size: 0
|
||||
[cursor]
|
||||
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.writeText "alacritty-conf" ''
|
||||
[font]
|
||||
size = 13
|
||||
pkgs.writeText "Xresources" ''
|
||||
Xft.dpi: 96
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
Xft.autohint: false
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.lcdfilter: lcddefault
|
||||
|
||||
[cursor]
|
||||
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"},
|
||||
]
|
||||
Xcursor.theme: xcursor-breeze
|
||||
Xcursor.size: 0
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue