Stop tracking histfile and make i3conf dynamic

This commit is contained in:
Pavle Portic 2019-06-08 02:20:14 +02:00
parent c65aa36289
commit 16b9be9da2
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
3 changed files with 3 additions and 10174 deletions

View File

@ -33,6 +33,7 @@ set $right i
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
# font pango:Pragmata Pro, FontAwesome 11
font pango:Pragmata Pro, FontAwesome 12
#class background border text split
@ -205,6 +206,7 @@ bar {
tray_output none
status_command ~/.local/share/bumblebee-status/bumblebee-status -m \
cmus \
{{ .i3.bumblebee.modules }}
sensors \
layout \
pasource \

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
# vim: ft=zsh
# History settings
HISTFILE=~/.config/zsh/histfile
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
setopt HIST_IGNORE_DUPS