2
0
Fork 0

Pequenas alterações

This commit is contained in:
guapito 2024-04-06 12:21:51 -03:00
parent a2b7cccc3f
commit 7bec772dbe
3 changed files with 13 additions and 5 deletions

View File

@ -14,17 +14,18 @@ map x $$f
map X !$f
map o &mimeopen $f
map O $mimeopen --ask $f
map a :push %mkdir<space>
map <delete> delete
map w walls
map u upload
map D drag-n-drop
map A :rename; cmd-end # at the very end
map c push A<c-u> # new rename
map I :rename; cmd-home # at the very beginning
map A :rename; cmd-end # at the very end
map i :rename # before extension
map a :rename; cmd-right # after extension
map B bulkrename
map b bulkrename
map g :clear
map n :push %mkdir<space>
cmd open &{{
case $(file --mime-type -Lb $f) in
@ -96,8 +97,7 @@ cmd walls ${{
}}
cmd upload ${{
curl -F"file=@$fx" -Fsecret= https://0x0.st | \
qrencode -o ~/.url.png
curl -F"file=@$fx" -Fsecret= https://0x0.st | qrencode -o ~/.url.png
imv ~/.url.png && rm .url.png
}}

View File

@ -139,10 +139,18 @@ set $lock swaylock -e -i ~/.config/sway/wp
# Trocar de wallpaper
bindsym $mod+i exec walls
bindsym $mod+Shift+i exec walls-lf
# rofi-mpd
bindsym $mod+c exec rofi-mpd -a
# xfmpc
bindsym $mod+b exec xfmpc
for_window [title="Xfmpc"] {
floating toggle
resize set width 500px height 600px
}
# Abrir terminal
bindsym $mod+Return exec $term

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 368 KiB