File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 94
94
style : Regular
95
95
offset :
96
96
y : 0
97
- size : 10
97
+ size : 11
98
98
99
99
scrolling :
100
100
history : 1000
Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ exec --no-startup-id picom -CGb
85
85
# Set Wallpaper
86
86
exec --no-startup-id feh --bg-scale ~/Pictures/Wallpapers/wallpaper
87
87
88
- # Lock Screen
89
- exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/.config/i3/lock
90
-
91
88
# # Start Polybar
92
89
# exec --no-startup-id ~/.config/polybar/start.sh
93
90
Original file line number Diff line number Diff line change @@ -143,3 +143,10 @@ PERL_MM_OPT="INSTALL_BASE=/home/clxxiii/perl5"; export PERL_MM_OPT;
143
143
export NVM_DIR=" $HOME /.nvm"
144
144
[ -s " $NVM_DIR /nvm.sh" ] && \. " $NVM_DIR /nvm.sh" # This loads nvm
145
145
[ -s " $NVM_DIR /bash_completion" ] && \. " $NVM_DIR /bash_completion" # This loads nvm bash_completion
146
+
147
+ # bun completions
148
+ [ -s " /home/eli/.bun/_bun" ] && source " /home/eli/.bun/_bun"
149
+
150
+ # bun
151
+ export BUN_INSTALL=" $HOME /.bun"
152
+ export PATH=" $BUN_INSTALL /bin:$PATH "
You can’t perform that action at this time.
0 commit comments