Code Monkey home page Code Monkey logo

Comments (7)

PapyElGringo avatar PapyElGringo commented on May 17, 2024

Nop we decided to remove titlebar when it's possible to increase the vertical space available for the apps.
Why do you need the titlebar?

from material-shell.

kvaneesh avatar kvaneesh commented on May 17, 2024

Applications like emacs can put additional details on the title bar. ( like the full path of the file opened in a window/buffer)

from material-shell.

PapyElGringo avatar PapyElGringo commented on May 17, 2024

Oh there is not other way to get the info? Unfortunately there is no option to toggle the titles bar.

from material-shell.

kvaneesh avatar kvaneesh commented on May 17, 2024

Is there anything i can do for emacs alone that I will help me to get the title bar?

from material-shell.

kvaneesh avatar kvaneesh commented on May 17, 2024
+++ b/extension.js
@@ -5,7 +5,6 @@ const {
 } = Me.imports.module.disableIncompatibleExtensionsModule;
 const { LeftPanelModule } = Me.imports.module.leftPanel.leftPanelModule;
 const { SuperWorkspaceModule } = Me.imports.module.superWorkspaceModule;
-const { NoTitleBarModule } = Me.imports.module.noTitleBarModule;
 const { HotKeysModule } = Me.imports.module.hotKeysModule;
 const { RequiredSettingsModule } = Me.imports.module.requiredSettingsModule;
 const { TilingModule } = Me.imports.module.tilingModule;
@@ -26,7 +25,6 @@ function init() {
         new LeftPanelModule(),
         new TilingModule(),
         new SuperWorkspaceModule(),
-        new NoTitleBarModule(),
         new HotKeysModule()
     ];
 }

That got the titlebar

from material-shell.

kvaneesh avatar kvaneesh commented on May 17, 2024

It would be nice to enable selecting modules from the settings window. What I really need is the Tiling Module alone. I can use AutoMoveWindows official extension for window placement and Switcher extension for switching to the application? Yes, that is different from i3. But if we can achieve that my module selection option, why not support that?

from material-shell.

PapyElGringo avatar PapyElGringo commented on May 17, 2024

someone decided to fork this to get what you want #101

from material-shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.