• 10 Posts
  • 535 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle









    • assuming you are allowed to change things on the computer (ie. not work or library computer):
      • change keyboard firmware back to QWERTY
      • change OS English keyboard input to Colemak-DH (or Colemak-DH-Ortho)
    • for Unicode characters, it is possible but fiddly through keyboard firmware, usually easier to use whichever method the OS uses – and generally through QMK directly rather than through VIAL
      • Linux, one of:
        • ComposeKey plus compose sequence – Compose, --. will give you en-dash –
        • DeadKey, accent, char (similar to Option key on Mac or setting keyboard to “US International”)
        • Ctrl-Shift-U then Unicode codepoint – Ctrl-Shift-U, 1F517, space gives you 🔗
      • in VIAL, you can set up macros to send the right sequence, but you’ll have to have one macro for Linux and a different macro for Windows
      • Typing non-English letters



  • cerement@slrpnk.nettoLinux@lemmy.mlAny window manager suggestion
    link
    fedilink
    arrow-up
    27
    arrow-down
    2
    ·
    2 months ago
    • main thing to keep in mind is that a window manager is normally just one component of a desktop environment – full desktop environments like Gnome go to great lengths to assemble a whole fleet of apps to work together to make a cohesive experience
    • if you’re going to forego the full desktop environment, then expect to have to fill in on the various missing pieces to suit your needs (file manager, terminal, text editor, clipboard manager, bar/panel/dock)
    • if you just want lighter weight but maintain a cohesive experience, then Xfce or LXQt
    • otherwise, there are a LOT of choices (both for X11 and for Wayland)
    • tiling window managers
      • i3 on X or Sway on Wayland are probably the most popular
        • special mention: Regolith – pairs Sway on the front end with Gnome components underneath
      • dwm for the full do-it-yourself experience
      • awesome if you like Lua, xmonad if you like Haskell, exwm if you live in Emacs, Qtile if you like Python
    • stacking window managers
      • Openbox for the old school feel, LabWC as the Wayland successor
      • IceWM and JWM for a minimal experience (both show up regularly on Raspberry Pi)
      • Motif for the retro enthusiast