|
You are here |
sgfault.com | ||
| | | | |
venam.net
|
|
| | | | | We've had a previous episode discussing xcb, x11, wayland, all about display servers. I've said in the beginning of the episode that it would not be about window managers. Well, today folks we're going to do just that. This one is going to be about window managers and desktop environments. | |
| | | | |
michaelneuper.com
|
|
| | | | | Introduction If you're a Linux user, you're probably familiar with the concept of window managers and desktop environments. These programs are responsible for managing the appearance and functionality of your desktop, providing the tools and features that you need to interact with your operating system. But what's the difference between a window manager and a desktop environment? And why might someone want to turn a window manager into a desktop environment? | |
| | | | |
rugu.dev
|
|
| | | | | [AI summary] The user has transitioned to Arch Linux, finding it more efficient and customizable compared to other operating systems. They use a tiling window manager, dwm, and have customized their keyboard layout for both Turkish and English. They rely heavily on the terminal for all tasks, using st and bash, and prefer neovim for text editing. They utilize dvtm for managing terminal sessions and ranger for file management. The user also employs gitjournal for note-taking, pass for password management, and uses Brave with Vim keybindings. The overall experience has been challenging but rewarding, leading to increased productivity and a deeper understanding of their workflow. | |
| | | | |
wittchen.io
|
|
| | | In this article, Ill describe Ubuntu software for common users, which I personally use and which could be helpful on daily basis. Ubuntu software dedicated to programmers AKA developers will be described in separate article. Chrome In my opinion, its currently the best web browser. We can download, unpack and install it, with the following commands: sudo apt-get install libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable\_current\_amd64.deb sudo dpkg -i goo... | ||