Compare commits
4 Commits
d1d3c7f0e9
...
996f11d333
| Author | SHA1 | Date | |
|---|---|---|---|
| 996f11d333 | |||
| be1fa77c6e | |||
| be1d406b26 | |||
| 4303562324 |
+6
-4
@@ -31,17 +31,19 @@ input {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
environment {
|
||||||
|
XDG_CURRENT_DESKTOP "niri:GNOME"
|
||||||
|
}
|
||||||
|
|
||||||
|
spawn-at-startup "sh" "-c" "systemctl --user import-environment XDG_CURRENT_DESKTOP && dbus-update-activation-environment XDG_CURRENT_DESKTOP"
|
||||||
spawn-at-startup "waybar"
|
spawn-at-startup "waybar"
|
||||||
spawn-at-startup "mako"
|
spawn-at-startup "mako"
|
||||||
spawn-at-startup "awww-daemon"
|
spawn-at-startup "awww-daemon"
|
||||||
spawn-at-startup "nm-applet" "--indicator"
|
|
||||||
spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||||
spawn-at-startup "swayidle" "-w" "timeout" "300" "niri msg action power-off-monitors" "timeout" "600" "gtklock" "-d" "timeout" "1800" "systemctl suspend-then-hibernate" "before-sleep" "gtklock" "-d"
|
spawn-at-startup "swayidle" "-w" "timeout" "300" "niri msg action power-off-monitors" "timeout" "600" "gtklock" "-d" "timeout" "1800" "systemctl suspend-then-hibernate" "before-sleep" "gtklock" "-d"
|
||||||
spawn-at-startup "wl-paste" "--watch" "cliphist" "store"
|
spawn-at-startup "wl-paste" "--watch" "cliphist" "store"
|
||||||
spawn-at-startup "blueman-applet"
|
|
||||||
spawn-at-startup "wlsunset" "-l" "49.2" "-L" "-123.1"
|
spawn-at-startup "wlsunset" "-l" "49.2" "-L" "-123.1"
|
||||||
spawn-at-startup "xwayland-satellite"
|
spawn-at-startup "xwayland-satellite"
|
||||||
spawn-at-startup "snixembed" "--no-startup-id"
|
|
||||||
|
|
||||||
binds {
|
binds {
|
||||||
Mod+Q repeat=false { close-window; }
|
Mod+Q repeat=false { close-window; }
|
||||||
@@ -123,7 +125,7 @@ window-rule {
|
|||||||
variable-refresh-rate true
|
variable-refresh-rate true
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wine System Tray: hide the host window, icons bridge to SNI via snixembed
|
// Wine System Tray: hide the empty host window off-screen
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="^explorer.exe$"
|
match app-id="^explorer.exe$"
|
||||||
match title="^Wine System Tray$"
|
match title="^Wine System Tray$"
|
||||||
|
|||||||
@@ -12,9 +12,7 @@ brightnessctl
|
|||||||
pamixer
|
pamixer
|
||||||
gtklock
|
gtklock
|
||||||
swayidle
|
swayidle
|
||||||
snixembed
|
|
||||||
ttf-jetbrains-mono-nerd
|
ttf-jetbrains-mono-nerd
|
||||||
network-manager-applet
|
|
||||||
polkit-gnome
|
polkit-gnome
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
thunar
|
thunar
|
||||||
|
|||||||
Reference in New Issue
Block a user