use scrot edge for drawing selections

for some reason the classic mode draws
weird artifacts
This commit is contained in:
xfnw 2021-12-17 00:14:57 -05:00
parent e92ae47067
commit 709372319a
4 changed files with 11 additions and 11 deletions

View File

@ -11,13 +11,13 @@
# tilde.tel contacts
"echo test" <sip:1101>
"futel" <sip:1938>
"conference" <sip:1105>
"echo test" <sip:1101@neotilde.tel>
"futel" <sip:1938@neotilde.tel>
"conference" <sip:1105@neotilde.tel>
"brendo" <sip:2013105>
"darcy" <sip:2163101>
"rawktucc" <sip:2013123>
"brendo" <sip:2013105@neotilde.tel>
"iris" <sip:2163101@neotilde.tel>
"rawktucc" <sip:2013123@neotilde.tel>
# Access rules

View File

@ -104,11 +104,11 @@ bindsym $mod+space focus mode_toggle
#bindsym $mod+a focus parent
# take a screenshot
bindsym --release $mod+s exec "scrot -s -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym $mod+shift+s exec "scrot -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym --release $mod+z exec "scrot -s -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym --release $mod+s exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym $mod+shift+s exec "scrot -l mode=edge -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym --release $mod+z exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
#bindsym --release $mod+x exec "scrot -s -e 'curl -F\\"file=@$f\\" https://xfnw.ttm.sh/u.php | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
#bindsym --release $mod+x exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://xfnw.ttm.sh/u.php | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
# show titles
bindsym $mod+t border normal 1

View File

@ -114,6 +114,7 @@
🙀 weary cat face; U+1F640
😿 crying cat face; U+1F63F
😾 pouting cat face; U+1F63E
🥺👉👈 pleading face right left;
☭ communism;
🙈 see-no-evil monkey; U+1F648
🙉 hear-no-evil monkey; U+1F649

View File

@ -97,7 +97,6 @@ _fzf_tab_remove_space() {
$'\033[38;5;214m' $'\033[38;5;165m' $'\033[38;5;124m' $'\033[38;5;120m'
}
(( $+FZF_TAB_OPTS )) || FZF_TAB_OPTS=(
--tac
--ansi # Enable ANSI color support, necessary for showing groups
--expect='$continuous_trigger' # For continuous completion
'--color=hl:$(( $#headers == 0 ? 108 : 255 ))'