diff options
-rwxr-xr-x | install.sh | 1 | ||||
l--------- | systemd/.config/systemd/user/default.target.wants/twmnd.service | 1 | ||||
-rw-r--r-- | twmn/.config/twmn/twmn.conf | 5 |
3 files changed, 6 insertions, 1 deletions
@@ -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 |