~ruther/guix-config

ref: cdc9bac15809f3b2570a50396929eea93177d10e guix-config/home/dotfiles/dwl/start-dwl-internal -rwxr-xr-x 686 bytes
cdc9bac1 — Rutherther feat: add dwl start scripts 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/env bash

dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP DISPLAY
waybar &
# wlr-randr ...
nm-applet &
blueman-applet &
emacs --daemon &

# do not error! Also turn on the internal monitor if this failed.
wlr-randr \
  --output DP-9 --pos 0,0 \
  --output DP-8 --pos 3840,0 \
  --output DP-7 --pos 1920,0 \
  --output eDP-1 --off || \
\ #or
  wlr-randr --output eDP-1 --on

swayidle -w \
  timeout 300 '~/.sessions/wlopm-all-screens off' \
  resume '~/.sessions/wlopm-all-screens on' \
\
  timeout 1800 'loginctl suspend' \
  timeout 30 'makoctl mode -a idle' \
  resume 'makoctl mode -r idle' \
\
  before-sleep 'swaylock -Ff' \
  lock 'swaylock -Ff' &
Do not follow this link