aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-02-03 01:09:45 +0100
committerneodarz <neodarz@neodarz.net>2019-02-03 01:09:45 +0100
commit59367698d3127d1a8c43cfa42d4bee04b24965d8 (patch)
treed70095f6786d4939c41a8f816c1eaf7a1a722f13
parentb19f7ecbe672ad8e1375deddb273f4b35711848d (diff)
downloaddotfiles_ascii-59367698d3127d1a8c43cfa42d4bee04b24965d8.tar.xz
dotfiles_ascii-59367698d3127d1a8c43cfa42d4bee04b24965d8.zip
update twmn configuration
-rwxr-xr-xinstall.sh6
-rw-r--r--twmn/.config/systemd/user/twmnd.service12
2 files changed, 15 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 34901b2..0af6928 100755
--- a/install.sh
+++ b/install.sh
@@ -71,11 +71,11 @@
#chsh -s $(which zsh)
-## The service doesn't work on my system...
-# tpac twmn
-#./stow-services services/twmnd.service
+# pikaur -S twmn-git
#stow twmnd
+#systemctl --user enable twmnd.service
#sed -i s/absolute_position=1920x25/absolute_position=3840x25/g ~/.config/twmn/twmn.conf
+#systemctl --user start twmnd.service
#sudo pacman -S python-neovim python-twisted
diff --git a/twmn/.config/systemd/user/twmnd.service b/twmn/.config/systemd/user/twmnd.service
new file mode 100644
index 0000000..355d8ec
--- /dev/null
+++ b/twmn/.config/systemd/user/twmnd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=twmn server
+After=graphical.target
+
+[Service]
+Type=simple
+StandardOutput=null
+Restart=on-failure
+ExecStart=/usr/bin/twmnd
+
+[Install]
+WantedBy=default.target