From dd382d2694c9a71a373a9755068f23dfe5ae44b6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 27 Jan 2022 16:34:46 +0300 Subject: [PATCH] dotfiles/config/kanshi/config: restore knafeh --- dotfiles/config/kanshi/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/config/kanshi/config b/dotfiles/config/kanshi/config index 74e1549..9710d33 100644 --- a/dotfiles/config/kanshi/config +++ b/dotfiles/config/kanshi/config @@ -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 @@%} }