File tree 7 files changed +24
-7
lines changed
7 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
/*st.font: JetBrainsMono:style:Regular:pixelsize=19*/
8
8
!st.font: UbuntuMono:style:Bront:pixelsize=19
9
- st.font: FiraCodeNerdFont:style:Medium:pixelsize=19
9
+ !st.font: FiraCodeNerdFont:style:Medium:pixelsize=19
10
+ !st.font: HackNerdFont:style:Medium:pixelsize=19
11
+ st.font: BlexMonoNerdFontPropo:style:Medium:pixelsize=19
12
+ !st.font: M+CodeLat50NerdFont:style:Regular:pixelsize=25
10
13
/*st.font: UbuntuMono:style:Bront:pixelsize=20*/
11
14
/*st.font: UbuntuMono:style:Bront:pixelsize=25*/
12
15
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
5
5
# setxkbmap -layout us,latam
6
6
# setxkbmap -option 'grp:alt_shift_toggle'
7
7
fi
8
- . " /home/ming/.deno/env"
8
+ # . "/home/ming/.deno/env"
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ alias ls='lsd --color=auto'
9
9
# PS1='[\u@\h \W]\$ '
10
10
eval " $( starship init bash) "
11
11
set -o vi
12
- export EDITOR=nvim
12
+ export EDITOR=vim
13
13
export CAPACITOR_ANDROID_STUDIO_PATH=/opt/android-studio/bin/studio.sh
14
14
export ANDROID_HOME=$HOME /android-sdk
15
15
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
16
16
export DEFAULT_RECIPIENT=
" [email protected] "
17
17
alias rel=" xrdb merge ~/.Xresources && kill -USR1 $( pidof st) "
18
- . " /home/ming/.deno/env"
18
+ # . "/home/ming/.deno/env"
19
19
export PATH=$PATH :$ANDROID_HOME /platform-tools
20
20
export PATH=~ /bin:$PATH
21
21
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ client.background $bg
39
39
set $mod Mod4
40
40
41
41
# font pango:Fira Code 10
42
- font pango:Hack Nerd Font 9
42
+ #font pango:Hack Nerd Font 9
43
+ font pango:BlexMonoNerdFontMedium 9
43
44
44
45
##### i3-gaps ##############
45
46
for_window [class=".*"] border pixel 0 #*
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ configuration {
2
2
font: "JetBrainsMono Bold 10";
3
3
4
4
}
5
- @theme "/home/ming /Dotfiles/default.rasi"
5
+ @theme "/home/ecc /Dotfiles/default.rasi"
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ Description =Redshift - Adjusts the color temperature of your screen
3
+ Documentation =man:redshift(1)
4
+ After =graphical.target
5
+
6
+ [Service]
7
+ ExecStart =/usr/bin/redshift
8
+ Restart =on-failure
9
+ RestartSec =5
10
+ Environment =DISPLAY =:0
11
+
12
+ [Install]
13
+ WantedBy =default.target
Original file line number Diff line number Diff line change 11
11
sign = commit -a -S -m
12
12
undo = reset --soft HEAD~1
13
13
[core ]
14
- editor = nvim
14
+ editor = vim
15
15
[color ]
16
16
ui = true
17
17
[pull ]
You can’t perform that action at this time.
0 commit comments