mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Getting configs ready for DTOS launch.
This commit is contained in:
@@ -770,7 +770,7 @@ Neotree is a file tree viewer. When you open neotree, it jumps to the current f
|
|||||||
* ORG MODE
|
* ORG MODE
|
||||||
** Agenda
|
** Agenda
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-agenda-files '("~/nc/Org/agenda.org"))
|
(setq org-agenda-files '("~/.config/emacs/agenda.org"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Bullets
|
** Bullets
|
||||||
|
|||||||
@@ -3,13 +3,22 @@
|
|||||||
COLORSCHEME=DoomOne
|
COLORSCHEME=DoomOne
|
||||||
|
|
||||||
### AUTOSTART PROGRAMS ###
|
### AUTOSTART PROGRAMS ###
|
||||||
lxsession &
|
|
||||||
picom --daemon &
|
if systemd-detect-virt --quiet; then
|
||||||
/usr/bin/emacs --daemon &
|
lxsession &
|
||||||
|
sleep 1
|
||||||
|
killall picom
|
||||||
|
xrandr -s 1920x1080 &
|
||||||
|
else
|
||||||
|
lxsession &
|
||||||
|
fi
|
||||||
|
|
||||||
nm-applet &
|
nm-applet &
|
||||||
"$HOME"/.screenlayout/layout.sh &
|
"$HOME"/.screenlayout/layout.sh &
|
||||||
sleep 1
|
sleep 1
|
||||||
conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf || echo "Couldn't start conky."
|
conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf || echo "Couldn't start conky."
|
||||||
|
sleep 1
|
||||||
|
/usr/bin/emacs --daemon &
|
||||||
|
|
||||||
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
|
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
|
||||||
# 1. Uncomment to restore last saved wallpaper
|
# 1. Uncomment to restore last saved wallpaper
|
||||||
@@ -18,3 +27,7 @@ xargs xwallpaper --stretch < ~/.cache/wall &
|
|||||||
# find /usr/share/backgrounds/dtos-backgrounds/ -type f | shuf -n 1 | xargs xwallpaper --stretch &
|
# find /usr/share/backgrounds/dtos-backgrounds/ -type f | shuf -n 1 | xargs xwallpaper --stretch &
|
||||||
# 3. Uncomment to set wallpaper with nitrogen
|
# 3. Uncomment to set wallpaper with nitrogen
|
||||||
# nitrogen --restore &
|
# nitrogen --restore &
|
||||||
|
|
||||||
|
if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then
|
||||||
|
betterlockscreen -u /usr/share/backgrounds/dtos-backgrounds/0277.jpg &
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user