mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-07-17 08:09:35 +00:00
feat: update niri config for VM, add cachyos repo script
- Update niri output config for Virtual-1 display - Add cachyos repository installation script - Fix btrfs device path from vda2 to vda1 - Configure sudo-rs with symbolic links - Comment out polkit agent and swayidle spawns
This commit is contained in:
parent
9b64299c45
commit
fddae3ba36
5 changed files with 29 additions and 9 deletions
|
|
@ -29,11 +29,11 @@ input {
|
|||
}
|
||||
}
|
||||
|
||||
output "ASUSTek COMPUTER INC VG27WQ L1LMDW002255" {
|
||||
mode "2560x1440@164.998"
|
||||
output "Virtual-1" {
|
||||
mode "1920x1200"
|
||||
scale 1
|
||||
transform "normal"
|
||||
position x=2560 y=0
|
||||
position x=1920 y=0
|
||||
}
|
||||
|
||||
layout {
|
||||
|
|
@ -77,8 +77,7 @@ layout {
|
|||
}
|
||||
}
|
||||
|
||||
spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||
spawn-sh-at-startup "swayidle -w timeout 1800 'niri msg action power-off-monitors' timeout 1860 'qs -c noctalia-shell ipc call lockScreen lock'"
|
||||
//spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||
|
||||
hotkey-overlay {
|
||||
skip-at-startup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue