Skip to content

Commit

Permalink
Uninstall httpie
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Jan 17, 2024
1 parent 9f1d7e4 commit 9757996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/x
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ "$1" = "-r" ]]; then
xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Profile Enabled' 0 1
xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Speed' 0.${2:-4}
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Profile Enabled' 0 1
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Speed' -0.${2:-1}
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Speed' -0.${2:-14}
hsetroot -full /usr/share/awesome/themes/default/background.png -sharpen 8
exit
fi
Expand Down
3 changes: 2 additions & 1 deletion dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ alias psync='rsync -Pz --info=progress2'
alias pyfmt='bash -c "isort \$0 && black \$0"'
alias randn='shuf -i 1-9223372036854775807 -n 1'
alias rm='rm -I'
alias suspend='sudo pm-suspend-hybrid'
alias suspend1='sudo pm-suspend'
alias suspend2='sudo pm-suspend-hybrid'
alias tarip='tar --strip-components=1 -x -f'
alias tgit="tsocks git"
alias timev="/usr/bin/time -v"
Expand Down
1 change: 0 additions & 1 deletion tasks/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- ansible==2.9.9
- black==20.8b1
- docker==4.2.1
- httpie==3.2.*
- isort==5.7.0
- mycli==1.24.1
- wheel==0.36.2
Expand Down

0 comments on commit 9757996

Please sign in to comment.