I have discovered the simplicity of the command line for rotating my monitors. It' s a lot faster than going through the GUI. BUT...
I hate typing out the monitor names, e.g. "DP-2-3"
Is there a safe way to assign an alias to that environment variable?
Could I safely do something like
maybe in .bashrc or .bash_profile?
This is one of those areas where I have just enough understanding to get myself into a fix, which I'd rather avoid.
I hate typing out the monitor names, e.g. "DP-2-3"
Is there a safe way to assign an alias to that environment variable?
Could I safely do something like
Code:
mon2=$DP-2-3
This is one of those areas where I have just enough understanding to get myself into a fix, which I'd rather avoid.
Comment