sadjipwjifepqf
This commit is contained in:
parent
2168375d51
commit
be0dd7387e
1 changed files with 19 additions and 10 deletions
|
@ -1321,16 +1321,16 @@ RELEASE ME
|
|||
|
||||
;; 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)
|
||||
;; 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
|
||||
|
@ -1411,6 +1411,15 @@ RELEASE ME
|
|||
(number-sequence 0 9))))
|
||||
)
|
||||
|
||||
(use-package desktop-environment
|
||||
:after exwm
|
||||
:config (desktop-environment-mode)
|
||||
:custom
|
||||
(desktop-environment-brightness-small-increment "2%+")
|
||||
(desktop-environment-brightness-small-decrement "2%-")
|
||||
(desktop-environment-brightness-normal-increment "5%+")
|
||||
(desktop-environment-brightness-normal-decrement "5%-"))
|
||||
|
||||
)
|
||||
#+end_src
|
||||
* Org Mode Configuration Setup
|
||||
|
|
Loading…
Reference in a new issue