HYPRLAND FINALLY WORKS NICE BABY
This commit is contained in:
parent
d456d62999
commit
a09b132545
6 changed files with 73 additions and 74 deletions
|
@ -19,30 +19,29 @@ in {
|
|||
server.enable = cfg.server;
|
||||
settings = {
|
||||
main = {
|
||||
# term = "foot";
|
||||
# app-id = "foot";
|
||||
# title = "foot";
|
||||
# locked-title = "no";
|
||||
term = "foot";
|
||||
app-id = "foot";
|
||||
title = "foot";
|
||||
locked-title = "no";
|
||||
|
||||
# font = "JetBrains Mono Nerd Font:size=14";
|
||||
# line-height = 20;
|
||||
# letter-spacing = 0;
|
||||
# horizontal-letter-offset = 0;
|
||||
# vertical-letter-offset = -0.75;
|
||||
# box-drawings-uses-font-glyphs = "no";
|
||||
# dpi-aware = "no";
|
||||
line-height = 20;
|
||||
letter-spacing = 0;
|
||||
horizontal-letter-offset = 0;
|
||||
vertical-letter-offset = -0.75;
|
||||
box-drawings-uses-font-glyphs = "no";
|
||||
dpi-aware = "no";
|
||||
|
||||
# initial-window-size-chars = "104x36";
|
||||
# initial-window-mode = "windowed";
|
||||
# pad = "5x5 center";
|
||||
# resize-delay-ms = 100;
|
||||
initial-window-size-chars = "104x36";
|
||||
initial-window-mode = "windowed";
|
||||
pad = "5x5 center";
|
||||
resize-delay-ms = 100;
|
||||
|
||||
# notify =
|
||||
# "${pkgs.libnotify}/bin/notify-send -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
notify =
|
||||
"${pkgs.libnotify}/bin/notify-send -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
|
||||
# bold-text-in-bright = "no";
|
||||
# word-delimiters = '',│`|:"'()[]{}<>'';
|
||||
# selection-target = "primary";
|
||||
bold-text-in-bright = "no";
|
||||
word-delimiters = '',│`|:"'()[]{}<>'';
|
||||
selection-target = "primary";
|
||||
};
|
||||
bell = {
|
||||
urgent = "yes";
|
||||
|
@ -66,7 +65,7 @@ in {
|
|||
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]'';
|
||||
};
|
||||
cursor = {
|
||||
style = "block";
|
||||
style = "beam";
|
||||
blink = "no";
|
||||
};
|
||||
mouse = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue