Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davxy/dotfiles
https://github.com/davxy/dotfiles
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davxy/dotfiles
- Owner: davxy
- Created: 2023-05-11T05:55:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T08:14:11.000Z (about 1 month ago)
- Last Synced: 2024-12-20T21:59:58.724Z (13 days ago)
- Language: Python
- Size: 9.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles and Stuff
Most applications are configured via the files maintained within this repo.
Simple tweaks are instead listed below.
### GTK Dark Theme
Enable dark theme for GTK applications.
File: `.config/gtk-{3,4}.0/settings.ini`
```
[Settings]
gtk-application-prefer-dark-theme=1
```### Firefox
Disable `quit` shortcut
- open `about:config`
- search for `quitShortcut.disabled`
- set it to `true`