Compare commits
2 Commits
edcbe0f6fd
...
fc793e41b1
Author | SHA1 | Date | |
---|---|---|---|
|
fc793e41b1 | ||
|
005e99385a |
@@ -168,7 +168,6 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
|
||||
exec-once = uwsm app -- blueman-applet &
|
||||
exec-once = uwsm app -- nm-applet &
|
||||
exec-once = uwsm app -- kdeconnect-indicator &
|
||||
exec-once = uwsm app -- gammastep-indicator &
|
||||
exec-once = uwsm app -- udiskie -a -n -s &
|
||||
exec-once = uwsm app -- nextcloud &
|
||||
exec-once = uwsm app -- syncthing-gtk &
|
||||
@@ -851,9 +850,9 @@ screencopy {
|
||||
|
||||
#+BEGIN_SRC conf :tangle hypridle.conf
|
||||
general {
|
||||
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
|
||||
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||
ignore_dbus_inhibit = false
|
||||
ignore_systemd_inhibit = false
|
||||
inhibit_sleep = 2
|
||||
|
@@ -1,7 +1,7 @@
|
||||
general {
|
||||
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
|
||||
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||
ignore_dbus_inhibit = false
|
||||
ignore_systemd_inhibit = false
|
||||
inhibit_sleep = 2
|
||||
|
@@ -21,7 +21,6 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
|
||||
exec-once = uwsm app -- blueman-applet &
|
||||
exec-once = uwsm app -- nm-applet &
|
||||
exec-once = uwsm app -- kdeconnect-indicator &
|
||||
exec-once = uwsm app -- gammastep-indicator &
|
||||
exec-once = uwsm app -- udiskie -a -n -s &
|
||||
exec-once = uwsm app -- nextcloud &
|
||||
exec-once = uwsm app -- syncthing-gtk &
|
||||
|
Reference in New Issue
Block a user