From 7ed2effa321a49a86d923de7720edbbb78759853 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 22 Sep 2019 23:31:46 -0500 Subject: [PATCH] Minor edits. --- .config/awesome/rc.lua | 4 +-- .config/herbstluftwm/autostart | 52 ++++++++++++++-------------------- .config/termite/config | 2 +- .zshrc | 4 +++ dwm/config.h | 1 + 5 files changed, 29 insertions(+), 34 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 07a35aa..a5f7393 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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, diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 7bc09b4..d35a815 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -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 + -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 + + -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 + + -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 diff --git a/.config/termite/config b/.config/termite/config index 15316c2..66d855a 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -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 diff --git a/.zshrc b/.zshrc index 04c2103..421b98c 100644 --- a/.zshrc +++ b/.zshrc @@ -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 diff --git a/dwm/config.h b/dwm/config.h index d81daa8..03bfd0b 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -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") },