update config, add dms, more niri windowrules
This commit is contained in:
+13
-4
@@ -1,13 +1,15 @@
|
||||
spawn-at-startup "waybar"
|
||||
spawn-sh-at-startup "swaybg -m fit -i ~/Pictures/backgrounds/hibiscus-flowers-5k-5120x2880-16240.jpg"
|
||||
// spawn-sh-at-startup "swaybg -m fit -i ~/Pictures/backgrounds/hibiscus-flowers-5k-5120x2880-16240.jpg"
|
||||
spawn-sh-at-startup "swaybg -m fit -i ~/Pictures/backgrounds/NASA/earth-1.jpg"
|
||||
spawn-sh-at-startup "swaydidle -w -C ~/.config/swayidle.conf"
|
||||
spawn-sh-at-startup "amixer set 'Mic Boost (+20dB)' on"
|
||||
spawn-sh-at-startup "scx_lavd"
|
||||
spawn-at-startup "dunst"
|
||||
spawn-at-startup "kwalletd6"
|
||||
spawn-at-startup "polkit-kde-authentication-agent-1"
|
||||
spawn-at-startup "plasma-polkit-agent"
|
||||
spawn-sh-at-startup "wl-paste --watch cliphist store"
|
||||
spawn-at-startup "NetworkManager"
|
||||
//spawn-at-startup "NetworkManager"
|
||||
spawn-at-startup "nm-applet"
|
||||
spawn-at-startup "nextcloud" "--background"
|
||||
spawn-at-startup "syncthing"
|
||||
@@ -87,6 +89,13 @@ input {
|
||||
// Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
|
||||
// focus-follows-mouse max-scroll-amount="0%"
|
||||
}
|
||||
blur {
|
||||
//off
|
||||
passes 2
|
||||
offset 3.0
|
||||
noise 0.02
|
||||
saturation 1.5
|
||||
}
|
||||
|
||||
// Settings that influence how windows are positioned and sized.
|
||||
// Find more information on the wiki:
|
||||
@@ -243,7 +252,7 @@ layout {
|
||||
// layer-shell panels and regular gaps.
|
||||
struts {
|
||||
left 1
|
||||
right -2
|
||||
right 1
|
||||
top -2
|
||||
bottom -2
|
||||
}
|
||||
@@ -265,7 +274,7 @@ prefer-no-csd
|
||||
// You can change the path where screenshots are saved.
|
||||
// A ~ at the front will be expanded to the home directory.
|
||||
// The path is formatted with strftime(3) to give you the screenshot date and time.
|
||||
screenshot-path "~/Pictures/Screenshots/Screenshot_%Y-%m-%d_%H-%M-%S.png"
|
||||
screenshot-path "~/Pictures/Screenshots/%Y-%m-%d_%H%M%S_Screenshot.png"
|
||||
|
||||
// You can also set this to null to disable saving screenshots to disk.
|
||||
// screenshot-path null
|
||||
|
||||
Reference in New Issue
Block a user