diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index a28bc6c..8e6de61 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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 #~~~~~~~ diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 5e33714..eb0e0c8 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -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 ~ nnoremap ~ :cd ~ nnoremap S :shell +nnoremap q :q nnoremap s :select nnoremap w :view vnoremap w :viewgv diff --git a/.local/bin/scripts/fm b/.local/bin/scripts/fm new file mode 100755 index 0000000..113b96d --- /dev/null +++ b/.local/bin/scripts/fm @@ -0,0 +1,3 @@ +#!/bin/sh + +"$TERMINAL" -e vifm diff --git a/.local/bin/scripts/tgscreenkey b/.local/bin/scripts/tgscreenkey new file mode 100755 index 0000000..5a23e5e --- /dev/null +++ b/.local/bin/scripts/tgscreenkey @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$(pgrep screenkey)" ] && { killall screenkey && exit ;} + +screenkey -s small --bg-color "$(awk '/.*selbg.*/ { print $2 }' ~/.config/Xresources)" diff --git a/.local/bin/scripts/tuirent b/.local/bin/scripts/tuirent new file mode 100755 index 0000000..89179db --- /dev/null +++ b/.local/bin/scripts/tuirent @@ -0,0 +1,3 @@ +#!/bin/sh + +"$TERMINAL" -e tremc