In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces "how to use Gnome DO and Awesome on Ubuntu". In daily operation, I believe many people have doubts about how to use Gnome DO and Awesome on Ubuntu. The editor consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the questions of "how to use Gnome DO and Awesome on Ubuntu"! Next, please follow the editor to study!
The code is as follows:
Sudo apt-get install gnome-do
After startup, Gnome do will not stay in the taskbar or notification bar, just press Win (super in ubuntu) + Space to start, enter the name of the application you want to start, you can open / close and other operations. Isn't it cool to improve your work efficiency?
Linux works efficiently-tiled form manager Awesome
When developing in the Linux desktop environment, I always want to work more efficiently. I'm already equipped with Gnome Do and terminator, but I still don't think it's fast enough. I prefer to liberate my right hand (of course, I don't want to find a girl to quit, just a right-handed mouse). Moreover, when terminator runs too much, it is not easy to manage multiple terminator, then a word enters my eye flat form manager. Unlike the traditional form manager, the windows of the tiled form manager do not overlap, and the windows are automatically adjusted to fit the full screen size, that is, no matter how many windows are opened, they will fill the screen. If you lack imagination, try one:
Awesome is a flat form manager running on systems such as Unix and Unix (Linux/FreeBSD). It takes up a small amount of resources, is easy to manage and operate, and so on. Here we don't talk about installation. Ubuntu installation is very simple.
The code is as follows:
Sudo apt-get install awesome
After installation, log out the session and choose awesome to log in, and then are you ignorant and unable to work? First, a brief introduction to how to use it:
Press win + 1x9 to switch desktops.
There is no menu, right? in fact, a menu will come out when you click in the upper right corner. If you open the program, you will find that the title bar status bar has nothing and greatly saves desktop space, but the problem is, how to close it? don't worry about it.
Press win + Shift+C to close the current window
Open the default terminal win key + Enter to open the terminal.
You can hold down the win key + Shift+ number to send the current window to the appropriate workspace
The one who can also switch workspaces is Win+j/Win+k
Win+Space can switch the current workspace layout
Isn't it very efficient! Did you liberate your right hand? here's the problem. My gnome-do doesn't work. Win+space is occupied. All right, I'll change the shortcut key of Gnome-Do to Alt+Space.
But how to add a boot loader? it's very simple that the configuration file of Awesome is a lua script (I don't understand). You can add a startup program to this script.
Create a profile:
The code is as follows:
Cd ~ /
Mkdir .config / awesome/
Cp / etc/xdg/awesome/rc.lua .config / awesome/
Edit the configuration file to add at the end of the file:
The code is as follows:
Autorun = true
AutorunApps =
{
"pidgin"
"thunderbird"
"gnome-do"
"guake"
"/ opt/qq2012/wineapp/qq/qq.sh"
}
If autorun then
For app = 1, # autorunApps do
Awful.util.spawn_with_shell (autorunApps [app])
End
End
At this point, the study on "how to use Gnome DO and Awesome on Ubuntu" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.