GithubHelp home page GithubHelp logo

my-configs's Introduction

My Configs

Auto Mounting Drives

use gnome-disks

Application Launcher Shortcuts Path

~/.local/share/applications

Changing Login Screen Background

To change the login screen wallpaper go to
/usr/share/gnome-shell/theme >> and edit >> gdm3.css
find lockDialogGroup

Connecting to another linux machine with x2x

ssh -X [computer name]@[ip gateway] -l [user name] x2x -east -to :0.0

Editing unity animation with Dconf (ubuntu 16.04)

open dconf
com > canonical > unity
minimize-speed-threshold 0 - 100
minimize-slow-duration

Dconf configs

  • org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
  • org.gnome.shell.extensions.dash-to-dock running-indicator-style 'SEGMENTED'
  • org.gnome.shell.extensions.dash-to-dock middle-click-action 'previews'
  • org.gnome.shell.extensions.dash-to-dock scroll-action 'cycle-windows'
  • org.gnome.shell.extensions.dash-to-dock animate-show-apps false
  • org.gnome.shell.extensions.dash-to-dock custom-theme-running-dots-color '#e95420'

Increasing File Monitoring Amount of System Files

Modify the number of system monitoring files

in Ubuntu

sudo gedit /etc/sysctl.conf

Add a line at the bottom

fs.inotify.max_user_watches=524288

Then save and exit!

sudo sysctl -p

to check it

Stackoverflow post URL

Mouse Sensivity

xset m default

Changing nautilus search to typeahed (tested in ubuntu 18.04)

Type Ahead search was removed completely from Nautilus, aka GNOME Files, since Artful. Luckily, there is a patch on GitHub that adds this functionality back to Nautilus 3.26.3, the version installed by default in Ubuntu 18.04. Now if you want to apply the patch and build Nautilus from source, go ahead, but there is a guy that did the job for us and provided a PPA to install the patched Nautilus directly:

sudo add-apt-repository ppa:lubomir-brindza/nautilus-typeahead

Then upgrade using

sudo apt full-upgrade and kill Files nautilus -q

Stackoverflow post URL

Using Xbindkeys for my logitech mx master

it opens the xbindkeysrc config file

xdg-open .xbindkeysrc

Mouse buttons Action detected as
Left button button 1
Press to wheel button 2
Right button button 3
Scroll wheel up button 4
Scroll wheel down button 5
Press "i" button under wheel undetectable in linux
Scroll hor_wheel right (up) button 6
Scroll hor_wheel left (down) button 7
Side-bottom button button 8
Side-top button button 9
Thumb button Ctrl+Alt+Tab

ArchWiki URL

Removing Mounted devices from ubuntu dock (tested in Ubuntu 20.04)

gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false

my-configs's People

Contributors

tolgaerdonmez avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.