From 6273c3992ba57e36eb351f4ce01b4bfd99854e16 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 2 Aug 2023 16:46:31 +0200 Subject: Configure xfce4-screenshooter --- tw/home.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'tw/home.scm') diff --git a/tw/home.scm b/tw/home.scm index 584907ae..003ff468 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -413,6 +413,22 @@ auto-expand-secmem emacs-web-mode emacs-yaml-mode)) +(define xfce4-screenshooter.conf + (mixed-text-file "xfce4-screenshooter.conf" "\ +app=" imv "/bin/imv +custom_action_command=none +last_user= +last_extension=png +screenshot_dir=file:/home/timo/pictures +enable_imgur_upload=false +show_in_folder=false +action=1 +delay=0 +region=3 +show_mouse=0 +show_border=1 +")) + (define-public %interactive-services (cons* ;; Configuration files for terminal-only programs in $XDG_CONFIG_HOME. @@ -526,6 +542,7 @@ auto-expand-secmem ("polybar/catppuccin.ini" ,catppuccin-polybar) ("rofi/config.rasi" ,(local-file "home/files/rofi.rasi")) ("rofi/themes/catppuccin.rasi" ,catppuccin-rofi) + ("xfce4/xfce4-screenshooter" ,xfce4-screenshooter.conf) ("zathura/zathurarc" ,(local-file "home/files/zathurarc")) ("zathura/catppuccin" ,catppuccin-zathura))) -- cgit v1.2.3