mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Editing sxhkdrc keybindings.
This commit is contained in:
2
.bashrc
2
.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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user