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 @@%} }