mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Don't set transparency by default
This commit is contained in:
parent
60c76df428
commit
f767aa9a2b
2 changed files with 1 additions and 2 deletions
|
|
@ -142,7 +142,6 @@
|
|||
(setq exwm-background/current-transparency 95)))
|
||||
|
||||
(define-key *window-map* (kbd "t") 'exwm-background/window-transparency-hydra/body)
|
||||
(setq window-system-default-frame-alist `((x . ((alpha . (,exwm-background/current-transparency . 50))))))
|
||||
(exwm-global-set-key (kbd "s-v") #'exwm-background/toggle-viewing-background)
|
||||
(exwm-global-set-key (kbd "s-b") #'exwm-background/exwm-background-window) ;; TODO: Fix keybinding
|
||||
;; (define-key desktop-environment-mode-map (kbd "<S-XF86MonBrightnessDown>") #'exwm-background/decrease-transparency)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 447110358294759d71921dfbaadfb9d6e5261a1a
|
||||
Subproject commit 3b0ac9999a0bf2b967fcbf97da0fb2b773c759b6
|
||||
Loading…
Reference in a new issue