aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--awesome/.config/awesome/rc.lua2
-rw-r--r--debian/.Xresources-dark45
l---------debian/.config/systemd/user/default.target.wants/emacs.service1
m---------debian/.urxvt/ext0
5 files changed, 28 insertions, 23 deletions
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
+Subproject 0984499379e420de651dcfeedfbb7938867c44f