Changes
This commit is contained in:
parent
aa492b3d97
commit
bef0b60ccd
@ -56,3 +56,6 @@
|
|||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
[pager]
|
[pager]
|
||||||
branch = false
|
branch = false
|
||||||
|
[user]
|
||||||
|
name = Austen Adler
|
||||||
|
email = agadler@austenadler.com
|
||||||
|
@ -25,7 +25,7 @@ URxvt.keysym.Control-Up: \033[1;5A
|
|||||||
URxvt.keysym.Control-Down: \033[1;5B
|
URxvt.keysym.Control-Down: \033[1;5B
|
||||||
URxvt.keysym.Control-Left: \033[1;5D
|
URxvt.keysym.Control-Left: \033[1;5D
|
||||||
URxvt.keysym.Control-Right: \033[1;5C
|
URxvt.keysym.Control-Right: \033[1;5C
|
||||||
URxvt.perl-ext-common: default,keyboard-select
|
URxvt.perl-ext-common: "default, keyboard-select -searchable-scrollback"
|
||||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
|
|
||||||
*backarrowKey: false
|
*backarrowKey: false
|
||||||
|
@ -27,6 +27,7 @@ bindsym $mod+d exec "~/.config/i3/run.sh run"
|
|||||||
# Misc shortcuts
|
# Misc shortcuts
|
||||||
bindsym --release Num_Lock exec "xdotool key --clearmodifiers Shift+Insert;numlockx on"
|
bindsym --release Num_Lock exec "xdotool key --clearmodifiers Shift+Insert;numlockx on"
|
||||||
bindsym $mod+p exec "~/.config/i3/run.sh screenshot"
|
bindsym $mod+p exec "~/.config/i3/run.sh screenshot"
|
||||||
|
bindsym $mod+shift+p sticky toggle
|
||||||
# Split in vertical orientation
|
# Split in vertical orientation
|
||||||
bindsym $mod+v split h
|
bindsym $mod+v split h
|
||||||
# Split in horizontal orientation
|
# Split in horizontal orientation
|
||||||
@ -230,7 +231,7 @@ exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing ~/bin/s
|
|||||||
# Start kdeconnect
|
# Start kdeconnect
|
||||||
#exec --no-startup-id "~/bin/indicator-kdeconnect"
|
#exec --no-startup-id "~/bin/indicator-kdeconnect"
|
||||||
# riot
|
# riot
|
||||||
exec --no-startup-id riot-web --hidden
|
# exec --no-startup-id riot-web --hidden
|
||||||
# setxkbmap
|
# setxkbmap
|
||||||
exec --no-startup-id setxkbmap -option caps:swapescape
|
exec --no-startup-id setxkbmap -option caps:swapescape
|
||||||
# vim: ts=2:sw=2:et
|
# vim: ts=2:sw=2:et
|
||||||
|
@ -11,6 +11,7 @@ general {
|
|||||||
interval = 1
|
interval = 1
|
||||||
}
|
}
|
||||||
order += "disk /"
|
order += "disk /"
|
||||||
|
order += "disk /home"
|
||||||
order += "cpu_usage"
|
order += "cpu_usage"
|
||||||
order += "ethernet tun0"
|
order += "ethernet tun0"
|
||||||
order += "wireless wlo1"
|
order += "wireless wlo1"
|
||||||
@ -48,7 +49,10 @@ battery 0 {
|
|||||||
low_threshold = 20
|
low_threshold = 20
|
||||||
}
|
}
|
||||||
disk "/" {
|
disk "/" {
|
||||||
format = "%free"
|
format = "/: %free"
|
||||||
|
}
|
||||||
|
disk "/home" {
|
||||||
|
format = "/h: %free"
|
||||||
}
|
}
|
||||||
cpu_usage {
|
cpu_usage {
|
||||||
format = "CPU: %usage"
|
format = "CPU: %usage"
|
||||||
|
@ -41,7 +41,7 @@ plug "andreyorst/smarttab.kak" defer smarttab %{
|
|||||||
set-option global softtabstop 4
|
set-option global softtabstop 4
|
||||||
} config %{
|
} config %{
|
||||||
hook global WinSetOption filetype=(rust|markdown|kak|lisp|scheme|perl|c|cpp|java) expandtab
|
hook global WinSetOption filetype=(rust|markdown|kak|lisp|scheme|perl|c|cpp|java) expandtab
|
||||||
hook global WinSetOption filetype=(sh|makefile|gas) noexpandtab
|
hook global WinSetOption filetype=(go|sh|makefile|gas) noexpandtab
|
||||||
}
|
}
|
||||||
|
|
||||||
plug "andreyorst/fzf.kak" config %{
|
plug "andreyorst/fzf.kak" config %{
|
||||||
|
@ -12,3 +12,8 @@ export EDITOR=kak
|
|||||||
|
|
||||||
[[ -f ~/.fzf.bash ]] && source ~/.fzf.bash
|
[[ -f ~/.fzf.bash ]] && source ~/.fzf.bash
|
||||||
command -v fasd >/dev/null && eval "$(fasd --init auto)"
|
command -v fasd >/dev/null && eval "$(fasd --init auto)"
|
||||||
|
|
||||||
|
HISTSIZE=
|
||||||
|
HISTFILESIZE=
|
||||||
|
|
||||||
|
alias v="fasd -fe kak"
|
||||||
|
Loading…
Reference in New Issue
Block a user