Add new bindings

This commit is contained in:
Wiktor Zykubek 2020-05-15 17:54:38 +02:00
parent bc8bc17515
commit 60d5ab8ed3
5 changed files with 45 additions and 44 deletions

View File

@ -1,38 +1,23 @@
# super + Return
# ██ ██ ██ $TERMINAL
# ░██ ░██ ░██ super + b
# ██████ ██ ██░██ ░██ ██ ░██ $BROWSER
# ██░░░░ ░░██ ██ ░██████ ░██ ██ ██████ super + shift + b
# ░░█████ ░░███ ░██░░░██░████ ██░░░██ torbrowser-launcher
# ░░░░░██ ██░██ ░██ ░██░██░██ ░██ ░██
# ██████ ██ ░░██░██ ░██░██░░██░░██████
# ░░░░░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░░░░░
#
#~~~~~~
# APPS
#~~~~~~
super + b
"$BROWSER"
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
lockscreen lockscreen
super + z super + z
@ -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
#~~~~~~~ #~~~~~~~

View File

@ -1,16 +1,16 @@
" "
" ██ ████ " ██ ████
" ░░ ░██░ " ░░ ░██░
" ██ ██ ██ ██████ ██████████ " ██ ██ ██ ██████ ██████████
" ░██ ░██░██░░░██░ ░░██░░██░░██ " ░██ ░██░██░░░██░ ░░██░░██░░██
" ░░██ ░██ ░██ ░██ ░██ ░██ ░██ " ░░██ ░██ ░██ ░██ ░██ ░██ ░██
" ░░████ ░██ ░██ ░██ ░██ ░██ " ░░████ ░██ ░██ ░██ ░██ ░██
" ░░██ ░██ ░██ ███ ░██ ░██ " ░░██ ░██ ░██ ███ ░██ ░██
" ░░ ░░ ░░ ░░░ ░░ ░░ " ░░ ░░ ░░ ░░░ ░░ ░░
colorscheme biual colorscheme biual
set vicmd=nvim set vicmd=nvim
set syscalls set syscalls
set trash set trash
set history=100 set history=100
@ -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
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