From 575d276f30929a892f48b3dcac8a1214dc35a229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Fri, 17 Apr 2020 14:37:09 +0700 Subject: [PATCH] Update 2020-04-17 --- .gitmodules | 3 ++ awesome/.config/awesome/rc.lua | 2 +- debian/.Xresources-dark | 45 ++++++++++--------- .../user/default.target.wants/emacs.service | 1 - debian/.urxvt/ext | 1 + 5 files changed, 29 insertions(+), 23 deletions(-) create mode 100644 .gitmodules delete mode 120000 debian/.config/systemd/user/default.target.wants/emacs.service create mode 160000 debian/.urxvt/ext diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..831cd1f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "debian/.urxvt/ext"] + path = debian/.urxvt/ext + url = https://github.com/majutsushi/urxvt-font-size diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index de0faf8..1a4bc1c 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -57,7 +57,7 @@ local perl6 = terminal .. " -e perl6" local octave = terminal .. " -e octave" local guile = terminal .. " -e guile" local clojure = terminal .. " -e clojure" -local emacs = "emacsclient -c" +local emacs = "emacs" local slock_suspend = "slock systemctl --ignore-inhibitors suspend" -- Audacious media player diff --git a/debian/.Xresources-dark b/debian/.Xresources-dark index 6978380..9422c2a 100644 --- a/debian/.Xresources-dark +++ b/debian/.Xresources-dark @@ -1,26 +1,29 @@ -*.foreground: #fce8c3 -*.background: #1c1b19 -*.cursorColor: #fce8c3 -*.color0: #1c1b19 -*.color1: #ef2f27 -*.color2: #519f50 -*.color3: #fbb829 -*.color4: #2c78bf -*.color5: #e02c6d -*.color6: #0aaeb3 -*.color7: #d0bfa1 -*.color8: #918175 -*.color9: #f75341 -*.color10: #98bc37 -*.color11: #fed06e -*.color12: #68A8E4 -*.color13: #ff5c8f -*.color14: #53fde9 -*.color15: #fce8c3 +*.foreground: #fce8c3 +*.background: #1c1b19 +*.cursorColor: #fce8c3 +*.color0: #1c1b19 +*.color1: #ef2f27 +*.color2: #519f50 +*.color3: #fbb829 +*.color4: #2c78bf +*.color5: #e02c6d +*.color6: #0aaeb3 +*.color7: #d0bfa1 +*.color8: #918175 +*.color9: #f75341 +*.color10: #98bc37 +*.color11: #fed06e +*.color12: #68A8E4 +*.color13: #ff5c8f +*.color14: #53fde9 +*.color15: #fce8c3 + *loginShell: true *scrollBar: false *saveLines: 65535 *cursorBlink: false *jumpScroll: true -URxvt.font: xft:Latin Modern Mono:size=12 -URxvt.termName: rxvt-unicode-256color + +URxvt.font: xft:Latin Modern Mono:size=12 +URxvt.termName: rxvt-unicode-256color +URxvt.perl-ext-common: font-size diff --git a/debian/.config/systemd/user/default.target.wants/emacs.service b/debian/.config/systemd/user/default.target.wants/emacs.service deleted file mode 120000 index 003173b..0000000 --- a/debian/.config/systemd/user/default.target.wants/emacs.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/emacs.service \ No newline at end of file diff --git a/debian/.urxvt/ext b/debian/.urxvt/ext new file mode 160000 index 0000000..0984499 --- /dev/null +++ b/debian/.urxvt/ext @@ -0,0 +1 @@ +Subproject commit 0984499379e420de651dcfeedfbb7938867c44f8