Move .scripts -> .local/bin

This commit is contained in:
Riyyi
2021-02-25 20:16:07 +01:00
parent 3ac7d9f601
commit ba10984084
40 changed files with 93 additions and 94 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ super + space
# Sticky floating node
super + shift + f
bspc node -t floating -g sticky=on; $HOME/.scripts/wm/hover.sh
bspc node -t floating -g sticky=on; $HOME/.local/bin/wm/hover.sh
# Set node flags
super + ctrl + {s,p,semicolon}
+1 -1
View File
@@ -34,7 +34,7 @@ super + shift + space
# Sticky floating window
super + shift + f
i3-msg fullscreen disable, floating enable, sticky enable; \
$HOME/.scripts/wm/hover.sh
$HOME/.local/bin/wm/hover.sh
#--- Workspace ---#
+7 -7
View File
@@ -12,7 +12,7 @@ super + d
# mpv
super + {_,shift} + m
mpv.sh {_,queue}
play {_,queue}
#--- Control ---#
@@ -22,11 +22,11 @@ super + ctrl + r
# System
super + shift + s
system.sh
system
# Screen brightness
super + {F2,F3}
brictl.sh {dec,inc} 10
brictl {dec,inc} 10
# Screenshot (fullscreen, selection, focused window)
{_,shift,super} + @Print
@@ -34,19 +34,19 @@ super + {F2,F3}
# Screen record
ctrl + @Print
alias.sh screencast "$CAPTURE/$(date '+%Y-%m-%d-%H%M%S_1500x1000_screencast')"
aliases screencast "$CAPTURE/$(date '+%Y-%m-%d-%H%M%S_1280x720_screencast')"
# Volume
XF86Audio{LowerVolume,RaiseVolume,Mute}
volctl.sh {dec 5,inc 5,toggle}
volctl {dec 5,inc 5,toggle}
# Touchpad toggle
XF86HomePage
inputctl.sh -d toggle
inputctl -d toggle
# Touchscreen toggle
XF86Search
inputctl.sh -s toggle
inputctl -s toggle
#--- Mouse ---#