diff --git a/files/bash/.bashrc b/files/bash/.bashrc index 2f3970a..8e3ef7a 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -12,6 +12,8 @@ alias watch='watch ' alias xclip='xclip -selection c' alias sl=ls alias dynamodump='docker run bchew/dynamodump /usr/local/bin/dynamodump' +alias wine32='WINEARCH=win32 WINEPREFIX=~/win32 wine' +alias signal_update='docker run captn3m0/signal-arch-builder' # ... or force ignoredups and ignorespace pathadd '/sbin' pathadd '/home/nemo/projects/scripts/' @@ -36,6 +38,9 @@ alias ssdr='sudo systemctl daemon-reload' # Gets list of all packages from AUR sorted by Size alias aur.list='expac "%m\t%n" | sort -h > /tmp/expac.txt && pacman -Qqm > /tmp/aur.txt && grep -w -F -f /tmp/aur.txt /tmp/expac.txt' +# To list the packages marked for upgrade with their download size +alias upgrade.size='pacman -Quq|xargs expac -S -H M "%k\t%n" | sort -sh' + # https://github.com/chef/inspec function inspec { docker run -it --rm -v $(pwd):/share chef/inspec $@; } # check the window size after each command and, if necessary, diff --git a/files/i3/.i3/config b/files/i3/.i3/config index e1f3dfe..77cb56d 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -96,7 +96,7 @@ bindsym Ctrl+Print exec scrot --focused --count --delay 0.5 --quality 80 --silen bindsym Ctrl+Shift+Print exec scrot --count --delay 0.5 --quality 80 --silent $screenshot_file && notify-send "done" bindsym $mod+I exec escrotum --select --selection-delay 300 $screenshot_file && notify-send "done" -bindsym $mod+Shift+I exec escrotum --clipboard --select --selection-delay 100 $screenshot_file && notify-send "copied" +bindsym $mod+Shift+I exec escrotum --clipboard --select --selection-delay 500 $screenshot_file && notify-send "copied" bindsym $mod+P exec passmenu --type