mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-13 15:50:50 -05:00
Compare commits
No commits in common. "78f58a11e50c8ea85bcfe87580817f99788a4c9e" and "ad3dc5d3a9185cac160d8d7a13680633c275feac" have entirely different histories.
78f58a11e5
...
ad3dc5d3a9
3 changed files with 2 additions and 5 deletions
|
@ -5,9 +5,6 @@
|
||||||
;; Disable package.el (interferes with straight.el)
|
;; Disable package.el (interferes with straight.el)
|
||||||
(setq package-enable-at-startup nil)
|
(setq package-enable-at-startup nil)
|
||||||
|
|
||||||
;; Disable native comp warnings
|
|
||||||
(setq native-comp-async-report-warnings-errors nil)
|
|
||||||
|
|
||||||
;; Disable startup message
|
;; Disable startup message
|
||||||
(setq inhibit-startup-message t)
|
(setq inhibit-startup-message t)
|
||||||
|
|
||||||
|
|
|
@ -260,5 +260,5 @@ swaybg -m center -i "${HOME}/Pictures/Wallpapers/Mountain Retreat.jpg" &
|
||||||
{{- end }}
|
{{- end }}
|
||||||
blueman-applet &
|
blueman-applet &
|
||||||
evolution &
|
evolution &
|
||||||
mattermost-desktop --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto &
|
mattermost-desktop &
|
||||||
sleep 5 && nextcloud --background &
|
sleep 5 && nextcloud --background &
|
||||||
|
|
|
@ -25,7 +25,7 @@ swayidle -w \
|
||||||
swayidle -w \
|
swayidle -w \
|
||||||
timeout 300 'waylock-launcher' \
|
timeout 300 'waylock-launcher' \
|
||||||
timeout 900 'wlr-randr --output DP-1 --off --output DP-2 --off' \
|
timeout 900 'wlr-randr --output DP-1 --off --output DP-2 --off' \
|
||||||
resume 'wlr-randr --output DP-1 --on --output DP-2 --on && sleep 2 && kanshictl reload' \
|
resume 'wlr-randr --output DP-1 --on --output DP-2 --on && kanshictl reload' \
|
||||||
2>&1 | tee -a "$LOG_FILE" & disown
|
2>&1 | tee -a "$LOG_FILE" & disown
|
||||||
{{- else }}
|
{{- else }}
|
||||||
# lock after 5m
|
# lock after 5m
|
||||||
|
|
Loading…
Reference in a new issue