N notooth Aug 25, 2020 #1 Hello, Can anyone tell how to add RandomPlacement to twm and keep all other default settings?
T T-Daemon Aug 25, 2020 #2 Try the users ~/.twmrc file. twm(1) Code: FILES $HOME/.twmrc._screen number_ $HOME/.twmrc /usr/local/lib/X11/twm/system.twmrc
Try the users ~/.twmrc file. twm(1) Code: FILES $HOME/.twmrc._screen number_ $HOME/.twmrc /usr/local/lib/X11/twm/system.twmrc
OP N notooth Aug 25, 2020 Thread Starter #3 I put RandomPlacement in ~/.twmrc, and it lost the ability to open up the twm menu with left click.
T T-Daemon Aug 25, 2020 #4 Try this, copy /usr/local/lib/X11/twm/system.twmrc to .twmrc in users home directory, add the variable to it.
Try this, copy /usr/local/lib/X11/twm/system.twmrc to .twmrc in users home directory, add the variable to it.
OP N notooth Aug 25, 2020 Thread Starter #5 There is no /usr/local/lib/X11/twm/system.twmrc: Code: $ ls /usr/local/lib/X11/twm/system.twmrc ls: /usr/local/lib/X11/twm/system.twmrc: No such file or directory
There is no /usr/local/lib/X11/twm/system.twmrc: Code: $ ls /usr/local/lib/X11/twm/system.twmrc ls: /usr/local/lib/X11/twm/system.twmrc: No such file or directory
T T-Daemon Aug 25, 2020 #6 It's here: /usr/local/share/X11/twm/system.twmrc. Online man page needs update.