mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Editing sxhkdrc keybindings.
This commit is contained in:
@@ -80,7 +80,7 @@ if ${use_color} ; then
|
|||||||
PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\] '
|
PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\] '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls -lah'
|
||||||
alias grep='grep --colour=auto'
|
alias grep='grep --colour=auto'
|
||||||
alias egrep='egrep --colour=auto'
|
alias egrep='egrep --colour=auto'
|
||||||
alias fgrep='fgrep --colour=auto'
|
alias fgrep='fgrep --colour=auto'
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ super + Escape
|
|||||||
#
|
#
|
||||||
|
|
||||||
# quit/restart bspwm
|
# quit/restart bspwm
|
||||||
super + alt + {q,r}
|
super + shift + {q,r}
|
||||||
bspc {quit,wm -r}
|
bspc {quit,wm -r}
|
||||||
|
|
||||||
# close and kill
|
# close and kill
|
||||||
@@ -133,6 +133,9 @@ super + alt + s
|
|||||||
# launch common system montoring programs
|
# launch common system montoring programs
|
||||||
super + alt + m
|
super + alt + m
|
||||||
/home/dt/.dmenu/dmenu-sysmon.sh
|
/home/dt/.dmenu/dmenu-sysmon.sh
|
||||||
|
# launch reddio Reddit viewer
|
||||||
|
super + alt + r
|
||||||
|
/home/dt/.dmenu/dmenu-reddio.sh
|
||||||
# launch stock trading programs
|
# launch stock trading programs
|
||||||
super + alt + t
|
super + alt + t
|
||||||
/home/dt/.dmenu/dmenu-trading.sh
|
/home/dt/.dmenu/dmenu-trading.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user