Click on the window
Press alt+space
to show the control menu (allows to resize, move, hide…)
wget https://discordapp.com/api/download?platform=linux -O ~/Downloads/discord.deb
cd ~/Downloads
sudo apt install ./discord.deb
Windows key + Left Arrow or Right Arrow
(Left pushes the window to the left, right to the right)
You can select one of the proposed windows in the snippet to display next to it.
Windows key
Edit .bashrc or .bash_aliases
nano ~/.bashrc
ℹ️ For .bash_aliases to work, you need the following script in you .bashrc
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Add your aliases
alias <myalias>='some command'
Save the file
Update the source (the file you updated)
source ~/.bashrc
Linux For Devices / Tutorials / Change icon theme in gnome desktop