Update configs
This commit is contained in:
parent
96d6045e3f
commit
a238e95a7d
5
.zshrc
5
.zshrc
@ -132,11 +132,6 @@ esac
|
||||
|
||||
# shopt -s extglob; if [[ -z $DISPLAY ]] && ! pgrep X &>/dev/null; then tput setaf 3; tput bold; read -t 5 -p 'Start X? [Y/n] '; tput sgr0; [[ -z $REPLY || $REPLY = [Yy]?([Ee][Ss]) ]] && startx; fi
|
||||
|
||||
if [ -d $HOME/.dynamic-colors ]; then
|
||||
export PATH="$HOME/.dynamic-colors/bin:$PATH"
|
||||
source $HOME/.dynamic-colors/completions/dynamic-colors.zsh
|
||||
fi
|
||||
|
||||
# Load all files from .shell/zshrc.d directory
|
||||
if [ -d $HOME/.zshrc.d ]; then
|
||||
for file in $HOME/.zshrc.d/*.zsh; do
|
||||
|
||||
@ -1 +1,4 @@
|
||||
export TIMELOG=$HOME/.work-ledger/ledger/timelogger.ldg
|
||||
export TERMINAL=kitty
|
||||
export XTERM=kitty
|
||||
export EDITOR=nvim
|
||||
|
||||
@ -1 +0,0 @@
|
||||
export PATH=$HOME/.joplin-bin/bin:$PATH
|
||||
@ -53,8 +53,8 @@ client.placeholder #000000 #0c0c0c #fbf1c7 #000000 #0c0c0c
|
||||
client.background #ffffff
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Shift+t exec terminal
|
||||
bindsym $mod+Return exec terminal
|
||||
bindsym $mod+Shift+t exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+b exec qutebrowser
|
||||
|
||||
# kill focused window
|
||||
@ -206,5 +206,4 @@ bar {
|
||||
|
||||
# Autorun
|
||||
exec --no-startup-id feh --bg-scale ~/.config/i3/bg.jpg
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id terminal
|
||||
exec --no-startup-id xautorun
|
||||
|
||||
@ -20,11 +20,13 @@ command = "taskwarrior_active"
|
||||
interval = 10
|
||||
|
||||
[[block]]
|
||||
block = "sound"
|
||||
driver = "auto"
|
||||
block = "custom"
|
||||
command = "timelogger statusbar"
|
||||
interval = 10
|
||||
|
||||
[[block]]
|
||||
block = "uptime"
|
||||
block = "sound"
|
||||
driver = "alsa"
|
||||
|
||||
[[block]]
|
||||
block = "net"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user