diff --git a/.bashrc b/.bashrc index ee73692..b40b456 100644 --- a/.bashrc +++ b/.bashrc @@ -80,7 +80,7 @@ if ${use_color} ; then PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\] ' fi - alias ls='ls --color=auto' + alias ls='ls -lah' alias grep='grep --colour=auto' alias egrep='egrep --colour=auto' alias fgrep='fgrep --colour=auto' diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index bf9d4a0..0699694 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -19,7 +19,7 @@ super + Escape # # quit/restart bspwm -super + alt + {q,r} +super + shift + {q,r} bspc {quit,wm -r} # close and kill @@ -133,6 +133,9 @@ super + alt + s # launch common system montoring programs super + alt + m /home/dt/.dmenu/dmenu-sysmon.sh +# launch reddio Reddit viewer +super + alt + r + /home/dt/.dmenu/dmenu-reddio.sh # launch stock trading programs super + alt + t /home/dt/.dmenu/dmenu-trading.sh