Add new bindings

This commit is contained in:
samedami 2020-05-15 17:54:38 +02:00
parent 056c1bef21
commit 424ea5acc4
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894
5 changed files with 45 additions and 44 deletions

View File

@ -1,38 +1,23 @@
#
# ██ ██ ██
# ░██ ░██ ░██
# ██████ ██ ██░██ ░██ ██ ░██
# ██░░░░ ░░██ ██ ░██████ ░██ ██ ██████
# ░░█████ ░░███ ░██░░░██░████ ██░░░██
# ░░░░░██ ██░██ ░██ ░██░██░██ ░██ ░██
# ██████ ██ ░░██░██ ░██░██░░██░░██████
# ░░░░░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░░░░░
#
#~~~~~~
# APPS
#~~~~~~
super + b
"$BROWSER"
super + Return
$TERMINAL
super + b
$BROWSER
super + shift + b
torbrowser-launcher
super + d
rofi -show run
super + Return
st
XF86Mail
st -e neomutt
super + g
st -e neomutt
super + shift + d
rofi -show drun
super + shift + s
tgscreenkey
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
rofi-mpd -a
rofi-mpd -a
super + x
lockscreen
super + z
@ -45,19 +30,23 @@ super + e
unicode
super + shift + e
fawesome
F11
[ $(pgrep ffmpeg) ] && blaze -s || blaze
super + w
choosewall
Print
screenshot
shift + Print
screenshot --force
F1
mounter
F2
shift + F1
umounter
#~~~~~~~~~~~
# SmartHome
#~~~~~~~~~~~
F10
curl 192.168.1.201/toggle.php && refbar
F11
[ $(pgrep ffmpeg) ] && blaze -s || blaze
End
lockscreen; systemctl suspend
#~~~~~~~

View File

@ -1,16 +1,16 @@
"
" ██ ████
" ░░ ░██░
" ██ ██ ██ ██████ ██████████
"
" ██ ████
" ░░ ░██░
" ██ ██ ██ ██████ ██████████
" ░██ ░██░██░░░██░ ░░██░░██░░██
" ░░██ ░██ ░██ ░██ ░██ ░██ ░██
" ░░████ ░██ ░██ ░██ ░██ ░██
" ░░██ ░██ ░██ ███ ░██ ░██
" ░░ ░░ ░░ ░░░ ░░ ░░
" ░░ ░░ ░░ ░░░ ░░ ░░
colorscheme biual
set vicmd=nvim
set vicmd=nvim
set syscalls
set trash
set history=100
@ -41,6 +41,7 @@ mark h ~/
nnoremap ` :cd ~<cr>
nnoremap ~ :cd ~<cr>
nnoremap S :shell<cr>
nnoremap q :q<cr>
nnoremap s :select<cr>
nnoremap w :view<cr>
vnoremap w :view<cr>gv

3
.local/bin/scripts/fm Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
"$TERMINAL" -e vifm

5
.local/bin/scripts/tgscreenkey Executable file
View 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
View File

@ -0,0 +1,3 @@
#!/bin/sh
"$TERMINAL" -e tremc