#!/bin/bash

[ -f /etc/bash.bashrc ] && source /etc/bash.bashrc
[ -f /etc/glob_bashrc ] && source /etc/glob_bashrc

alias ha='(gnome-screenshot -d 1 -f /tmp/ha.png && i3lock -p default -i /tmp/ha.png) & exit'
