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"}