Compare commits
2 Commits
9debc1d08e
...
59f07db6ac
Author | SHA1 | Date | |
---|---|---|---|
|
59f07db6ac | ||
|
69ef245273 |
@@ -10,7 +10,7 @@
|
||||
- [[#variables][Variables]]
|
||||
- [[#autostart][Autostart]]
|
||||
- [[#background-processes][Background Processes]]
|
||||
- [[#display--compositor-setup][Display / Compositor Setup]]
|
||||
- [[#desktop-setup][Desktop Setup]]
|
||||
- [[#applications][Applications]]
|
||||
- [[#environment-variables][Environment Variables]]
|
||||
- [[#permissions][Permissions]]
|
||||
@@ -148,12 +148,13 @@ exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
|
||||
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
|
||||
#+END_SRC
|
||||
|
||||
*** Display / Compositor Setup
|
||||
*** Desktop Setup
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
exec-once = uwsm app -- shikane &
|
||||
exec-once = uwsm app -- $HOME/.azotebg-hyprland &
|
||||
exec-once = uwsm app -- gammastep -x &
|
||||
exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
|
||||
#+END_SRC
|
||||
|
||||
*** Applications
|
||||
@@ -740,8 +741,8 @@ screencopy {
|
||||
|
||||
#+BEGIN_SRC conf :tangle hypridle.conf
|
||||
general {
|
||||
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||
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
|
||||
ignore_dbus_inhibit = false
|
||||
ignore_systemd_inhibit = false
|
||||
|
@@ -1,6 +1,6 @@
|
||||
general {
|
||||
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||
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
|
||||
ignore_dbus_inhibit = false
|
||||
ignore_systemd_inhibit = false
|
||||
|
@@ -14,6 +14,7 @@ exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
|
||||
exec-once = uwsm app -- shikane &
|
||||
exec-once = uwsm app -- $HOME/.azotebg-hyprland &
|
||||
exec-once = uwsm app -- gammastep -x &
|
||||
exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
|
||||
|
||||
exec-once = uwsm app -- blueman-applet &
|
||||
exec-once = uwsm app -- nm-applet &
|
||||
|
Reference in New Issue
Block a user