Two Words - Kanye West
This commit is contained in:
parent
7b467f4557
commit
6dea3e634a
|
@ -1319,9 +1319,20 @@ RELEASE ME
|
||||||
(use-package exwm
|
(use-package exwm
|
||||||
:config
|
:config
|
||||||
|
|
||||||
|
;; background
|
||||||
|
(add-hook 'exwm-init-hook (lambda ()
|
||||||
;; background
|
;; background
|
||||||
(call-process-shell-command "feh --bg-fill ~/background.png" nil 0)
|
(call-process-shell-command "feh --bg-fill ~/background.png" nil 0)
|
||||||
(call-process-shell-command "~/.config/polybar/startpolybar" nil 0)
|
(call-process-shell-command "~/.config/polybar/startpolybar" nil 0)
|
||||||
|
(call-process-shell-command "~/.config/picom/startpicom" nil 0)
|
||||||
|
;; startup
|
||||||
|
(call-process-shell-command "nm-applet" nil 0)
|
||||||
|
(call-process-shell-command "blueman-applet" nil 0)
|
||||||
|
(call-process-shell-command "nextcloud" nil 0)
|
||||||
|
(call-process-shell-command "bitwarden" nil 0)
|
||||||
|
(call-process-shell-command "flameshot" nil 0)
|
||||||
|
))
|
||||||
|
;; startup
|
||||||
;; workspaces
|
;; workspaces
|
||||||
(setq exwm-workspace-number 5)
|
(setq exwm-workspace-number 5)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue