mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
A few minor tweaks.
This commit is contained in:
parent
2a79cf6bb3
commit
cf38fc6c0e
9 changed files with 68 additions and 69 deletions
|
@ -1,9 +1,8 @@
|
||||||
! ____ _____
|
! ____ _____
|
||||||
! | _ \_ _| Derek Taylor (DistroTube)
|
! | _ \_ _| Derek Taylor (DistroTube)
|
||||||
! | | | || | http://www.youtube.com/c/DistroTube
|
! | | | || | http://www.youtube.com/c/DistroTube
|
||||||
! | |_| || | http://www.gitlab.com/dwt1/
|
! | |_| || | http://www.gitlab.com/dwt1/
|
||||||
! |____/ |_|
|
! |____/ |_|
|
||||||
!
|
|
||||||
|
|
||||||
|
|
||||||
Xft.dpi: 96
|
Xft.dpi: 96
|
||||||
|
|
1
.bashrc
1
.bashrc
|
@ -3,7 +3,6 @@
|
||||||
# | | | || | http://www.youtube.com/c/DistroTube
|
# | | | || | http://www.youtube.com/c/DistroTube
|
||||||
# | |_| || | http://www.gitlab.com/dwt1/
|
# | |_| || | http://www.gitlab.com/dwt1/
|
||||||
# |____/ |_|
|
# |____/ |_|
|
||||||
#
|
|
||||||
|
|
||||||
EDITOR=vim
|
EDITOR=vim
|
||||||
export TERM="xterm-256color"
|
export TERM="xterm-256color"
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
# ____ _____
|
# ____ _____
|
||||||
# | _ \_ _| Derek Taylor (DistroTube)
|
# | _ \_ _| Derek Taylor (DistroTube)
|
||||||
# | | | || | http://www.youtube.com/c/DistroTube
|
# | | | || | http://www.youtube.com/c/DistroTube
|
||||||
# | |_| || | http://www.gitlab.com/dwt1/
|
# | |_| || | http://www.gitlab.com/dwt1/
|
||||||
# |____/ |_|
|
# |____/ |_|
|
||||||
#
|
|
||||||
|
|
||||||
;=====================================================
|
;=====================================================
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
|
# ____ _____
|
||||||
|
# | _ \_ _| Derek Taylor (DistroTube)
|
||||||
|
# | | | || | http://www.youtube.com/c/DistroTube
|
||||||
|
# | |_| || | http://www.gitlab.com/dwt1/
|
||||||
|
# |____/ |_|
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
allow_bold = true
|
allow_bold = true
|
||||||
#audible_bell = false
|
#audible_bell = false
|
||||||
clickable_url = true
|
clickable_url = true
|
||||||
#dynamic_title = true
|
#dynamic_title = true
|
||||||
font = UbuntuMono Nerd Font 14
|
font = UbuntuMono Nerd Font 13
|
||||||
#fullscreen = true
|
#fullscreen = true
|
||||||
geometry = 700x520
|
geometry = 700x520
|
||||||
icon_name = terminal
|
icon_name = terminal
|
||||||
|
@ -17,7 +23,7 @@ scrollback_lines = 10000
|
||||||
#urgent_on_bell = true
|
#urgent_on_bell = true
|
||||||
|
|
||||||
# $BROWSER is used by default if set, with xdg-open as a fallback
|
# $BROWSER is used by default if set, with xdg-open as a fallback
|
||||||
#browser = xdg-open
|
browser = lynx
|
||||||
|
|
||||||
# "system", "on" or "off"
|
# "system", "on" or "off"
|
||||||
#cursor_blink = system
|
#cursor_blink = system
|
||||||
|
@ -44,35 +50,32 @@ scrollback_lines = 10000
|
||||||
#cursor_foreground = #dcdccc
|
#cursor_foreground = #dcdccc
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
foreground = #839496
|
foreground = #c0c5ce
|
||||||
foreground_bold = #eee8d5
|
foreground_bold = #eee8d5
|
||||||
background = #002b36
|
cursor = #c0c5ce
|
||||||
cursor = #93a1a1
|
# background transparency (requires a compositor)
|
||||||
|
background = rgba(29, 35, 48, 0.95)
|
||||||
# 20% background transparency (requires a compositor)
|
|
||||||
background = rgba(0, 43, 54, 0.95)
|
|
||||||
|
|
||||||
# if unset, will reverse foreground and background
|
# if unset, will reverse foreground and background
|
||||||
#highlight = #839496
|
#highlight = #839496
|
||||||
|
|
||||||
# colors from color0 to color254 can be set
|
# colors from color0 to color254 can be set
|
||||||
color0 = #073642
|
color0 = #1D2330
|
||||||
color1 = #dc322f
|
color1 = #645377
|
||||||
color2 = #859900
|
color2 = #AD69AF
|
||||||
color3 = #b58900
|
color3 = #B1B5C8
|
||||||
color4 = #268bd2
|
color4 = #92969d
|
||||||
color5 = #d33682
|
color5 = #645377
|
||||||
color6 = #2aa198
|
color6 = #AD69AF
|
||||||
color7 = #eee8d5
|
color7 = #B1B5C8
|
||||||
color8 = #002b36
|
color8 = #4B5665
|
||||||
color9 = #cb4b16
|
color9 = #84598D
|
||||||
color10 = #586e75
|
color10 = #7B8290
|
||||||
color11 = #657b83
|
color11 = #d1d7e1
|
||||||
color12 = #839496
|
color12 = #4B5665
|
||||||
color13 = #6c71c4
|
color13 = #84598D
|
||||||
color14 = #93a1a1
|
color14 = #7B8290
|
||||||
color15 = #fdf6e3
|
color15 = #d1d7e1
|
||||||
|
|
||||||
|
|
||||||
[hints]
|
[hints]
|
||||||
#font = Monospace 12
|
#font = Monospace 12
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
# Based on script by z3bra -- 2014-01-21
|
# Based on script by z3bra -- 2014-01-21
|
||||||
|
|
||||||
W3MIMGDISPLAY="/usr/lib/w3m/w3mimgdisplay"
|
W3MIMGDISPLAY="/usr/lib/w3m/w3mimgdisplay"
|
||||||
FONTH=18 # Size of one terminal row
|
FONTH=16 # Size of one terminal row
|
||||||
FONTW=10 # Size of one terminal column
|
FONTW=9 # Size of one terminal column
|
||||||
|
|
||||||
X=$1
|
X=$1
|
||||||
Y=$2
|
Y=$2
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
" ____ _____
|
" ____ _____
|
||||||
" | _ \_ _| Derek Taylor (DistroTube)
|
" | _ \_ _| Derek Taylor (DistroTube)
|
||||||
" | | | || | http://www.youtube.com/c/DistroTube
|
" | | | || | http://www.youtube.com/c/DistroTube
|
||||||
" | |_| || | http://www.gitlab.com/dwt1/
|
" | |_| || | http://www.gitlab.com/dwt1/
|
||||||
" |____/ |_|
|
" |____/ |_|
|
||||||
"
|
|
||||||
|
|
||||||
" vim: filetype=vifm :
|
" vim: filetype=vifm :
|
||||||
" Sample configuration file for vifm (last updated: 20 July, 2018)
|
" Sample configuration file for vifm (last updated: 20 July, 2018)
|
||||||
|
|
62
.i3/config
62
.i3/config
|
@ -1,7 +1,7 @@
|
||||||
# ____ _____
|
# ____ _____
|
||||||
# | _ \_ _| Derek Taylor (DistroTube)
|
# | _ \_ _| Derek Taylor (DistroTube)
|
||||||
# | | | || | http://www.youtube.com/c/DistroTube
|
# | | | || | http://www.youtube.com/c/DistroTube
|
||||||
# | |_| || | http://www.gitlab.com/dwt1/
|
# | |_| || | http://www.gitlab.com/dwt1/
|
||||||
# |____/ |_|
|
# |____/ |_|
|
||||||
#
|
#
|
||||||
# A customized config for i3-gaps window manager (http://www.i3wm.org)
|
# A customized config for i3-gaps window manager (http://www.i3wm.org)
|
||||||
|
@ -35,7 +35,7 @@ font xft:URWGothic-Book 11
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a $myTerm
|
# start a $myTerm
|
||||||
set $myTerm xterm
|
set $myTerm termite
|
||||||
bindsym $mod+Return exec $myTerm
|
bindsym $mod+Return exec $myTerm
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
|
@ -48,37 +48,37 @@ bindsym $mod+KP_Insert exec --no-startup-id rofi -show run
|
||||||
bindsym $mod+' exec --no-startup-id morc_menu
|
bindsym $mod+' exec --no-startup-id morc_menu
|
||||||
|
|
||||||
# Apps Launched with <SUPER> + <KEYPAD 1-9>
|
# 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_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_Down exec $myTerm -e 'sh ./scripts/googler-script.sh'
|
||||||
bindsym $mod+KP_Page_Down exec $myTerm -e newsboat
|
bindsym $mod+KP_Page_Down exec $myTerm -e 'newsboat'
|
||||||
bindsym $mod+KP_Left exec $myTerm -e rtv
|
bindsym $mod+KP_Left exec $myTerm -e 'rtv'
|
||||||
bindsym $mod+KP_Begin exec $myTerm -e neomutt
|
bindsym $mod+KP_Begin exec $myTerm -e 'neomutt'
|
||||||
bindsym $mod+KP_Right exec $myTerm -e twitch-curses
|
bindsym $mod+KP_Right exec $myTerm -e 'twitch-curses'
|
||||||
bindsym $mod+KP_Home exec $myTerm -e sh ./scripts/haxor-news.sh
|
bindsym $mod+KP_Home exec $myTerm -e 'sh ./scripts/haxor-news.sh'
|
||||||
bindsym $mod+KP_Up exec $myTerm -e toot curses
|
bindsym $mod+KP_Up exec $myTerm -e 'toot curses'
|
||||||
bindsym $mod+KP_Page_Up exec $myTerm -e sh ./scripts/tig-script.sh
|
bindsym $mod+KP_Page_Up exec $myTerm -e 'sh ./scripts/tig-script.sh'
|
||||||
|
|
||||||
# Apps Launched with <SUPER> + <SHIFT> + <KEYPAD 1-9>
|
# Apps Launched with <SUPER> + <SHIFT> + <KEYPAD 1-9>
|
||||||
bindsym $mod+Shift+KP_1 exec $myTerm -e vifm
|
bindsym $mod+Shift+KP_1 exec $myTerm -e 'vifm'
|
||||||
bindsym $mod+Shift+KP_2 exec $myTerm -e htop
|
bindsym $mod+Shift+KP_2 exec $myTerm -e 'htop'
|
||||||
bindsym $mod+Shift+KP_3 exec $myTerm -e cmus
|
bindsym $mod+Shift+KP_3 exec $myTerm -e 'cmus'
|
||||||
bindsym $mod+Shift+KP_4 exec $myTerm -e irssi
|
bindsym $mod+Shift+KP_4 exec $myTerm -e 'irssi'
|
||||||
bindsym $mod+Shift+KP_5 exec $myTerm -e rtorrent
|
bindsym $mod+Shift+KP_5 exec $myTerm -e 'rtorrent'
|
||||||
bindsym $mod+Shift+KP_6 exec $myTerm -e youtube-viewer
|
bindsym $mod+Shift+KP_6 exec $myTerm -e 'youtube-viewer'
|
||||||
bindsym $mod+Shift+KP_7 exec $myTerm -e ncpamixer
|
bindsym $mod+Shift+KP_7 exec $myTerm -e 'ncpamixer'
|
||||||
bindsym $mod+Shift+KP_8 exec $myTerm -e calcurse
|
bindsym $mod+Shift+KP_8 exec $myTerm -e 'calcurse'
|
||||||
bindsym $mod+Shift+KP_9 exec $myTerm -e vim /home/dt/.i3/config
|
bindsym $mod+Shift+KP_9 exec $myTerm -e 'vim /home/dt/.i3/config'
|
||||||
|
|
||||||
# Apps Launched with <SUPER> + <CTRL> + <KEYPAD 1-9>
|
# Apps Launched with <SUPER> + <CTRL> + <KEYPAD 1-9>
|
||||||
bindsym $mod+Ctrl+KP_End exec $myTerm -e htop
|
bindsym $mod+Ctrl+KP_End exec $myTerm -e 'htop'
|
||||||
bindsym $mod+Ctrl+KP_Down exec $myTerm -e glances
|
bindsym $mod+Ctrl+KP_Down exec $myTerm -e 'glances'
|
||||||
bindsym $mod+Ctrl+KP_Page_Down exec $myTerm -e nmon
|
bindsym $mod+Ctrl+KP_Page_Down exec $myTerm -e 'nmon'
|
||||||
bindsym $mod+Ctrl+KP_Left exec $myTerm -e httping -KY --draw-phase localhost
|
bindsym $mod+Ctrl+KP_Left exec $myTerm -e 'httping -KY --draw-phase localhost'
|
||||||
bindsym $mod+Ctrl+KP_Begin exec $myTerm -e s-tui
|
bindsym $mod+Ctrl+KP_Begin exec $myTerm -e 's-tui'
|
||||||
bindsym $mod+Ctrl+KP_Right exec $myTerm -e pianobar
|
bindsym $mod+Ctrl+KP_Right exec $myTerm -e 'pianobar'
|
||||||
bindsym $mod+Ctrl+KP_Home exec $myTerm -e cmatrix -C cyan
|
bindsym $mod+Ctrl+KP_Home exec $myTerm -e 'cmatrix -C cyan'
|
||||||
bindsym $mod+Ctrl+KP_Up exec $myTerm -e joplin
|
bindsym $mod+Ctrl+KP_Up exec $myTerm -e 'joplin'
|
||||||
bindsym $mod+Ctrl+KP_Page_Up exec $myTerm -e wopr report.xml
|
bindsym $mod+Ctrl+KP_Page_Up exec $myTerm -e 'wopr report.xml'
|
||||||
|
|
||||||
################################################################################################
|
################################################################################################
|
||||||
## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
|
## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
|
||||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
||||||
23055
|
2351
|
Loading…
Reference in a new issue