diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-10-04 18:41:46 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-10-04 18:41:46 +0200 |
commit | c93728c2af47cd8ae6c0dc6c17c5a365c3422926 (patch) | |
tree | 85df670a6db63ca597c23c420e7d00c5da65ec73 /.config | |
parent | e3f3fa99f3100dc1134ced941ed0fbafc0f74370 (diff) | |
download | dotfiles-c93728c2af47cd8ae6c0dc6c17c5a365c3422926.tar.gz dotfiles-c93728c2af47cd8ae6c0dc6c17c5a365c3422926.zip |
Update Guix configuration file
Diffstat (limited to '.config')
-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 | ||