Just an ordinary myopic internet enjoyer.

Can also be found at lemm.ee, lemmy.world, and Kbin.social.

  • 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • As far as I understand those selectors work, using shift as the level 3 modifier is a bad idea since …

    level combination
    1 key
    2 SHIFT + key
    3 L3 + key
    4 SHIFT + L3 + key
    5 L5 + key
    6 L5 + SHIFT + key

    I suppose customizing the keyboard layout such that SHIFT can be used as L3 modifier can be done. Otherwise, you might want to refer to /usr/share/X11/xkb/rules/evdev.lst.

    Here’s the relevant part(s):

    option group:option description
    lv2 Key to choose the 2nd level
    lv2:lsgt_switch The “< >” key
    lv3 Key to choose the 3rd level
    lv3:switch Right Ctrl
    lv3:menu_switch Menu
    lv3:win_switch Any Win
    lv3:lwin_switch Left Win
    lv3:rwin_switch Right Win
    lv3:alt_switch Any Alt
    lv3:lalt_switch Left Alt
    lv3:ralt_switch Right Alt
    lv3:ralt_switch_multikey Right Alt; Shift+Right Alt as Compose
    lv3:ralt_alt Right Alt never chooses 3rd level
    lv3:enter_switch Enter on keypad
    lv3:caps_switch Caps Lock
    lv3:caps_switch_capslock_with_ctrl Caps Lock; Ctrl+Caps Lock for original Caps Lock action
    lv3:bksl_switch Backslash
    lv3:lsgt_switch The “< >” key
    lv3:caps_switch_latch Caps Lock; acts as onetime lock when pressed together with another 3rd-level chooser
    lv3:bksl_switch_latch Backslash; acts as onetime lock when pressed together with another 3rd level chooser
    lv3:lsgt_switch_latch The “< >” key; acts as onetime lock when pressed together with another 3rd level chooser
    lv5 Key to choose the 5th level
    lv5:caps_switch Caps Lock chooses 5th level
    lv5:lsgt_switch The “< >” key chooses 5th level
    lv5:ralt_switch Right Alt chooses 5th level
    lv5:menu_switch Menu chooses 5th level
    lv5:rctrl_switch Right Ctrl chooses 5th level
    lv5:lsgt_switch_lock The “< >” key chooses 5th level and acts as a one-time lock if pressed with another 5th level chooser
    lv5:ralt_switch_lock Right Alt chooses 5th level and acts as a one-time lock if pressed with another 5th level chooser
    lv5:lwin_switch_lock Left Win chooses 5th level and acts as a one-time lock if pressed with another 5th level chooser
    lv5:rwin_switch_lock Right Win chooses 5th level and acts as a one-time lock if pressed with another 5th level chooser






  • megane-kun@lemmy.dbzer0.comtoLinux@lemmy.mlfirst time using linux
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    1 year ago

    I can only speak from experience but from my understanding most people’s knowledge of Linux is derived solely from wanting to do something and then figuring out how to do it, instead of studying a list of “things you must know to use Linux”.

    I second this. While I’ve been exposed to Linux quite a while back (Linux Mint, circa mid-2000’s if memory serves me right) and was given a “Linux basics” rundown, I only started daily-driving Linux around late 2019, and by then, my knowledge of Linux pretty much have faded. It still hasn’t prevented me from getting re-familiarized with Linux (Manjaro, then Arch). Of course, some bit of knowledge would help, but a lot of the Linux basics you’d need are already out there if you need it. Just look things up if the need arises.

    Also, I find having to learn something I don’t immediately would need to use not very productive, even counterproductive at times since it leads me to having a mindset of “I should already know this, why am I‌ being so stupid?”

    So yeah!‌ I second this sentiment of “just use your computer, look things up if you have to, it’s not going to hurt.”

    And oh, don’t be afraid to mess with your computer from time to time. If you’re concerned about breaking things, you can install the distro of your choice into an old laptop or something, and use that as a place to “mess things up.”

    Edit: I forgot that OP already is using Linux in a virtual box. OP can use that as a laboratory to “mess things up.”






  • Details:

    The right screen has the following (KDE Plasma) widgets:

    • Alpaca Clock and Weather (top-left)
    • Event Calendar (bottom-left)
    • System monitor sensor widget of various settings (the five widgets on the right side)

    Both screens have side panels containing only a icon-only task manager. These side panels are installed on the outer edges of the screens instead of on the bottom as might be customary.

    The top panels of both screens act as one whole top panel. However, both of them also have a collection of widgets (Window Buttons, Window Title, and Window AppMenu) that (should) only come into play if a window is maximized on a screen. That’s what is demonstrated in the first screenshot of the OP.

    As for the theming, I used WhiteSur-dark as the global theme, with particulars overriden as follows:

    • Plasma Style: Monterey-dark
    • Colors: MontereyDark
    • Colors, accent color: custom (#636363)
    • Window Decorations: Prof Dark
    • Window Decorations, Window border size: No Side Borders
    • Icons: Ultimate-Plata-Suru-Plus…
    • Cursors: macOS-Monterey
    • Splash Screen: 1604-Arch-Splash

    As for the mouse gestures. I’ve got a mouse with additional buttons, so I used one of those extra buttons to indicate that I’m going to do a mouse gesture. Those mouse gestures are taken by KDE Plasma and act like a custom shortcut, which executes an action, which I defined via KDE‌ Plasma.

    The gestures are as follows:

    Go to the previous Virtual Desktop:                     move right, move up
    Go to the next Virtual Desktop:                         move left, move down
    Move the active window to the previous screen:          move right (a bit), move left
    Move the active window to the next screen:              move left (a bit), move right
    Move the active window to the previous Virtual Desktop: move down (a bit), move up
    Move the active window to the next Virtual Desktop:     move up (a bit), move down
    

    EDIT: Added theming details