summaryrefslogtreecommitdiff
path: root/.linux
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-01-18 11:12:32 -0800
committerMike Crute <crutem@amazon.com>2019-01-18 11:12:32 -0800
commit7a28b251c21b4c43e21f44de3328183c744bc872 (patch)
tree13e9e506b96114493afa0f1396f731354568022f /.linux
parent39d08f23a79b45854f99cf344806a24f4ff06821 (diff)
downloaddotfiles-7a28b251c21b4c43e21f44de3328183c744bc872.tar.bz2
dotfiles-7a28b251c21b4c43e21f44de3328183c744bc872.tar.xz
dotfiles-7a28b251c21b4c43e21f44de3328183c744bc872.zip
Set X settings during login
Diffstat (limited to '.linux')
-rw-r--r--.linux/systemd/setup-desktop.service10
-rw-r--r--.linux/systemd/terminal-xrdb-merge.service10
2 files changed, 20 insertions, 0 deletions
diff --git a/.linux/systemd/setup-desktop.service b/.linux/systemd/setup-desktop.service
new file mode 100644
index 0000000..990a070
--- /dev/null
+++ b/.linux/systemd/setup-desktop.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Do initial monitor configuration when booting
3PartOf=graphical-session.target
4
5[Service]
6Type=oneshot
7ExecStart=%h/bin/setup-desktop.sh
8
9[Install]
10WantedBy=graphical-session.target
diff --git a/.linux/systemd/terminal-xrdb-merge.service b/.linux/systemd/terminal-xrdb-merge.service
new file mode 100644
index 0000000..0b14b1b
--- /dev/null
+++ b/.linux/systemd/terminal-xrdb-merge.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Merge the correct terminal resource into the X config db
3PartOf=graphical-session.target
4
5[Service]
6Type=oneshot
7ExecStart=/usr/bin/xrdb -merge %h/.Xresources.d/St.dark-papercolor
8
9[Install]
10WantedBy=graphical-session.target