Skip to content

b-init/linux-tipsies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

linux-tipsies

Little things that help me use linux. Also for my own future reference.

Enable Autoscroll on Chromium/Electron Apps

Add this to the command line argument while opening a program (like brave, discord, etc). Credits and details.

--enable-blink-features=MiddleClickAutoscroll

Custom Keyboard Layout

Set up and use kmonad. You can also set it up to have 'layers' on your keyboard which is very handy.

Ditch Nautilus

Switch to Nemo or Thunar (or whatever you like) file manager instead of Nautilus if you use gnome. And set it as default using this command.

xdg-mime default thunar.desktop inode/directory application/x-gnome-saved-search (or)

xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search

Though it still doesn't set it as default for when you open a file manager through 'Save As' or 'Open' (or etc) from another application. Feel free to contribute a fix.

Customize Touchpad Gestures

Using touchegg. It may be pre-installed on you OS and you can just configure the config file (potentially located at ~/.config/touchegg/touchegg.conf) with the help of touchegg's documentation. Or more easily using this GUI app for touchegg called Touché.

Media Control Shortcuts

Depending on your distro, the play/pause shortcut might not work how you expect (say, only controlling one program and not the last used one. This was the case with me on Linux Mint 21.1).

You can use playerctl and set up the daemon and custom shortcut for playerctl play-pause command to control media flawlessly. This ofcourse also works for previous, next or whatever.

???

About

little things that help me use linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published