• 84 Posts
  • 62 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle


  • I started with Corel Linux, moved to Mandrake and then began an 18 year distro-hopping journey. To keep it interesting, I rolled a d100 on distrowatch.com and installed whatever I landed on. About 6 years ago I landed on openSUSE Tumbleweed and haven't hopped since if you don't count a brief dalliance with endeavour on my laptop.



































  • I created a systemd service by putting the following in /etc/systemd/system/disable-mouse-wakeup.service

    
    [Unit]
    Description=Disable Mouse wakeup triggers
    
    [Service]
    Type=oneshot
    ExecStart=/bin/sh -c "echo XHC0 > /proc/acpi/wakeup"
    ExecStop=/bin/sh -c "echo XHC0 > /proc/acpi/wakeup"
    RemainAfterExit=yes
    
    [Install] 
    WantedBy=multi-user.target
    

    Then I ran sudo systemctl enable --now disable-mouse-wakeup

    It works perfectly on my AMD machine.




  • MyNameIsRichard@lemmy.ml
    hexagon
    toUnixporn@lemmy.mlMy Laptop
    ·
    7 months ago

    If you mean the bottom one, I

    • Added an empty panel
    • Added the Icons only Task Manager widget to it
    • Dragged my chosen programs to it from the menu
    • Went into edit mode
    • Dragged the minimum size handles to match the icons, leaving the maximum size handles as they were
    • Centred the panel

    I don't think there was any more to it.