diff --git a/install.sh b/install.sh index 2b19718..596f169 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ sudo pacman -S --needed --noconfirm sddm sudo systemctl enable sddm # Window Manager -paru -S --needed --noconfirm brightnessctl fuzzel gammastep grim kanshi mako network-manager-applet python-i3ipc slurp sway swayidle swaylock-effects-git waybar xdg-desktop-portal-gtk xdg-desktop-portal-wlr +paru -S --needed --noconfirm brightnessctl fuzzel gammastep grim mako network-manager-applet python-i3ipc slurp sway swayidle swaylock-effects-git waybar xdg-desktop-portal-gtk xdg-desktop-portal-wlr mkdir -p ~/Pictures/Screenshots git clone https://github.com/nicolasavru/swaymonad.git ~/.config/swaymonad diff --git a/kanshi/.config/kanshi/config b/kanshi/.config/kanshi/config deleted file mode 100644 index 36b9fe4..0000000 --- a/kanshi/.config/kanshi/config +++ /dev/null @@ -1,7 +0,0 @@ -profile { - output eDP-1 scale 1.25 -} - -profile { - output "AOC 27G2G4 GYGL9HA232568" mode 1920x1080@144Hz adaptive_sync on -} diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 5d5575c..8148938 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -24,6 +24,18 @@ exec swayidle -w \ timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ before-sleep '$lock_cmd' +# Output configuration +output "AOC 27G2G4 GYGL9HA232568" { + mode 1920x1080@144.0Hz + scale 1.0 + adaptive_sync on + dpms on +} + +output eDP-1 { + scale 1.25 +} + # Input configuration # You can get the names of your inputs by running: swaymsg -t get_inputs @@ -162,8 +174,7 @@ for_window { # Notification daemon exec mako -# Configure displays -exec_always kanshi +# Night filter exec gammastep -l $(cat ~/.latlon) -t 6500K:3500K # Status bar