This commit is contained in:
Aleksandr Lebedev 2026-04-25 14:49:52 +02:00
parent c3cc88b0e9
commit ffa2d9b25d
3 changed files with 5 additions and 12 deletions

View file

@ -281,8 +281,7 @@ layout {
// which may be more convenient to use. // which may be more convenient to use.
// See the binds section below for more spawn examples. // See the binds section below for more spawn examples.
spawn-sh-at-startup "/usr/bin/pipewire-launcher.sh" spawn-sh-at-startup "mkdir -p $HOME/.local/share/nullroute.lt/secretsd && secretsd"
spawn-sh-at-startup "gnome-keyring-daemon"
spawn-sh-at-startup "alacritty --daemon" spawn-sh-at-startup "alacritty --daemon"
spawn-sh-at-startup "emacs --daemon" spawn-sh-at-startup "emacs --daemon"
spawn-sh-at-startup "qs" spawn-sh-at-startup "qs"
@ -293,7 +292,6 @@ spawn-sh-at-startup "wvkbd --hidden || notify-send 'wvkbd crashed'"
spawn-sh-at-startup "lisgd" spawn-sh-at-startup "lisgd"
spawn-sh-at-startup "autorotate.sh" spawn-sh-at-startup "autorotate.sh"
spawn-sh-at-startup "start-searxng.sh" spawn-sh-at-startup "start-searxng.sh"
spawn-sh-at-startup "/usr/libexec/hyprpolkitagent"
spawn-sh-at-startup "hypridle" spawn-sh-at-startup "hypridle"
config-notification { config-notification {
@ -657,3 +655,6 @@ recent-windows {
cursor { cursor {
hide-after-inactive-ms 10000 hide-after-inactive-ms 10000
} }
environment {
}

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash #!/usr/bin/env bash
grim -g "$(slurp -w 0)" -t ppm - | satty --early-exit --copy-command 'wl-copy' --filename='-' -o '~/Pictures/Screenshots/Screenshot-%Y-%m-%d_%H:%M:%S.png' --initial-tool brush grim -g "$(slurp -w 0)" - | swappy -f -

View file

@ -63,14 +63,6 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
visible: root.showNetworkIcon visible: root.showNetworkIcon
RotationAnimation on rotation {
running: NetworkService.wifiToggling
loops: Animation.Infinite
from: 0
to: 360
duration: 1000
}
} }
DankIcon { DankIcon {