about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-11-10 21:32:25 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-11-10 21:32:25 +0700
commit5b07539fad29d4f88662c9c3e2f602860b3663be (patch)
tree96dadd0e9fdac131951db40b314dbe7dfa836994
parent0cb59f5027779efaaa24d5fad6b0e2921d12c60b (diff)
downloaddotfiles-5b07539fad29d4f88662c9c3e2f602860b3663be.tar.gz
Update 2020-11-10
-rwxr-xr-xdebian/.screenlayout/single.sh2
-rw-r--r--dev/.config/pip/pip.conf4
-rw-r--r--dev/.gitconfig8
-rw-r--r--dev/.hgrc2
4 files changed, 7 insertions, 9 deletions
diff --git a/debian/.screenlayout/single.sh b/debian/.screenlayout/single.sh
index aede90f..24593ef 100755
--- a/debian/.screenlayout/single.sh
+++ b/debian/.screenlayout/single.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-xrandr --output DP1 --off --output HDMI1 --off --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI2 --off
+xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off --output HDMI-2 --off
diff --git a/dev/.config/pip/pip.conf b/dev/.config/pip/pip.conf
deleted file mode 100644
index af17a7c..0000000
--- a/dev/.config/pip/pip.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[global]
-use-feature =
-    2020-resolver
-    fast-deps
diff --git a/dev/.gitconfig b/dev/.gitconfig
index 3c0864c..725abf9 100644
--- a/dev/.gitconfig
+++ b/dev/.gitconfig
@@ -4,9 +4,11 @@
 [diff]
 	tool = vimdiff
 	guitool = gvimdiff
-[github]
-	user = McSinyx
-
+[sendemail]
+	smtpserver = disroot.org
+	smtpuser = mcsinyx@disroot.org
+	smtpencryption = tls
+	smtpserverport = 587
 [filter "lfs"]
 	clean = git-lfs clean -- %f
 	smudge = git-lfs smudge -- %f
diff --git a/dev/.hgrc b/dev/.hgrc
index 1254bb5..df9c81c 100644
--- a/dev/.hgrc
+++ b/dev/.hgrc
@@ -1,5 +1,5 @@
 [ui]
-username = Nguyễn Gia Phong <vn.mcsinyx@gmail.com>
+username = Nguyễn Gia Phong <mcsinyx@disroot.org>
 
 [extensions]
 color =