Simply output config
This commit is contained in:
parent
ac62ef7b64
commit
c7d514ccf2
3 changed files with 14 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
profile {
|
||||
output eDP-1 scale 1.25
|
||||
}
|
||||
|
||||
profile {
|
||||
output "AOC 27G2G4 GYGL9HA232568" mode 1920x1080@144Hz adaptive_sync on
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue