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 # tilde.tel contacts
"echo test" <sip:1101> "echo test" <sip:1101@neotilde.tel>
"futel" <sip:1938> "futel" <sip:1938@neotilde.tel>
"conference" <sip:1105> "conference" <sip:1105@neotilde.tel>
"brendo" <sip:2013105> "brendo" <sip:2013105@neotilde.tel>
"darcy" <sip:2163101> "iris" <sip:2163101@neotilde.tel>
"rawktucc" <sip:2013123> "rawktucc" <sip:2013123@neotilde.tel>
# Access rules # Access rules

View file

@ -104,11 +104,11 @@ bindsym $mod+space focus mode_toggle
#bindsym $mod+a focus parent #bindsym $mod+a focus parent
# take a screenshot # 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 --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 -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 -s -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 # show titles
bindsym $mod+t border normal 1 bindsym $mod+t border normal 1

View file

@ -114,6 +114,7 @@
🙀 weary cat face; U+1F640 🙀 weary cat face; U+1F640
😿 crying cat face; U+1F63F 😿 crying cat face; U+1F63F
😾 pouting cat face; U+1F63E 😾 pouting cat face; U+1F63E
🥺👉👈 pleading face right left;
☭ communism; ☭ communism;
🙈 see-no-evil monkey; U+1F648 🙈 see-no-evil monkey; U+1F648
🙉 hear-no-evil monkey; U+1F649 🙉 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' $'\033[38;5;214m' $'\033[38;5;165m' $'\033[38;5;124m' $'\033[38;5;120m'
} }
(( $+FZF_TAB_OPTS )) || FZF_TAB_OPTS=( (( $+FZF_TAB_OPTS )) || FZF_TAB_OPTS=(
--tac
--ansi # Enable ANSI color support, necessary for showing groups --ansi # Enable ANSI color support, necessary for showing groups
--expect='$continuous_trigger' # For continuous completion --expect='$continuous_trigger' # For continuous completion
'--color=hl:$(( $#headers == 0 ? 108 : 255 ))' '--color=hl:$(( $#headers == 0 ? 108 : 255 ))'