klotz: mouse*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. New study on mice decision-making reveals that choice is not a singular moment but a reflection of the brain’s preexisting state.

    The research, using Buridan’s Assay, suggests that the mice’s brain constantly broadcasts its goal, even before options are available, with patterns of neuron activity predicting choice.

    Hunger and thirst don’t directly drive behavior; instead, they modulate the brain’s goal-setting, with an element of randomness causing switches between needs, ensuring both are met over tim
  2. echo 'clearing dmesg...';
    sudo dmesg -c && clear;
    DEVICE=$(rfkill list all | grep -o 'hci*.');
    sudo hciconfig ${DEVICE} down;
    sudo rmmod btusb;
    sudo service bluetooth stop;

    sudo modprobe btusb;
    sudo hciconfig ${DEVICE} up;
    echo 'n~~rfkill:';
    rfkill unblock bluetooth;
    sudo service bluetooth start;
    rfkill list all;
    echo "n~~~DMESG:";
    sudo dmesg | grep -i bluetooth;
    echo 'n~~~bluetooth status:';
    sudo service bluetooth status;

    echo 'n~~~if failed try manually:';
    exit 0


    bluetoothctl power on;
    bluetoothctl devices;
    read DEVICE_TO_CONNECT;
    bluetoothctl connect ${DEVICE_TO_CONNECT}
    echo "~~~nFINISH UP:n~~~~run bluetoothctl;n~~~~~power on && devices && connect";
    2022-12-11 Tags: , , , , by klotz
  3. The normal xterm mouse functionality for such clicks is still available by holding down the SHIFT key when you press the mouse button
    2022-06-25 Tags: , , , , , , by klotz
  4. ;; Enable mouse support
    (unless window-system
    (require 'mouse)
    (xterm-mouse-mode t)
    (global-set-key mouse-4 » (lambda () (interactive) (scroll-down 1)))
    (global-set-key mouse-5 » (lambda () (interactive) (scroll-up 1)))
    (defun track-mouse (e))
    (setq mouse-sel-mode t))
    2021-03-18 Tags: , , , by klotz
  5. ppa:daniel.pavel/solaar
    2015-05-03 Tags: by klotz
  6. TweakUI to set X-Mouse
    2008-08-26 Tags: , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: mouse

About - Propulsed by SemanticScuttle