Minor alterations to some configs.

This commit is contained in:
Derek Taylor 2019-08-18 15:43:33 -05:00
parent f807b4c439
commit f8b533cab6
3 changed files with 30 additions and 45 deletions

View File

@ -311,8 +311,6 @@ globalkeys = my_table.join(
{description = "pianobar" , group = "terminal apps" }),
awful.key({ modkey, altkey }, "r", function () awful.util.spawn( "st -e rtv" ) end,
{description = "rtv" , group = "terminal apps" }),
awful.key({ modkey, altkey }, "t", function () awful.util.spawn( "sh /home/dt/thinkorswim/thinkorswim" ) end,
{description = "thinkorswim" , group = "gui apps" }),
awful.key({ modkey, altkey }, "w", function () awful.util.spawn( "st -e wopr report.xml" ) end,
{description = "wopr report.xml" , group = "terminal apps" }),
awful.key({ modkey, altkey }, "y", function () awful.util.spawn( "st -e youtube-viewer" ) end,

View File

@ -23,8 +23,8 @@ super + alt + {q,r}
bspc {quit,wm -r}
# close and kill
super + {_,shift + }c
bspc node -{c,k}
super + shift + c
bspc node -c
# alternate between the tiled and monocle layout
super + m
@ -63,7 +63,7 @@ super + {p,b,comma,period}
bspc node -f @{parent,brother,first,second}
# focus the next/previous node in the current desktop
super + {_,shift + }c
super + {_,shift + }n
bspc node -f {next,prev}.local
# focus the next/previous desktop in the current monitor

View File

@ -31,54 +31,41 @@ bindsym $mod+n border normal
# is used in the bar {} block below.
font xft:URWGothic-Book 11
# Use Mouse+$mod to drag floating windows
# USE MOUSE + MODKEY TO DRAG FLOATING WINDOWS
floating_modifier $mod
# start a $myTerm
# OPENING A TERMINAL
set $myTerm st
bindsym $mod+Return exec $myTerm
# kill focused window
# KILL FOCUSED WINDOW
bindsym $mod+Shift+c kill
# start program launcher
bindsym $mod+KP_Insert exec --no-startup-id rofi -show run
# MY PROGRAM LAUNCHER (DMENU)
bindsym $mod+Shift+Return exec dmenu_run -i -nb '#292d3e' -nf '#bbc5ff' -sb '#82AAFF' -sf '#292d3e' -fn 'UbuntuMono Nerd Font:bold:pixelsize=14'
# launch categorized menu
bindsym $mod+' exec --no-startup-id morc_menu
# MY DMENU SCRIPTS
bindsym $mod+Shift+e exec ./.dmenu/dmenu-edit-configs.sh
bindsym $mod+Shift+m exec ./.dmenu/dmenu-sysmon.sh
bindsym $mod+Shift+p exec passmenu
bindsym $mod+Shift+s exec ./.dmenu/dmenu-surfraw.sh
bindsym $mod+Shift+t exec ./.dmenu/dmenu-trading.sh
# Apps Launched with <SUPER> + <KEYPAD 1-9>
bindsym $mod+KP_End exec $myTerm -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss http://www.distrowatch.com
bindsym $mod+KP_Down exec $myTerm -e sh ./scripts/googler-script.sh
bindsym $mod+KP_Page_Down exec $myTerm -e newsboat
bindsym $mod+KP_Left exec $myTerm -e rtv
bindsym $mod+KP_Begin exec $myTerm -e neomutt
bindsym $mod+KP_Right exec $myTerm -e twitch-curses
bindsym $mod+KP_Home exec $myTerm -e sh ./scripts/haxor-news.sh
bindsym $mod+KP_Up exec $myTerm -e toot curses
bindsym $mod+KP_Page_Up exec $myTerm -e sh ./scripts/tig-script.sh
# Apps Launched with <SUPER> + <SHIFT> + <KEYPAD 1-9>
bindsym $mod+Shift+KP_1 exec $myTerm -e vifm
bindsym $mod+Shift+KP_2 exec $myTerm -e joplin
bindsym $mod+Shift+KP_3 exec $myTerm -e cmus
bindsym $mod+Shift+KP_4 exec $myTerm -e irssi
bindsym $mod+Shift+KP_5 exec $myTerm -e rtorrent
bindsym $mod+Shift+KP_6 exec $myTerm -e youtube-viewer
bindsym $mod+Shift+KP_7 exec $myTerm -e ncpamixer
bindsym $mod+Shift+KP_8 exec $myTerm -e calcurse
bindsym $mod+Shift+KP_9 exec $myTerm -e vim /home/dt/.i3/config
# Apps Launched with <SUPER> + <CTRL> + <KEYPAD 1-9>
bindsym $mod+Ctrl+KP_End exec $myTerm -e htop
bindsym $mod+Ctrl+KP_Down exec $myTerm -e gtop
bindsym $mod+Ctrl+KP_Page_Down exec $myTerm -e nmon
bindsym $mod+Ctrl+KP_Left exec $myTerm -e glances
bindsym $mod+Ctrl+KP_Begin exec $myTerm -e s-tui
bindsym $mod+Ctrl+KP_Right exec $myTerm -e httping -KY --draw-phase localhost
bindsym $mod+Ctrl+KP_Home exec $myTerm -e cmatrix -C cyan
bindsym $mod+Ctrl+KP_Up exec $myTerm -e pianobar
bindsym $mod+Ctrl+KP_Page_Up exec $myTerm -e wopr report.xml
# MY APPLICATIONS
bindsym $mod+Mod1+a exec $myTerm -e ncpamixer
bindsym $mod+Mod1+b exec surf www.youtube.com/c/DistroTube
bindsym $mod+Mod1+c exec $myTerm -e cmus
bindsym $mod+Mod1+e exec $myTerm -e neomutt
bindsym $mod+Mod1+f exec $myTerm -e sh ./.config/vifm/scripts/vifmrun
bindsym $mod+Mod1+i exec $myTerm -e irssi
bindsym $mod+Mod1+j exec $myTerm -e joplin
bindsym $mod+Mod1+l exec $myTerm -e lynx --cfg=~/.lynx/lynx.cfg --lss=~/.lynx/lynx.lss -vikeys gopher://distro.tube
bindsym $mod+Mod1+m exec $myTerm -e sh ./scripts/toot.sh
bindsym $mod+Mod1+n exec $myTerm -e newsboat
bindsym $mod+Mod1+p exec $myTerm -e pianobar
bindsym $mod+Mod1+r exec $myTerm -e rtv
bindsym $mod+Mod1+w exec $myTerm -e wopr report.xml
bindsym $mod+Mod1+y exec $myTerm -e youtube-viewer
################################################################################################
## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
@ -159,7 +146,7 @@ bindsym $mod+space focus mode_toggle
# toggle sticky
# bindsym $mod+Shift+s sticky toggle
bindsym $mod+Shift+s exec ~/.i3/i3-display-swap.sh
bindsym $mod+Shift+d exec ~/.i3/i3-display-swap.sh
# focus the parent container
bindsym $mod+a focus parent