Two Words - Kanye West
This commit is contained in:
parent
7b467f4557
commit
6dea3e634a
1 changed files with 11 additions and 0 deletions
|
@ -1319,9 +1319,20 @@ RELEASE ME
|
|||
(use-package exwm
|
||||
:config
|
||||
|
||||
;; background
|
||||
(add-hook 'exwm-init-hook (lambda ()
|
||||
;; background
|
||||
(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/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
|
||||
(setq exwm-workspace-number 5)
|
||||
|
||||
|
|
Loading…
Reference in a new issue