Simply output config

This commit is contained in:
pancakes 2023-10-16 23:15:18 +10:00
parent ac62ef7b64
commit c7d514ccf2
3 changed files with 14 additions and 10 deletions

View file

@ -34,7 +34,7 @@ sudo pacman -S --needed --noconfirm sddm
sudo systemctl enable sddm sudo systemctl enable sddm
# Window Manager # 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 mkdir -p ~/Pictures/Screenshots
git clone https://github.com/nicolasavru/swaymonad.git ~/.config/swaymonad git clone https://github.com/nicolasavru/swaymonad.git ~/.config/swaymonad

View file

@ -1,7 +0,0 @@
profile {
output eDP-1 scale 1.25
}
profile {
output "AOC 27G2G4 GYGL9HA232568" mode 1920x1080@144Hz adaptive_sync on
}

View file

@ -24,6 +24,18 @@ exec swayidle -w \
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
before-sleep '$lock_cmd' 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 # Input configuration
# You can get the names of your inputs by running: swaymsg -t get_inputs # You can get the names of your inputs by running: swaymsg -t get_inputs
@ -162,8 +174,7 @@ for_window {
# Notification daemon # Notification daemon
exec mako exec mako
# Configure displays # Night filter
exec_always kanshi
exec gammastep -l $(cat ~/.latlon) -t 6500K:3500K exec gammastep -l $(cat ~/.latlon) -t 6500K:3500K
# Status bar # Status bar