From 0fd1cccb1739e4d23358bf78dcef15e9e7a27f81 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 23 Nov 2018 19:04:59 +0100 Subject: Fix twmn conf for desktop and add little doc --- install.sh | 1 + systemd/.config/systemd/user/default.target.wants/twmnd.service | 1 + twmn/.config/twmn/twmn.conf | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 120000 systemd/.config/systemd/user/default.target.wants/twmnd.service diff --git a/install.sh b/install.sh index 98f2ac5..6f51524 100755 --- a/install.sh +++ b/install.sh @@ -52,6 +52,7 @@ #stow vim ## The service doesn't work on my system... +# tpac twmn #./stow-services services/twmnd.service #stow twmnd #sed -i s/absolute_position=1920x25/absolute_position=3840x25/g ~/.config/twmn/twmn.conf diff --git a/systemd/.config/systemd/user/default.target.wants/twmnd.service b/systemd/.config/systemd/user/default.target.wants/twmnd.service new file mode 120000 index 0000000..ac179dc --- /dev/null +++ b/systemd/.config/systemd/user/default.target.wants/twmnd.service @@ -0,0 +1 @@ +/home/neodarz/.config/systemd/user/twmnd.service \ No newline at end of file diff --git a/twmn/.config/twmn/twmn.conf b/twmn/.config/twmn/twmn.conf index 1d775d1..84f03fe 100644 --- a/twmn/.config/twmn/twmn.conf +++ b/twmn/.config/twmn/twmn.conf @@ -1,5 +1,8 @@ [gui] -absolute_position=1440x25 +#PC portable conf +#absolute_position=1440x25 +#1080p 3 screens conf +absolute_position=3840x25 always_on_top=true background_color=#ffffff bounce=true -- cgit v1.2.1