mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
EXWM : updates for rational emacs
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
(setenv "LC_ALL" "en_US.UTF-8")
|
||||
|
||||
;; Set further font and theme customizations
|
||||
(set-frame-parameter (selected-frame) 'alpha '(80 . 80))
|
||||
(custom-set-variables
|
||||
'(rational-ui-default-font
|
||||
'(:font "Fira Code Retina" :weight light :height 110)))
|
||||
@ -155,7 +156,6 @@
|
||||
100)
|
||||
'(80 . 80) '(100 . 100)))))
|
||||
(global-set-key (kbd "C-c t") 'toggle-transparency)
|
||||
(set-frame-parameter (selected-frame) 'alpha '(80 . 80))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;; EMOJIFY ♌
|
||||
|
||||
@ -13,18 +13,17 @@
|
||||
;; Make workspace 1 be the one where we land at startup
|
||||
(exwm-workspace-switch-create 1)
|
||||
(efs/start-panel)
|
||||
(set-frame-parameter (selected-frame) 'alpha '(75 . 75))
|
||||
;; if not wsl
|
||||
;;(efs/run-in-background "xsetroot -cursor_name left_ptr")
|
||||
;;(efs/run-in-background "nm-applet")
|
||||
;;(efs/run-in-background "pamac-tray")
|
||||
;;(efs/run-in-background "volumeicon")
|
||||
;;(efs/run-in-background "numlockx on")
|
||||
;;(efs/run-in-background "blueberry-tray")
|
||||
;;(efs/run-in-background "enpass -minimize")
|
||||
(efs/run-in-background "xsetroot -cursor_name left_ptr")
|
||||
(efs/run-in-background "nm-applet")
|
||||
(efs/run-in-background "pamac-tray")
|
||||
(efs/run-in-background "volumeicon")
|
||||
(efs/run-in-background "numlockx on")
|
||||
(efs/run-in-background "blueberry-tray")
|
||||
(efs/run-in-background "bitwarden-desktop")
|
||||
|
||||
;; Launch apps that will run in the background
|
||||
;;(efs/run-in-background "fcitx"))
|
||||
(efs/run-in-background "fcitx")
|
||||
)
|
||||
|
||||
(defun efs/exwm-update-class ()
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=EXWM
|
||||
Comment=Emacs Window Manager
|
||||
Exec=sh /home/jaeus/.emacs.d/exwm/start-exwm.sh
|
||||
Exec=sh /home/jaeus/.emacs.rational.d/exwm/start-exwm.sh
|
||||
TryExec=sh
|
||||
Type=Application
|
||||
X-LightDM-DesktopName=exwm
|
||||
|
||||
@ -22,7 +22,7 @@ run nm-applet &
|
||||
run pamac-tray &
|
||||
run xfce4-power-manager &
|
||||
run volumeicon &
|
||||
run bitwarden &
|
||||
run bitwarden-desktop &
|
||||
numlockx on &
|
||||
blueberry-tray &
|
||||
|
||||
|
||||
@ -165,6 +165,7 @@ myAppGrid = [ --("Audacity", "audacity")
|
||||
("Vivaldi", "vivaldi-stable")
|
||||
, ("Emacs", "emacsclient -c -a emacs")
|
||||
, ("Firefox", "firefox")
|
||||
, ("Vivaldi", "vivaldi-stable")
|
||||
--, ("Geany", "geany")
|
||||
--, ("Geary", "geary")
|
||||
, ("Gimp", "gimp")
|
||||
@ -362,8 +363,9 @@ myKeys =
|
||||
|
||||
-- Launch Apps
|
||||
, ("M-f", spawn "firefox")
|
||||
, ("M-v", spawn "vivaldi-stable")
|
||||
, ("M-t", spawn "thunar")
|
||||
, ("M-p", spawn "enpass")
|
||||
, ("M-p", spawn "bitwarden-desktop")
|
||||
--, ("M-e", spawn "emacs")
|
||||
, ("M-e", spawn myEmacs)
|
||||
, ("M-l", spawn "arcolinux-logout")
|
||||
|
||||
@ -178,6 +178,7 @@
|
||||
("Vivaldi", "vivaldi-stable")
|
||||
, ("Emacs", "emacsclient -c -a emacs")
|
||||
, ("Firefox", "firefox")
|
||||
, ("Vivaldi", "vivaldi-stable")
|
||||
--, ("Geany", "geany")
|
||||
--, ("Geary", "geary")
|
||||
, ("Gimp", "gimp")
|
||||
@ -382,8 +383,9 @@
|
||||
|
||||
-- Launch Apps
|
||||
, ("M-f", spawn "firefox")
|
||||
, ("M-v", spawn "vivaldi-stable")
|
||||
, ("M-t", spawn "thunar")
|
||||
, ("M-p", spawn "enpass")
|
||||
, ("M-p", spawn "bitwarden-desktop")
|
||||
--, ("M-e", spawn "emacs")
|
||||
, ("M-e", spawn myEmacs)
|
||||
, ("M-l", spawn "arcolinux-logout")
|
||||
|
||||
Reference in New Issue
Block a user