diff options
Diffstat (limited to '.config/emacs/exwm/desktop.el')
-rw-r--r-- | .config/emacs/exwm/desktop.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/exwm/desktop.el b/.config/emacs/exwm/desktop.el index 1643961..579e6b2 100644 --- a/.config/emacs/exwm/desktop.el +++ b/.config/emacs/exwm/desktop.el | |||
@@ -34,7 +34,7 @@ | |||
34 | (add-hook 'exwm-update-title-hook #'jd-exwm/exwm-update-title) | 34 | (add-hook 'exwm-update-title-hook #'jd-exwm/exwm-update-title) |
35 | (add-hook 'exwm-manage-finish-hook #'jd-exwm/configure-window-by-class) | 35 | (add-hook 'exwm-manage-finish-hook #'jd-exwm/configure-window-by-class) |
36 | 36 | ||
37 | (start-process-shell-command "xmodmap" nil "xmodmap ~/.config/emacs/exwm/Xmodmap") | 37 | (start-process-shell-command "xmodmap" nil "xmodmap ~/dotfiles/.Xmodmap") |
38 | (start-process-shell-command "nitrogen" nil "nitrogen --restore") | 38 | (start-process-shell-command "nitrogen" nil "nitrogen --restore") |
39 | (start-process-shell-command "xinput" nil "xinput set-prop 11 336 1") | 39 | (start-process-shell-command "xinput" nil "xinput set-prop 11 336 1") |
40 | 40 | ||