Browse Source

Update

red-hat-laptop
Kevin Mok 5 years ago
parent
commit
e3688f7e2a
  1. 3
      aliases/zsh_aliases
  2. 33
      configs/i3/config
  3. 8
      configs/neofetch/config.conf
  4. 4
      dotfiles/Xresources
  5. 11
      dotfiles/zshrc
  6. 1
      key_dirs.txt

3
aliases/zsh_aliases

@ -54,7 +54,7 @@ function mkex() { chmod 777 $1 ; }
# directory-related {{{ #
alias l='ls -a'
alias ll='ls -alF'
alias ll='ls -alFh'
function f() { cd $1 && pwd > ~/.last_dir && ls -a ; }
# restore last dir
if [ -f ~/.last_dir ]
@ -111,6 +111,7 @@ alias vlh="alsamixer -c 2"
function apti() { sudo apt install $1 ; }
function aptr() { sudo apt remove $1 ; }
function pac() { sudo pacman -S $1 ; }
function pcr() { sudo pacman -Rs $1 ; }
alias aptu="sudo apt upgrade"
# }}} system #

33
configs/i3/config

@ -6,10 +6,10 @@ set $swex "sudo ~/Downloads/swex.appimage"
exec redshift -O 2000
# random bg
# exec wal -i "$HOME/Pictures/Backgrounds/dim"
exec wal -i "~/Pictures/van.png"
exec imwheel
exec xmodmap ~/.Xmodmap
exec xrdb ~/.Xresources
exec wal -i "$HOME/Pictures/van.png"
exec --no-startup-id start-pulseaudio-x11
exec --no-startup-id i3-msg 'workspace $ws2; exec $def_term'
exec --no-startup-id i3-msg 'workspace $ws3; exec $browser'
@ -44,17 +44,32 @@ bindsym Print exec ksnapshot
# }}} app shortcuts #
# redshift {{{ #
bindsym $mod+Mod4+1 exec redshift -O 1000
bindsym $mod+Mod4+2 exec redshift -O 1250
bindsym $mod+Mod4+3 exec redshift -O 1500
bindsym $mod+Mod4+4 exec redshift -O 2000
bindsym $mod+Mod4+5 exec redshift -O 2500
bindsym $mod+Mod4+6 exec redshift -O 3000
bindsym $mod+Mod4+7 exec redshift -O 4000
bindsym $mod+Mod4+8 exec redshift -O 5000
bindsym $mod+Mod4+1 exec redshift -x && redshift -O 1000
bindsym $mod+Mod4+2 exec redshift -x && redshift -O 1250
bindsym $mod+Mod4+3 exec redshift -x && redshift -O 1500
bindsym $mod+Mod4+4 exec redshift -x && redshift -O 2000
bindsym $mod+Mod4+5 exec redshift -x && redshift -O 2500
bindsym $mod+Mod4+6 exec redshift -x && redshift -O 3000
bindsym $mod+Mod4+7 exec redshift -x && redshift -O 4000
bindsym $mod+Mod4+8 exec redshift -x && redshift -O 5000
bindsym $mod+Mod4+grave exec redshift -x
# }}} redshift #
# backlight {{{ #
bindsym Shift+F1 exec xbacklight -set 10
bindsym Shift+F2 exec xbacklight -set 20
bindsym Shift+F3 exec xbacklight -set 30
bindsym Shift+F4 exec xbacklight -set 40
bindsym Shift+F5 exec xbacklight -set 50
bindsym Shift+F6 exec xbacklight -set 60
bindsym Shift+F7 exec xbacklight -set 70
bindsym Shift+F8 exec xbacklight -set 80
bindsym Shift+F9 exec xbacklight -set 90
bindsym Shift+F0 exec xbacklight -set 100
# }}} backlight #
# menu {{{ #
# start dmenu (a program launcher)
bindsym Mod4+Return exec dmenu_run

8
configs/neofetch/config.conf

@ -10,10 +10,10 @@ print_info() {
info "OS" distro
info "Terminal" term
info "Terminal Font" term_font
info "Shell" shell
info "Font" font
# info "Font" font
info "Packages" packages
info "Terminal Font" term_font
info "WM" wm
info "WM Theme" wm_theme
# info "Theme" theme
@ -22,6 +22,7 @@ print_info() {
# info "CPU Usage" cpu_usage
# info "GPU" gpu
info "Memory" memory
info "Disk" disk
# info "Resolution" resolution
# info "Uptime" uptime
info "Install Date" install_date
@ -32,7 +33,6 @@ print_info() {
# info "Kernel" kernel
# info "DE" de
# info "GPU Driver" gpu_driver # Linux only
# info "Disk" disk
# info "Battery" battery
# info "Local IP" local_ip
# info "Public IP" public_ip
@ -322,7 +322,7 @@ public_ip_host="http://ident.me"
# disk_show=('/'):
# 'Disk (/): 74G / 118G (66%)'
#
disk_show=('/')
disk_show=('/' '/dev/sda3')
# Disk subtitle.
# What to append to the Disk subtitle.

4
dotfiles/Xresources

@ -1,4 +1,6 @@
URxvt.font: xft:Hack Nerd Font:size=17
URxvt.font: xft:Hack Nerd Font:size=18
! URxvt.font: xft:Hack NF:size=18
! URxvt.font: xft:Hack:size=18
URxvt*inheritPixmap: true
! URxvt*transparent: false

11
dotfiles/zshrc

@ -10,7 +10,8 @@
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="muse"
# ZSH_THEME="muse"
ZSH_THEME="miloshadzic"
# Set list of themes to load
# Setting this variable when ZSH_THEME=random
@ -39,10 +40,10 @@ ZSH_THEME="muse"
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"
ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true"
COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
@ -100,6 +101,10 @@ export LC_MESSAGES="C"
# }}} default #
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
# pywal
export PATH="${PATH}:${HOME}/.local/bin/"
(cat ~/.cache/wal/sequences &)

1
key_dirs.txt

@ -13,7 +13,6 @@ ro /
cd ~/coding
jnd ~/Documents/journal
lh ~/Music/spotify-history
snp ~/.vim/plugged/vim-snippets/UltiSnips
sv ~/coding/spotify-lib-vis/src
swa ~/.local/share/nvim/swap

Loading…
Cancel
Save