feat(desk): mv scripts to ~/scripts
This commit is contained in:
parent
7e1c263492
commit
04c03ee904
@ -37,7 +37,7 @@ m) # print focused monitor
|
|||||||
t) #upload to paste
|
t) #upload to paste
|
||||||
grim -g "$(slurp)" $temp_screenshot && wl-copy < $temp_screenshot && swappy -f $temp_screenshot && upload ;;
|
grim -g "$(slurp)" $temp_screenshot && wl-copy < $temp_screenshot && swappy -f $temp_screenshot && upload ;;
|
||||||
cw) #current window
|
cw) #current window
|
||||||
~/.local/bin/print-window.sh ;;
|
~/scripts/print-window.sh ;;
|
||||||
*) # invalid option
|
*) # invalid option
|
||||||
print_error ;;
|
print_error ;;
|
||||||
esac
|
esac
|
||||||
|
@ -82,11 +82,11 @@ bindsym $mod+Control+s scratchpad show
|
|||||||
|
|
||||||
bindsym $mod+Shift+s exec steam
|
bindsym $mod+Shift+s exec steam
|
||||||
bindsym $mod+e exec pcmanfm
|
bindsym $mod+e exec pcmanfm
|
||||||
bindsym Print exec ~/.local/bin/way-print p
|
bindsym Print exec ~/scripts/way-print p
|
||||||
bindsym Shift+Print exec ~/.local/bin/way-print.sh s
|
bindsym Shift+Print exec ~/scripts/way-print.sh s
|
||||||
bindsym $mod+Print exec ~/.local/bin/way-print.sh t
|
bindsym $mod+Print exec ~/scripts/way-print.sh t
|
||||||
bindsym Control+Shift+Print exec ~/.local/bin/way-print.sh m
|
bindsym Control+Shift+Print exec ~/scripts/way-print.sh m
|
||||||
bindsym Control+Print exec ~/.local/bin/way-print.sh cw
|
bindsym Control+Print exec ~/scripts/way-print.sh cw
|
||||||
bindsym $mod+Alt+x exec XL_SECRET_PROVIDER=FILE flatpak run --parent-expose-pids --parent-share-pids --parent-pid=1 --branch=stable --arch=x86_64 --command=xivlauncher dev.goats.xivlauncher
|
bindsym $mod+Alt+x exec XL_SECRET_PROVIDER=FILE flatpak run --parent-expose-pids --parent-share-pids --parent-pid=1 --branch=stable --arch=x86_64 --command=xivlauncher dev.goats.xivlauncher
|
||||||
|
|
||||||
# audio
|
# audio
|
||||||
|
Loading…
Reference in New Issue
Block a user