Skip to content

Commit e4e80ad

Browse files
committedJul 9, 2021
update feh background command and .gitconfig
1 parent 09acf04 commit e4e80ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎feh/.fehbg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
feh --bg-fill '/home/wesley/Images/Wallpapers/abstract_minimalist2.jpg'
2+
feh --no-fehbg --bg-fill '/home/wesley/Images/Wallpapers/abstract_minimalist2.jpg'

‎git/.gitconfig

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
name = Wesley Mendes
33
email = wesley_gto_x@yahoo.com.br
44
[core]
5-
editor = subl3
5+
editor = subl
6+
[url "git@github.com:"]
7+
insteadOf = https://github.com/

0 commit comments

Comments
 (0)