summaryrefslogtreecommitdiff
path: root/init.lisp
blob: 858b645bd64e7e4bfd247ab595bb251382fa905f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(defpackage #:config
            (:use #:cl #:stumpwm))
(in-package #:config)

(set-module-dir (uiop:subpathname* (user-homedir-pathname) ".stumpwm.d/modules"))

;;(load "~/.stumpwm.d/modeline.lisp")
(load "~/.stumpwm.d/keybinds.lisp")
(load "~/.stumpwm.d/visual.lisp")

;;(when *initializing*
;;  (dolist (h (screen-heads (current-screen)))
;;    (enable-mode-line (current-screen) h t)))

;;(stumptray::stumptray)

(run-shell-command "/usr/bin/urxvtd -q -o -f")
(run-shell-command "/usr/bin/emacs --daemon")
(run-shell-command "/usr/bin/ibus-daemon -d -r -x")
(run-shell-command "/usr/bin/mpd")
(run-shell-command "/usr/bin/pipewire")
(run-shell-command "~/.local/bin/set-wallpaper")