mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-07-17 08:09:35 +00:00
- 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
21 lines
538 B
Text
21 lines
538 B
Text
spawn-sh-at-startup "swaybg --image /usr/share/wallpapers/Path/contents/images/2560x1440.jpg"
|
|
spawn-sh-at-startup "gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3'"
|
|
spawn-sh-at-startup "gtkgreet -l -s /etc/greetd/gtkgreet.css; niri msg action quit --skip-confirmation"
|
|
input {
|
|
touchpad {
|
|
tap
|
|
natural-scroll
|
|
}
|
|
mouse {
|
|
accel-profile "flat"
|
|
}
|
|
}
|
|
hotkey-overlay {
|
|
skip-at-startup
|
|
}
|
|
output "Virtual-1" {
|
|
mode "1920x1200"
|
|
scale 1
|
|
transform "normal"
|
|
position x=1920 y=0
|
|
}
|