zhu
This commit is contained in:
parent
c3cc88b0e9
commit
ffa2d9b25d
3 changed files with 5 additions and 12 deletions
|
|
@ -281,8 +281,7 @@ layout {
|
|||
// which may be more convenient to use.
|
||||
// See the binds section below for more spawn examples.
|
||||
|
||||
spawn-sh-at-startup "/usr/bin/pipewire-launcher.sh"
|
||||
spawn-sh-at-startup "gnome-keyring-daemon"
|
||||
spawn-sh-at-startup "mkdir -p $HOME/.local/share/nullroute.lt/secretsd && secretsd"
|
||||
spawn-sh-at-startup "alacritty --daemon"
|
||||
spawn-sh-at-startup "emacs --daemon"
|
||||
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 "autorotate.sh"
|
||||
spawn-sh-at-startup "start-searxng.sh"
|
||||
spawn-sh-at-startup "/usr/libexec/hyprpolkitagent"
|
||||
spawn-sh-at-startup "hypridle"
|
||||
|
||||
config-notification {
|
||||
|
|
@ -657,3 +655,6 @@ recent-windows {
|
|||
cursor {
|
||||
hide-after-inactive-ms 10000
|
||||
}
|
||||
|
||||
environment {
|
||||
}
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
#!/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 -
|
||||
|
|
|
|||
|
|
@ -63,14 +63,6 @@ Rectangle {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
visible: root.showNetworkIcon
|
||||
|
||||
RotationAnimation on rotation {
|
||||
running: NetworkService.wifiToggling
|
||||
loops: Animation.Infinite
|
||||
from: 0
|
||||
to: 360
|
||||
duration: 1000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
DankIcon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue