From ac80926ff3d50ace95a878df6504652e80eede9f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 22 Jun 2024 06:32:40 -0500 Subject: [PATCH] update --- .config/kanshi/config | 6 ++++++ ansible/roles/packages/vars/Archlinux.yml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/.config/kanshi/config b/.config/kanshi/config index b004375..c5c8393 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -5,6 +5,12 @@ profile { output eDP-1 disable } +profile { + output DP-7 enable position 0,1440 + output DP-5 enable position 0,0 + output eDP-1 disable +} + profile { output DP-6 enable position 3440,0 output DP-7 enable position 0,0 diff --git a/ansible/roles/packages/vars/Archlinux.yml b/ansible/roles/packages/vars/Archlinux.yml index c6dde3f..da65675 100644 --- a/ansible/roles/packages/vars/Archlinux.yml +++ b/ansible/roles/packages/vars/Archlinux.yml @@ -47,6 +47,10 @@ required_packages_pacman: - vivid - lxappearance - qt5ct + - gnome-calculator + - powertop + - iptables + - gnome-disk-utility flatpak_remote: - {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}