Tiling window manager users: how exactly do you use yours?

Do you have advanced keybindings for bringing up frequently used programs?

Are there less common layouts you use frequently?

Do you use any advanced or fancy features?

  • @abuttandahalf@lemmy.ml
    link
    fedilink
    04 months ago

    Gnome + pop shell extension. Normal i3 tiling keybinds. All the following bindings include <super>. w for tabbed layout, f1 for calculator, f2 for Firefox, f3 for nautilus, f4 for settings, f5 for package manager. D for search which I can use like dmenu but much better. Shift+s for screenshot. Shift+q to quit application. I program with in the terminal so I need tiling for keyboard-only use. when I first used i3 I underrated tabbing. It solved nearly all of my problems with tiling.

  • @chayleaf@lemmy.ml
    link
    fedilink
    0
    edit-2
    4 months ago

    sway with tabs (i usually dont use actual tiling)+4-5 workspaces

    waybar for status display and on mobile also for menu access

    rofi as the app launcher (i also plan to write a proper rofi menu for my phone for quick access to useful commands/config but it’s heavily wip)

    i patched sway for push to talk because wayland spec doesnt support keybindings in a way required for push to talk for now

    i also plan to patch it on the phone to completely forbid fullscreen apps (as they hide the menu which i use for workspace/window switching) and show the window bar on all windows (for example, firefox extension/downloads popups)

  • @wiikifox@pawb.social
    link
    fedilink
    04 months ago

    AwesomeWM:

    • 3 tags (term, web and files)
    • A different layout for every tag (CornerSE, Maximize and Fair, in that order)
    • Super+/ for a hotkey list
    • Super+P for rofi -show run
    • Super+C for a scratchpad with profanity
    • Super+V for a scratchpad with cmus
    • Super+X for a scratchpad with notes
    • Super+~ for a quake term
    • Most of the default Awesome keybindings

    In the files tag I run terms and Thunar, in the web tag qutebrowser and everything else in the term tag.

  • Ramin Honary
    link
    fedilink
    English
    0
    edit-2
    4 months ago

    Former Xmonad user here.

    I had two 5 screens and two columns. One screen was for terminal emulators, one was for writing code and software development, one was for my web browser, 2 others were for miscelaneous things, but most often were for working with files a GUI file browser like Nautilus or Thunar, or for reading PDF files in Evince, or reading PowerPoint or Excel documents in LibreOffice.

    On each screen the tiles were always in 2 columns. The left for doing work, writing code, prose, drawing graphics and charts, interacting with the CLI, and so on. On the right was documentation: manual pages, PDF files, HTML documents, sometimes the MPV video player window when watching a tutorial that I was able to download from YouTube.

    The right column usually had no more than 3 windows open, they started to get too narrow to be useful if more than that were open. I would occasionally horizontally split the left column as well, usually when going back and forth between two documents I was editing.

    However…

    I did not use this workflow once I started using Tmux, and then I continued not using this workflow when I switched to Emacs. The reason is of course because Tmux and Emacs both provide their own tiling windowing system that operate within a single application window. So my main workflow was always in a single maximized terminal window, or a single maximized Emacs window, or a single maximized GIMP window. Only occasionally would I un-maximize these windows, but then to keep it from getting too small, I would set it in “floating window” mode. Also my web browser, PDF reader, GIMP, LibreOffice, all worked better in full-screen (maximized window) mode. Even Thunar (GUI file browser) has multiple tabs, and a multi-column mode which was useful for the very few times I ever needed a GUI file browser.

    At one point, I actually changed my tiling window manager configuration to always open windows maximized, except for Thnuar (GUI file browser) which would open in floating mode, not tiling mode. At that point I finally realized that I don’t really using a tiling window manager at all, it is just there managing windows the same as a non-tiling window manager would do.

    I switched back to the Xfce default window manager, and quit worrying about window managers all together.

  • Magnus Åhall
    link
    fedilink
    0
    edit-2
    4 months ago

    Last 25 years I have been using a couple of different tiling window managers. My main workstations usually have four monitors, accessed by AltGr+number.

    I heavily base my workflow on virtual desktops, accessed by Ctrl+number.

    Each virtual desktop have a specific type of programs on it:

    1. Development
    2. Terminals
    3. Browsers
    4. Communication / documentation
    5. Multimedia
    6. Graphics
    7. SQL
    8. Debugging
    9. Email
    10. Virtual machines / monitoring

    So with this I can access nearly every program with AltGr+number, Ctrl+number which is quite quick. As long as I remember the monitor I placed it on, I always know which virtual desktop.

    I use chained keyboard shortcuts for window manager shortcuts, here: https://files.ahall.se/images/i3-keybindings.svg (old one, this has grown a bit…)

    The chaining allows me to easier remember shortcuts with mnemonics, and they are fast enough, especially considering the amount of shortcuts I can scale it to.

    • Alt+T to start the chain, L for Layout, R for Resize.
    • Alt+T, R for Run, I for Inkscape.
    • Alt+T, A for Audio, N for Next.

    There are some exceptions for the most used focus- and window moving operations, as well as for managing a clipboard buffer system. There are too many times when one goes back and forth to copy something, paste it somewhere else and going back for the previous one. So I can copy something, press Ctrl+Shift+3 to put in buffer 3. After a few other copy/pastes, I bring it into clipboard again with Ctrl+Alt+3. This also allows me to for example reload a page I’m working on and login with user/pass easily accessible in buffer 1 and 2, or login to four different network devices again and again without going to a text file and copying one of four passwords each and every time.

    I wrote a special session manager via socket for i3 to be able to press Ctrl+number and go to a certain predefined desktop on the current monitor I’m at.

  • Ephera
    link
    fedilink
    04 months ago

    I have a very unusual workflow. In addition to not stacking windows, I don’t minimize them either. Instead, I spread them out over many workspaces. Per workspace, I usually only have 1 or 2 windows, but I ‘group’ workspaces to keep semantically related windows together.
    And I do that, by having all workspaces in a column and just placing windows in neighboring workspaces + leaving workspaces empty between the groupings. I also have a minimap for my workspaces in my panel, to just keep track of all of this.

    I like this workflow a lot, because it maps semantics to location. It feels like a desk where you just place related documents next to each other and might place some documents more in the middle, others in a faraway corner.

    This is in contrast to the traditional Windows workflow or the workflow that many tiling folks use, where the first workspace is for web browsing etc…
    Those use groupings based on the kind of task you do in them (often effectively being tabs in an application), like web browsing. They don’t group by the topic, e.g. you might frantically research ants and use a separate browser window, separate text editor etc., all grouped up for ants.

    Now, traditional use of workspaces does allow this grouping by topics, by just assigning each workspace a topic. But personally, I found that too static.
    Like, yeah, I have some larger, completely distinct topics, but often I’ll just quickly research bees and that’s kind of ant-related, but doesn’t need to be fully mixed with that either. I’d rather just place it to the side of the ant stuff.

    • @mranderson17@infosec.pub
      link
      fedilink
      04 months ago

      I do this too, but additionally group these outputs strategically on my 4 displays. I never thought of it like a desk with papers on it but that’s very much what it is. And also how I organize papers on the few occasions that I do that.

    • @gudu@programming.dev
      link
      fedilink
      04 months ago

      There is two of us. Sidenote: my workspaces are all named after the topic they represent. E.g. dots, htmxpoc…

    • @Hexarei@programming.dev
      link
      fedilink
      0
      edit-2
      4 months ago

      That’s pretty much what I do as well. It was an absolute game-changer for me when I discovered tiling WMs some ~7 years ago, because it meant super consistent keyboard shortcuts for getting to exactly what I wanted to interact with. I know where individual apps/tasks go, so I put them there. And then when I need to switch to them, it’s as straightforward as Super+[workspace].

      Also helps a ton that i3wm’s workspaces only take up a single monitor at a time, which makes it excellent for jumping between monitors.

      None of this is set in stone, but I usually follow a relatively consistent pattern:

      Center Monitor

      • 1: Primary/“serious tasks” web browser
      • 4: Any remote or virtualized desktop I might have open at the time
      • 6: Image/video editors. Also sometimes just misc usage.
      • 8: Development web browser next to neovim
      • 9: Steam/games
      • 10: Misc. Often a DBMS or file manager
      • 11: Misc. Often where I put any secondary tasks or second projects I need to reference
      • 12: Misc. Often where I’ll stick any long-running tasks that I just need to check on every now and again.

      Left monitor

      • 2: Music/comms/task list

      Right monitor

      • 3: Always only a terminal.
      • 5: Text editor to use as a
      • 7: Secondary/“wasting time” web browser
  • @ExLisper@linux.community
    link
    fedilink
    English
    04 months ago

    I just use Super+p to run commands. Awesome and custom keybidings are to easily move between tags, windows and monitors, not to launch programs. I use nvim for coding and this combined with awesome means I can do a lot without touching my mouse. At work I use Cinnamon and IntelliJ tools and it’s just less ergonomic. Not a huge difference but I definitely prefer my home setup. In general all Linux WM I used over the years were easy to configure and get good experience. The worst environment I had to ever use was OS X. I just hated all their weir solutions like the launch bar and the common menu bar on top. On Linux I never had any issues.

  • @YIj54yALOJxEsY20eU@lemm.ee
    link
    fedilink
    04 months ago

    Using i3, I have a screen shot utility bound, a gif maker bound, and also I have a smart light which i turn on and off via an HTTP request, also bound in i3.

  • @theshatterstone54@feddit.uk
    link
    fedilink
    04 months ago

    So, I use keybindings for my browser, terminal, file manager, run launcher, Screenshots (latest addition), music player, and a few other things, but almost everything else is for window management such as changing layouts (which I never use), Promoting a Window to master, moving a window up and down the stack, closing the focused window, switching between workspaces and moving windows between workspaces.

    For me, the most used features of a tiling window manager are keybindings, workspaces and then tiling, in that order. I usually keep my windows either maximised or as 2 windows next to each other. I sometimes use 3 windows in a workspace, albeit rarely, and I pretty much never use 4 windows in the same workspace.

    In terms of workspaces, I use my 9th (last) workspace for my music player, and the other workspaces for other things depending on what I’m doing. I know some people have a workspace for web browsing, a workspace for programming etc. but I have a pretty dynamic range of things I use my device for, so I don’t have the workspaces marked for a specific use.

    For example, in the last few days, I found myself following the updates for a game I play so discord was opened on workspace 8. I needed 3 vscodium windows and 2 workspaces with a total of 5 terminals between them. That’s 5 workspaces total. I also had a workspace with 2-3 browsers where I would change between them when needed (meaning I would have 1 maximised and then maximise another when needed, hiding the others under it), with discord on the 8th workspace, and cmus, my music player on the 9th. I think only 1 workspace was free at that time. So safe to say, I use my workspaces a lot.

    In terms of my layout, I have used, currently use, and will continue to use a tiling (master and stack) layout where the new window is spawned at the bottom of the stack (rather than at the top, or after the currently focused window), with the master window on the left, and the ratio between the master and the stack being 0.5 (meaning the master window takes half, the stack splits the other half). That way, I can have, for example, my browser on the left, a terminal on the right, and if I temporarily need a file manager for something, it will open at the bottom of the stack, under the terminal, regardless of where my mouse is (I use dynamic tiling), with minimal changes to the layout of other windows (My browser is still on the left, my terminal is still on the right, and as my terminal remains on the top right, it means that there is no need for me to readjust to a different window layout because I spawned a new window for a few seconds.

    So yes, that’s the workflow I use and have used for a while. As I’m on Hyprland, I decided I might as well use the animations available, and I think I’m running the default in terms of animations and rounded corners. One of the things that sold me on Hyprland were the rounded corners, with the animations just being a nice benefit. I have ran Hyprland both with and without them, and it really doesn’t change anything for me. In fact, they are so unimportant to me that I had to check if I had them activated right now to see if I use them, and yet when I do occasionally notice them, I enjoy the fluidity that they create. I have also recently decided to “upgrade” my setup a bit and I changed the “Brightness:”, “Mem:”, “CPU:” and other text indicators, to icons, and habe mande the bar rounded and floating, and it looks so much better. While I was at it, I wanted to changed the Wayland icon, which was a bit blurry, to an Arch icon, and prepared a config with a NixOS icon, as I plan on switching to NixOS full time eventually.

    If there is anything else you are interested in or have questions about, feel free to ask.

  • DaveedMee
    link
    fedilink
    Deutsch
    04 months ago

    BSPWM user here: Desktops are 1-10 Super + Enter: Terminal on desktop 1 Super + F: Firefox on Desktop 2 Super + D: File manager on Desktop 3 (D for data) Super + Space: Rofi dmenu Super + Shift + Space: Rofi Run

    Discord and Telegram (or any other messengers for that matter) are always Desktop 10 so they aren’t in the way of anything.

    And any other desktop is whatever I need to use in that regard, sorted thematically amd depending on task

  • @navigatron@beehaw.org
    link
    fedilink
    04 months ago

    I don’t do anything interesting. I’ve got the ten workspaces, and win+p to start stuff.

    The only interesting thing is win+PrintScrn, which takes a screenshot to /tmp, and then opens it in pinta to crop.

    Actually I also have win+z bound to turning off the laptop screen. That’s all I can remember

  • spicy pancake
    link
    fedilink
    English
    04 months ago

    I read this as “tilting window manager” and was about to get so upset. That diagonal monitor meme has infected my brain

  • @beta_tester@lemmy.ml
    link
    fedilink
    0
    edit-2
    4 months ago

    All i need is https://github.com/paperwm/PaperWM it’s a tiling feature for GNOME

    Advanced keybindings are Meta+1,2,3,…, to launch the pinned apps

    I had to remap some important keys

    • Meta+Space for a scratch window (floating window), disabled other scratch commands
    • Meta+Tab - cycle through windows
    • Meta+Shift+Tab - cycle through windows left (like tabs in a browser just with Meta)
    • hallettj
      link
      fedilink
      English
      04 months ago

      I’m also a PaperWM fan. For switching I mostly use spatial window-switching controls: Meta+ left/right to switch windows, page up/page down to switch workspaces. Plus I use Gnome overview’s search-driven app finder, and Advanced Alt-Tab Switcher but only for its fuzzy search feature to switch to specific windows within an app.

      PaperWM has an option to hide windows in a “scratch” layer. I put chat and music programs there, and summon them with AATS.

      I have an ultrawide monitor, and I put a terminal and editors side-by-side in a ¼-¾ ratio. I set browser windows to ½ width. Those ratios let me see important parts of a browser window next to the editor if I slide the terminal out of view to partially expose a browser on the other side. Or I can move the terminal next to the browser and see both fully.