summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home.scm17
1 files changed, 17 insertions, 0 deletions
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)))