dotfiles/config/kanshi/config: restore knafeh

This commit is contained in:
Alan Orth 2022-01-27 16:34:46 +03:00
parent 429d9747dd
commit dd382d2694
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 1 deletions

View File

@ -6,5 +6,9 @@ profile external-dell {
}
profile internal {
output eDP-1 enable mode 1920x1080 scale 1.33 position 0,0
{%@@ if profile == "knafeh" @@%}
output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0
{%@@ elif profile == "balozi" @@%}
output eDP-1 enable mode 1920x1080 scale 1.33 position 0,0
{%@@ endif @@%}
}