misc changes
This commit is contained in:
parent
f69c20321b
commit
73c39f9eeb
|
@ -65,3 +65,4 @@ start_bitlbee() {
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
alias f=files
|
alias f=files
|
||||||
alias lofi="mpv https://www.youtube.com/watch?v=jfKfPfyJRdk --no-video"
|
alias lofi="mpv https://www.youtube.com/watch?v=jfKfPfyJRdk --no-video"
|
||||||
|
alias pavucontrol="ncpamixer"
|
||||||
|
|
|
@ -45,6 +45,9 @@ export SFEED_URL_FILE="$SFEED_URL_FILE/.urls"
|
||||||
export $(dbus-launch)
|
export $(dbus-launch)
|
||||||
export GTK_THEME="earth"
|
export GTK_THEME="earth"
|
||||||
|
|
||||||
|
# elinks
|
||||||
|
export ELINKS_CONFDIR="$HOME/.config/elinks"
|
||||||
|
|
||||||
# source the bashrc(s)
|
# source the bashrc(s)
|
||||||
[ -f $HOME/.config/bash/bashrc ] && . $HOME/.config/bash/bashrc
|
[ -f $HOME/.config/bash/bashrc ] && . $HOME/.config/bash/bashrc
|
||||||
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||||
|
|
|
@ -24,3 +24,4 @@ bspc rule -a tmenu-prompt border=on sticky=on state=floating
|
||||||
bspc rule -a Xmessage border=on state=floating
|
bspc rule -a Xmessage border=on state=floating
|
||||||
bspc rule -a Zathura state=tiled
|
bspc rule -a Zathura state=tiled
|
||||||
bspc rule -a generic-st-window state=floating manage=on sticky=on border=on
|
bspc rule -a generic-st-window state=floating manage=on sticky=on border=on
|
||||||
|
bspc rule -a floating-feh state=floating
|
||||||
|
|
|
@ -45,6 +45,8 @@ end)
|
||||||
|
|
||||||
inoremap('qp', '<c-g>u<Esc>[s1z=`]a<c-g>u')
|
inoremap('qp', '<c-g>u<Esc>[s1z=`]a<c-g>u')
|
||||||
inoremap("<C-a>", "<Esc>mZ0i<Tab><Esc>`ZlA")
|
inoremap("<C-a>", "<Esc>mZ0i<Tab><Esc>`ZlA")
|
||||||
|
inoremap('jk', '<Esc>')
|
||||||
|
inoremap('zz', '<Esc>:w!<CR>a')
|
||||||
|
|
||||||
tnoremap('<Esc>', '<C-\\><C-n>')
|
tnoremap('<Esc>', '<C-\\><C-n>')
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
super + shift + p
|
super + shift + XF86AudioRaiseVolume
|
||||||
toggle-contingency-mode
|
toggle-contingency-mode
|
||||||
|
|
|
@ -55,21 +55,21 @@ super + {_,shift + }v
|
||||||
vol {inc,dec}
|
vol {inc,dec}
|
||||||
|
|
||||||
# mouse movement
|
# mouse movement
|
||||||
super + u
|
super + {u, i, o, p}
|
||||||
xdotool mousemove_relative -- -10 0
|
xdotool mousemove_relative -- {-10 0, 0 10, 0 -10, 10 0}
|
||||||
|
|
||||||
super + i
|
super + alt + {u, i, o, p}
|
||||||
xdotool mousemove_relative -- 0 10
|
xdotool mousemove_relative -- {-20 0, 0 20, 0 -20, 20 0}
|
||||||
|
|
||||||
super + o
|
|
||||||
xdotool mousemove_relative -- 0 -10
|
|
||||||
|
|
||||||
super + p
|
|
||||||
xdotool mousemove_relative -- 10 0
|
|
||||||
|
|
||||||
super + shift + u
|
super + shift + u
|
||||||
xdotool click 1
|
xdotool click 1
|
||||||
|
|
||||||
|
super + ctrl + shift + u
|
||||||
|
xdotool mousedown 1
|
||||||
|
|
||||||
|
@super + @ctrl + @shift + @u
|
||||||
|
xdotool mouseup 1
|
||||||
|
|
||||||
super + shift + p
|
super + shift + p
|
||||||
xdotool click 2
|
xdotool click 2
|
||||||
|
|
||||||
|
@ -77,9 +77,6 @@ super + shift + p
|
||||||
super + x
|
super + x
|
||||||
toggle-contingency-mode
|
toggle-contingency-mode
|
||||||
|
|
||||||
super + =
|
|
||||||
st -c generic-st-window -e nvim ~/.config/sxhkd/sxhkdrc
|
|
||||||
|
|
||||||
# bspwm
|
# bspwm
|
||||||
super + q
|
super + q
|
||||||
bspc node -c
|
bspc node -c
|
||||||
|
@ -102,3 +99,6 @@ super + {t,f,s}
|
||||||
|
|
||||||
super + shift + t
|
super + shift + t
|
||||||
bspwm-toggle-gaps
|
bspwm-toggle-gaps
|
||||||
|
|
||||||
|
alt + F4
|
||||||
|
exit
|
||||||
|
|
Loading…
Reference in New Issue