Thu, 28 Mar 2024 07:32:00 GMT
How to control scrolling speed in Pop OS or Ubuntu? List the Id's and look for 'ELAN1200: ...' or anything with touchpad mentioned : xinput list Grab the ID and List the properties for this ID (eg: 14) : xinput list-props 14 Set the value of the property
Control the speed of scrolling in pop os or ubuntu
Thu, 28 Mar 2024 07:32:00 GMT
How to use Super + number keys to switch between your favourite apps in pop OS Remove the overridden hotkeys: sudo vim /usr/share/glib-2.0/schemas/50_pop-session.gschema.override Comment out the switch-to-application-n lines: # switch-to-application-1 = [] #
Easily switch between your favourite apps. Avoid using mouse too much.
Sat, 02 Mar 2024 12:30:00 GMT
Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. Headings Heading 1 Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel
Style guide example
Thu, 10 Nov 2022 12:30:00 GMT
Git Cheatsheet # Add a file git add filename # Add all file git add . # Commit the added files git commit -m "msg: added files" # Add and commit files (automatic) git commit -am "msg: added and committed at once" # Too long? create alias git config --globa
Git cheatsheet
Wed, 10 Nov 2021 12:30:00 GMT
Refrence: https://github.com/Roopaish/flutter-roadmap 1 Flutter Basics(Quiz App) Command Line Tools Files and Folder Structure Dart and Flutter Data Types, Function, Operators, Class, Constructor, Maps, List, ...spread operator, const vs final, getter, strin
Flutter cheatsheet