From 92486cc6f5cc208d8cfffd9f37e4affcfa9610cf Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 13 Apr 2023 23:49:21 +0100 Subject: [PATCH] chore: commit a bunch of TODO/FIXME --- mutt/bindings | 7 +++++++ xprofile.d/10-screensaver.sh | 5 +++++ xprofile.d/99-applications.sh | 3 +++ 3 files changed, 15 insertions(+) diff --git a/mutt/bindings b/mutt/bindings index 469977b..649b0f2 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -36,6 +36,13 @@ macro pager F "\ set resolve=\$my_resolve" \ "Flag message without resolving" +#FIXME: doesn't work because is interactive +# macro index,pager f "\ +# set my_mime_forward=\$mime_forward mime_forward=yes\ +# \ +# set mime_forward=\$my_mime_forward" \ +# "Forward message as attachement" + # Remap bounce-message function to “B” bind index,pager B bounce-message bind index,pager R group-reply diff --git a/xprofile.d/10-screensaver.sh b/xprofile.d/10-screensaver.sh index 4e9a048..86dc212 100755 --- a/xprofile.d/10-screensaver.sh +++ b/xprofile.d/10-screensaver.sh @@ -25,4 +25,9 @@ elif [[ $(hostname) == "skull-canyon" ]]; then & fi +# FIXME: as soon as dpms force off comes on the session is locked regardles +# TODO: maybe there is no need for xidlehook +# Although, I'm not sure how suspend will work +# xset s 300 60 # notify after 300, lock 60 after +# xset dpms 300 360 1800 xss-lock -- i3lock --nofork --color=000000 & diff --git a/xprofile.d/99-applications.sh b/xprofile.d/99-applications.sh index 229a9e6..bd965d7 100755 --- a/xprofile.d/99-applications.sh +++ b/xprofile.d/99-applications.sh @@ -10,3 +10,6 @@ fi picom & unclutter --timeout 1 & xcape -e "Control_L=Escape;Control_R=Escape" + +#TODO: +# add support for kdeconnect-indicator if it is installed -- 2.48.1