EXWM : updates for rational emacs

This commit is contained in:
2022-04-02 16:10:16 +09:00
parent b0cf28473d
commit f84ad70c11
6 changed files with 17 additions and 14 deletions

View File

@ -40,6 +40,7 @@
(setenv "LC_ALL" "en_US.UTF-8") (setenv "LC_ALL" "en_US.UTF-8")
;; Set further font and theme customizations ;; Set further font and theme customizations
(set-frame-parameter (selected-frame) 'alpha '(80 . 80))
(custom-set-variables (custom-set-variables
'(rational-ui-default-font '(rational-ui-default-font
'(:font "Fira Code Retina" :weight light :height 110))) '(:font "Fira Code Retina" :weight light :height 110)))
@ -155,7 +156,6 @@
100) 100)
'(80 . 80) '(100 . 100))))) '(80 . 80) '(100 . 100)))))
(global-set-key (kbd "C-c t") 'toggle-transparency) (global-set-key (kbd "C-c t") 'toggle-transparency)
(set-frame-parameter (selected-frame) 'alpha '(80 . 80))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; EMOJIFY ♌ ;;;; EMOJIFY ♌

View File

@ -13,18 +13,17 @@
;; Make workspace 1 be the one where we land at startup ;; Make workspace 1 be the one where we land at startup
(exwm-workspace-switch-create 1) (exwm-workspace-switch-create 1)
(efs/start-panel) (efs/start-panel)
(set-frame-parameter (selected-frame) 'alpha '(75 . 75))
;; if not wsl ;; if not wsl
;;(efs/run-in-background "xsetroot -cursor_name left_ptr") (efs/run-in-background "xsetroot -cursor_name left_ptr")
;;(efs/run-in-background "nm-applet") (efs/run-in-background "nm-applet")
;;(efs/run-in-background "pamac-tray") (efs/run-in-background "pamac-tray")
;;(efs/run-in-background "volumeicon") (efs/run-in-background "volumeicon")
;;(efs/run-in-background "numlockx on") (efs/run-in-background "numlockx on")
;;(efs/run-in-background "blueberry-tray") (efs/run-in-background "blueberry-tray")
;;(efs/run-in-background "enpass -minimize") (efs/run-in-background "bitwarden-desktop")
;; Launch apps that will run in the background ;; Launch apps that will run in the background
;;(efs/run-in-background "fcitx")) (efs/run-in-background "fcitx")
) )
(defun efs/exwm-update-class () (defun efs/exwm-update-class ()

View File

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Name=EXWM Name=EXWM
Comment=Emacs Window Manager 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 TryExec=sh
Type=Application Type=Application
X-LightDM-DesktopName=exwm X-LightDM-DesktopName=exwm

View File

@ -22,7 +22,7 @@ run nm-applet &
run pamac-tray & run pamac-tray &
run xfce4-power-manager & run xfce4-power-manager &
run volumeicon & run volumeicon &
run bitwarden & run bitwarden-desktop &
numlockx on & numlockx on &
blueberry-tray & blueberry-tray &

View File

@ -165,6 +165,7 @@ myAppGrid = [ --("Audacity", "audacity")
("Vivaldi", "vivaldi-stable") ("Vivaldi", "vivaldi-stable")
, ("Emacs", "emacsclient -c -a emacs") , ("Emacs", "emacsclient -c -a emacs")
, ("Firefox", "firefox") , ("Firefox", "firefox")
, ("Vivaldi", "vivaldi-stable")
--, ("Geany", "geany") --, ("Geany", "geany")
--, ("Geary", "geary") --, ("Geary", "geary")
, ("Gimp", "gimp") , ("Gimp", "gimp")
@ -362,8 +363,9 @@ myKeys =
-- Launch Apps -- Launch Apps
, ("M-f", spawn "firefox") , ("M-f", spawn "firefox")
, ("M-v", spawn "vivaldi-stable")
, ("M-t", spawn "thunar") , ("M-t", spawn "thunar")
, ("M-p", spawn "enpass") , ("M-p", spawn "bitwarden-desktop")
--, ("M-e", spawn "emacs") --, ("M-e", spawn "emacs")
, ("M-e", spawn myEmacs) , ("M-e", spawn myEmacs)
, ("M-l", spawn "arcolinux-logout") , ("M-l", spawn "arcolinux-logout")

View File

@ -178,6 +178,7 @@
("Vivaldi", "vivaldi-stable") ("Vivaldi", "vivaldi-stable")
, ("Emacs", "emacsclient -c -a emacs") , ("Emacs", "emacsclient -c -a emacs")
, ("Firefox", "firefox") , ("Firefox", "firefox")
, ("Vivaldi", "vivaldi-stable")
--, ("Geany", "geany") --, ("Geany", "geany")
--, ("Geary", "geary") --, ("Geary", "geary")
, ("Gimp", "gimp") , ("Gimp", "gimp")
@ -382,8 +383,9 @@
-- Launch Apps -- Launch Apps
, ("M-f", spawn "firefox") , ("M-f", spawn "firefox")
, ("M-v", spawn "vivaldi-stable")
, ("M-t", spawn "thunar") , ("M-t", spawn "thunar")
, ("M-p", spawn "enpass") , ("M-p", spawn "bitwarden-desktop")
--, ("M-e", spawn "emacs") --, ("M-e", spawn "emacs")
, ("M-e", spawn myEmacs) , ("M-e", spawn myEmacs)
, ("M-l", spawn "arcolinux-logout") , ("M-l", spawn "arcolinux-logout")