Changes
This commit is contained in:
parent
aa492b3d97
commit
bef0b60ccd
@ -56,3 +56,6 @@
|
||||
process = git-lfs filter-process
|
||||
[pager]
|
||||
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-Left: \033[1;5D
|
||||
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
|
||||
|
||||
*backarrowKey: false
|
||||
|
@ -27,6 +27,7 @@ bindsym $mod+d exec "~/.config/i3/run.sh run"
|
||||
# Misc shortcuts
|
||||
bindsym --release Num_Lock exec "xdotool key --clearmodifiers Shift+Insert;numlockx on"
|
||||
bindsym $mod+p exec "~/.config/i3/run.sh screenshot"
|
||||
bindsym $mod+shift+p sticky toggle
|
||||
# Split in vertical orientation
|
||||
bindsym $mod+v split h
|
||||
# Split in horizontal orientation
|
||||
@ -230,7 +231,7 @@ exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing ~/bin/s
|
||||
# Start kdeconnect
|
||||
#exec --no-startup-id "~/bin/indicator-kdeconnect"
|
||||
# riot
|
||||
exec --no-startup-id riot-web --hidden
|
||||
# exec --no-startup-id riot-web --hidden
|
||||
# setxkbmap
|
||||
exec --no-startup-id setxkbmap -option caps:swapescape
|
||||
# vim: ts=2:sw=2:et
|
||||
|
@ -11,6 +11,7 @@ general {
|
||||
interval = 1
|
||||
}
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
order += "cpu_usage"
|
||||
order += "ethernet tun0"
|
||||
order += "wireless wlo1"
|
||||
@ -48,7 +49,10 @@ battery 0 {
|
||||
low_threshold = 20
|
||||
}
|
||||
disk "/" {
|
||||
format = "%free"
|
||||
format = "/: %free"
|
||||
}
|
||||
disk "/home" {
|
||||
format = "/h: %free"
|
||||
}
|
||||
cpu_usage {
|
||||
format = "CPU: %usage"
|
||||
|
@ -41,7 +41,7 @@ plug "andreyorst/smarttab.kak" defer smarttab %{
|
||||
set-option global softtabstop 4
|
||||
} config %{
|
||||
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 %{
|
||||
|
@ -12,3 +12,8 @@ export EDITOR=kak
|
||||
|
||||
[[ -f ~/.fzf.bash ]] && source ~/.fzf.bash
|
||||
command -v fasd >/dev/null && eval "$(fasd --init auto)"
|
||||
|
||||
HISTSIZE=
|
||||
HISTFILESIZE=
|
||||
|
||||
alias v="fasd -fe kak"
|
||||
|
Loading…
Reference in New Issue
Block a user