Most desktops have their own apps/settings to re-arrange your monitors. Tiling Window Managers often do not have it. There are different ways to cope with that. Xrandr and Arandr are great tools to analyze your hardware. Then it is up to you how and where you launch...
Search Page
All in one Arch Linux installation – Uefi – Ext4 – Systemd-boot – Sddm – Flexi dwm
https://github.com/erikdubois/dwm-flexipatchThe video is a tutorial on how to install Arch Linux, beginning with downloading the ISO from the Arch website. The presenter mentions that the size of the ISO has grown over time, not due to bloatware but because of added...
11 How to change to a dual monitor setup on herbstluftwm
In this video we use xrandr and arandr to analyze what we need to do to get Herbstluftwm to use both of my monitor aka a dual monitor setup. We also change the qwerty setting to azerty setting and update our system with update, skel, cb and upall.
10 how to set the resolution correct on Virtual Box if needed on Qtile – any desktop
Qtile will set your resolution automatically and will detect dual screen as well. There are just a few applications to remember to be able to figure out what to do if you have problems with your resolution on a Virtual Box machine. xrandr arandr gtf We will show you...
5 Where can we find the qtile configuration
two major documents to configureQtile has actually just one document where all the settings are : config.py The other one is connected to Qtile but it is not from Qtile. scripts/autostart.sh Autostart.shFind out the names of your screen/monitor with xrandr or arandr....
4 an overview of Qtile and getting to know the main keyboard shortcuts
General infoQtile is a tiling window manager and it is coming from here. You can get more information on the Arch Wiki. The conky is there to help you learn the keyboard shortcuts, when you first boot into Qtile. Conkies in tiling window managers are not required nor...
5 Where is the Xmonad configuration – autostart
two major documents to configureXmonad has actually just one document where all the settings are : xmonad.hs The other one is connected to Xmonad but it is not from Xmonad. scripts/autostart.sh Autostart.shResolutionFind out the names of your screen/monitor with...
3 An overview of Xmonad and getting to know some keyboard shortcuts
General infoXmonad is a tiling window manager and it is coming from here. You can get more information on the Arch Wiki. The conky is there to help you learn the keyboard shortcuts, when you first boot into Xmonad. Conkies in tiling window managers are not required...
2 where is the bspwm configuration and how to set it up
Autostart.shBspwm (Binary Space Partitioning Window Manager) is a tiling window manager and it is coming from this github. You can get more information on the Arch Wiki. The conky is there to help you learn the keyboard shortcuts, when you first boot into Bspwm....
19 – giving an overview of the i3 config file on ArcoLinux(D)
You need to read the ~/.config/i3/config. Then make a backup. Then change some lines, test and make that config your own. We will go over the big chapters in your configuration file. Topics covered : Set your main key Super or ALT There is the naming convention for...
11 – how to set up i3 with a dual monitor
I can only recommend you to try out i3 on a dual screen if possible. It opens up a different world. You can assign workspace 1-5 to monitor 1 and 6-10 to monitor 2. That creates a great workflow. We figure out the name and resolution with xrandr. We can use this name...