Minor edits.

This commit is contained in:
Derek Taylor 2019-09-22 23:31:46 -05:00
parent 8c15e6f08b
commit 7ed2effa32
5 changed files with 29 additions and 34 deletions

View File

@ -129,8 +129,8 @@ awful.layout.layouts = {
awful.layout.suit.tile.top,
--awful.layout.suit.fair,
--awful.layout.suit.fair.horizontal,
--awful.layout.suit.spiral,
--awful.layout.suit.spiral.dwindle,
awful.layout.suit.spiral,
awful.layout.suit.spiral.dwindle,
awful.layout.suit.max,
--awful.layout.suit.max.fullscreen,
awful.layout.suit.magnifier,

View File

@ -35,40 +35,30 @@ hc keybind $Mod-Shift-q quit
hc keybind $Mod-Shift-r reload
hc keybind $Mod-Shift-c close
hc keybind $Mod-Return spawn st
hc keybind $Mod-KP_Insert spawn dmenu_run -fn 'Mononoki Nerd Font:size=10' -nb '#292d3e' -nf '#bbc5ff' -sb '#82AAFF' -sf '#292d3e' -p 'dmenu:'
# Apps Launched with <SUPER> + <KEYPAD 0-9>
hc keybind $Mod-KP_End spawn st -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss http://www.distrowatch.com
hc keybind $Mod-KP_Down spawn st -e sh ./scripts/googler-script.sh
hc keybind $Mod-KP_Page_Down spawn st -e newsboat
hc keybind $Mod-KP_Left spawn st -e rtv
hc keybind $Mod-KP_Begin spawn st -e neomutt
hc keybind $Mod-KP_Right spawn st -e twitch-curses
hc keybind $Mod-KP_Home spawn st -e sh ./scripts/haxor-news.sh
hc keybind $Mod-KP_Up spawn st -e toot curses
hc keybind $Mod-KP_Page_Up spawn st -e sh ./scripts/tig-script.sh
# Dmenu launcher
hc keybind Mod1-Control-Return spawn dmenu_run -fn 'Mononoki Nerd Font:size=10' -nb '#292d3e' -nf '#bbc5ff' -sb '#82AAFF' -sf '#292d3e' -p 'dmenu:'
# Apps Launched with <SUPER> + <SHIFT> + <KEYPAD 0-9>
hc keybind $Mod-Shift-KP_End spawn st -e ~/.config/vifm/scripts/vifmrun
hc keybind $Mod-Shift-KP_Down spawn st -e joplin
hc keybind $Mod-Shift-KP_Page_Down spawn st -e cmus
hc keybind $Mod-Shift-KP_Left spawn st -e irssi
hc keybind $Mod-Shift-KP_Begin spawn st -e rtorrent
hc keybind $Mod-Shift-KP_Right spawn st -e youtube-viewer
hc keybind $Mod-Shift-KP_Home spawn st -e ncpamixer
hc keybind $Mod-Shift-KP_Up spawn st -e calcurse
hc keybind $Mod-Shift-KP_Page_Up spawn st -e vim ~/.config/herbstluftwm/autostart
# My dmenu scripts (Alt+Ctrl+Key)
hc keybind Mod1-Control-e spawn ./.dmenu/dmenu-edit-configs.sh
hc keybind Mod1-Control-m spawn ./.dmenu/dmenu-sysmon.sh
hc keybind Mod1-Control-p spawn passmenu
hc keybind Mod1-Control-s spawn ./.dmenu/dmenu-surfraw.sh
hc keybind Mod1-Control-t spawn ./.dmenu/dmenu-trading.sh
# Apps Launched with <SUPER> + <CONTROL> + <KEYPAD 0-9>
hc keybind $Mod-Control-KP_End spawn st -e htop
hc keybind $Mod-Control-KP_Down spawn st -e gtop
hc keybind $Mod-Control-KP_Page_Down spawn st -e nmon
hc keybind $Mod-Control-KP_Left spawn st -e glances
hc keybind $Mod-Control-KP_Begin spawn st -e s-tui
hc keybind $Mod-Control-KP_Right spawn st -e httping -KY --draw-phase localhost
hc keybind $Mod-Control-KP_Home spawn st -e cmatrix -C cyan
hc keybind $Mod-Control-KP_Up spawn st -e pianobar
hc keybind $Mod-Control-KP_Page_Up spawn st -e wopr report.xml
# My applications (Super+Alt+Key)
hc keybind $Mod-Mod1-l spawn st -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss http://www.distrowatch.com
hc keybind $Mod-Mod1-n spawn st -e newsboat
hc keybind $Mod-Mod1-r spawn st -e rtv
hc keybind $Mod-Mod1-e spawn st -e neomutt
hc keybind $Mod-Mod1-m spawn st -e toot curses
hc keybind $Mod-Mod1-t spawn st -e sh ./scripts/tig-script.sh
hc keybind $Mod-Mod1-f spawn st -e ~/.config/vifm/scripts/vifmrun
hc keybind $Mod-Mod1-j spawn st -e joplin
hc keybind $Mod-Mod1-c spawn st -e cmus
hc keybind $Mod-Mod1-i spawn st -e irssi
hc keybind $Mod-Mod1-y spawn st -e youtube-viewer
hc keybind $Mod-Mod1-a spawn st -e ncpamixer
# basic movement
# focusing clients

View File

@ -9,7 +9,7 @@ allow_bold = true
#audible_bell = false
clickable_url = true
#dynamic_title = true
font = UbuntuMono Nerd Font 13
font = Cascadia Code 13
#fullscreen = true
geometry = 700x520
icon_name = terminal

4
.zshrc
View File

@ -143,6 +143,10 @@ alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
zstyle ':completion:*' completer _expand_alias _complete _ignored
alias tb="nc termbin.com 9999"
# alt+<- | alt+->
bindkey "^[f" forward-word # deletes everything right of the prompt.
bindkey "^[b" backward-word # deletes characters one at a time, backwards.
bindkey -v
bindkey '^R' history-incremental-search-backward

View File

@ -123,6 +123,7 @@ static Key keys[] = {
/* Apps Launched with SUPER + ALT + KEY */
{ MODKEY|Mod1Mask, XK_l, spawn, CMD("st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss gopher://distro.tube") },
{ MODKEY|Mod1Mask, XK_f, spawn, CMD("st -e sh ./.config/vifm/scripts/vifmrun") },
{ MODKEY|Mod1Mask, XK_i, spawn, CMD("st -e irssi") },
{ MODKEY|Mod1Mask, XK_n, spawn, CMD("st -e newsboat") },
{ MODKEY|Mod1Mask, XK_r, spawn, CMD("st -e rtv") },