Skip to content
View silentJET85's full-sized avatar

Block or report silentJET85

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to enable Tap-to-Click in GDM in... How to enable Tap-to-Click in GDM in Debian 11
    1
    sudo xhost +SI:localuser:Debian-gdm
    2
    sudo -u Debian-gdm gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
  2. How to enable Bash linting in Kate (... How to enable Bash linting in Kate (Debian 12)
    1
    sudo apt install shellcheck npm
    2
    sudo npm i -g bash-language-server
  3. xbindkeys-mouse-chording xbindkeys-mouse-chording Public

    My xbindkeysrc.scm config for using mouse chording.

    Scheme 1 1

  4. steam-autoupdate steam-autoupdate Public

    A script to change the auto update setting of Steam games in bulk.

    Shell

  5. Fix startx not working after adding ... Fix startx not working after adding nvidia-drm.modeset=1 to your kernel parameters
    1
    I was running Devuan 6, with Nvidia driver 550.163.01. 
    2
    
                  
    3
    After adding `nvidia-drm.modeset=1` to my kernel parameters, `startx` would fail to start X11.
    4
    
                  
    5
    The log file had this error, among others: `failed to aquire modesetting permission`
  6. Fix some games not starting in Devuan Fix some games not starting in Devuan
    1
    # Save this file in /etc/security/limits.d/
    2
    # This raises the file descriptor hard limit from the default 4096, which is too low for Proton
    3
    
                  
    4
    * hard nofile 1048576
    5
    root hard nofile 1048576