Skip to content

Instantly share code, notes, and snippets.

@mohan-mu
Created July 21, 2019 04:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohan-mu/3a0b8f692c408d43028d6b560d8a6523 to your computer and use it in GitHub Desktop.
Save mohan-mu/3a0b8f692c408d43028d6b560d8a6523 to your computer and use it in GitHub Desktop.
Configuring `awesome WM ` in `MX Linux`

Configuring awesome WM in MX Linux

  1. Install awsome
    sudo apt-get install awesome -y
    
    awesome -y
    • Open 'Session and Startup', and go to the 'Session' tab.
    • Note xfwm4 and xfdesktop. These processes will be replaced by the i3 Window Manager.
    • For xfwm4, click 'Immediately' and change it to the 'Never' option.
    • For xfdesktop, click 'Immediately' and change it to the 'Never' option.
  2. Activate the awesome window manager
    • In the 'Session and Startup' window, make sure you are in the 'Application Autostart' tab.
    • Click the button 'Add' to add awesome to the list of startup applications.
    • Fill out the form:
      Name: awesome (or whatever you want to call awesome)
      Description: Tiling Window Manager (or whatever you want)
      Command: awesome (must be "awesome", as below)
  3. Remove non-awesome Keyboard Shortcuts
    • Open the 'Keyboard' dialogue.
    • Go to the 'Application Shortcuts' tab as above.
      • Remove all keyboard shortcuts
    • You can shift-select all of them and click the button: 'Remove'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment