From be0dd7387e67ff27774d62a4c3ceaf39384f1ef7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:37:14 +0400 Subject: [PATCH] sadjipwjifepqf --- config/emacs/emacs.org | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 6df3f828..207e6611 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -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