about summary refs log tree commit diff
path: root/configs/shared
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-16T19·21+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-17T10·56+0000
commit2f41167a6f7210ecbfe4082b380a04d956c82e5e (patch)
treeb486e41a20675102aed123dbdd93deb0d8506d18 /configs/shared
parentf4d588b68313134f9c659121339b4b43fb750c4b (diff)
Drop support for window-manager/screenshot
After defining the scrot.el module, I don't have much use for this function. In
fairness, I never used this function too much; I wrote it early on when I first
switched from i3 to EXWM. As such, it's a bit sloppy. Happy whenever I get a
change to do some spring cleaning.
Diffstat (limited to 'configs/shared')
-rw-r--r--configs/shared/.emacs.d/wpc/window-manager.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/shared/.emacs.d/wpc/window-manager.el b/configs/shared/.emacs.d/wpc/window-manager.el
index d034b5f5e600..baac37ada1cf 100644
--- a/configs/shared/.emacs.d/wpc/window-manager.el
+++ b/configs/shared/.emacs.d/wpc/window-manager.el
@@ -422,14 +422,6 @@ These are the types of items that would usually appear in dmenu.")
 ;; can provide a small mode for accepting user-input.
 ;; TODO: Put this somewhere more diliberate.
 
-(defun window-manager/screenshot ()
-  "Choose between \"Local\" and \"Google\" screenshots."
-  (interactive)
-  (pcase (ivy-read "Type of screenshot: " '("Google" "Local"))
-    ;; TODO: Drop `zsh -i -c' dependency and reimplement in Elisp.
-    ("Google" (shell-command "zsh -i -c snipit"))
-    ("Local"  (shell-command "zsh -i -c screenshot"))))
-
 ;; TODO: Configure the environment variables for xsecurelock so that the font is
 ;; smaller, different, and the glinux wallpaper doesn't show.
 ;; - XSECURELOCK_FONT="InputMono-Black 10"