Add new bindings
This commit is contained in:
parent
bc8bc17515
commit
60d5ab8ed3
@ -1,36 +1,21 @@
|
|||||||
#
|
super + Return
|
||||||
# ██ ██ ██
|
$TERMINAL
|
||||||
# ░██ ░██ ░██
|
|
||||||
# ██████ ██ ██░██ ░██ ██ ░██
|
|
||||||
# ██░░░░ ░░██ ██ ░██████ ░██ ██ ██████
|
|
||||||
# ░░█████ ░░███ ░██░░░██░████ ██░░░██
|
|
||||||
# ░░░░░██ ██░██ ░██ ░██░██░██ ░██ ░██
|
|
||||||
# ██████ ██ ░░██░██ ░██░██░░██░░██████
|
|
||||||
# ░░░░░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░░░░░
|
|
||||||
#
|
|
||||||
|
|
||||||
#~~~~~~
|
|
||||||
# APPS
|
|
||||||
#~~~~~~
|
|
||||||
super + b
|
super + b
|
||||||
"$BROWSER"
|
$BROWSER
|
||||||
|
super + shift + b
|
||||||
|
torbrowser-launcher
|
||||||
super + d
|
super + d
|
||||||
rofi -show run
|
rofi -show run
|
||||||
super + Return
|
super + shift + d
|
||||||
st
|
rofi -show drun
|
||||||
XF86Mail
|
super + shift + s
|
||||||
st -e neomutt
|
tgscreenkey
|
||||||
super + g
|
|
||||||
st -e neomutt
|
|
||||||
|
|
||||||
|
super + s; {t,m,r,v}
|
||||||
|
{tuirent,mails,rss,fm}
|
||||||
|
super + shift + o; {g,k,l,i}
|
||||||
|
{gimp,keepassxc,libreoffice,inkscape}
|
||||||
|
|
||||||
#~~~~~~~~~
|
|
||||||
# SCRIPTS
|
|
||||||
#~~~~~~~~~
|
|
||||||
Print
|
|
||||||
screenshot
|
|
||||||
shift + Print
|
|
||||||
screenshot --force
|
|
||||||
super + m
|
super + m
|
||||||
rofi-mpd -a
|
rofi-mpd -a
|
||||||
super + x
|
super + x
|
||||||
@ -45,19 +30,23 @@ super + e
|
|||||||
unicode
|
unicode
|
||||||
super + shift + e
|
super + shift + e
|
||||||
fawesome
|
fawesome
|
||||||
F11
|
super + w
|
||||||
[ $(pgrep ffmpeg) ] && blaze -s || blaze
|
choosewall
|
||||||
|
|
||||||
|
Print
|
||||||
|
screenshot
|
||||||
|
shift + Print
|
||||||
|
screenshot --force
|
||||||
F1
|
F1
|
||||||
mounter
|
mounter
|
||||||
F2
|
shift + F1
|
||||||
umounter
|
umounter
|
||||||
|
|
||||||
|
|
||||||
#~~~~~~~~~~~
|
|
||||||
# SmartHome
|
|
||||||
#~~~~~~~~~~~
|
|
||||||
F10
|
F10
|
||||||
curl 192.168.1.201/toggle.php && refbar
|
curl 192.168.1.201/toggle.php && refbar
|
||||||
|
F11
|
||||||
|
[ $(pgrep ffmpeg) ] && blaze -s || blaze
|
||||||
|
End
|
||||||
|
lockscreen; systemctl suspend
|
||||||
|
|
||||||
|
|
||||||
#~~~~~~~
|
#~~~~~~~
|
||||||
|
@ -41,6 +41,7 @@ mark h ~/
|
|||||||
nnoremap ` :cd ~<cr>
|
nnoremap ` :cd ~<cr>
|
||||||
nnoremap ~ :cd ~<cr>
|
nnoremap ~ :cd ~<cr>
|
||||||
nnoremap S :shell<cr>
|
nnoremap S :shell<cr>
|
||||||
|
nnoremap q :q<cr>
|
||||||
nnoremap s :select<cr>
|
nnoremap s :select<cr>
|
||||||
nnoremap w :view<cr>
|
nnoremap w :view<cr>
|
||||||
vnoremap w :view<cr>gv
|
vnoremap w :view<cr>gv
|
||||||
|
3
.local/bin/scripts/fm
Executable file
3
.local/bin/scripts/fm
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
"$TERMINAL" -e vifm
|
5
.local/bin/scripts/tgscreenkey
Executable file
5
.local/bin/scripts/tgscreenkey
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
[ "$(pgrep screenkey)" ] && { killall screenkey && exit ;}
|
||||||
|
|
||||||
|
screenkey -s small --bg-color "$(awk '/.*selbg.*/ { print $2 }' ~/.config/Xresources)"
|
3
.local/bin/scripts/tuirent
Executable file
3
.local/bin/scripts/tuirent
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
"$TERMINAL" -e tremc
|
Loading…
x
Reference in New Issue
Block a user