Page contents
debian-daily-driver
A Debian 12, XFCE4 and LightDM setup for everyday life. In a dark theme, with a custom panel, extra keyboard shortcuts and handy programs.
Installation
Clone the sources in Debian 12.
git clone https://github.com/marcbperez/debian-daily-driver
cd debian-daily-driver
Or download the release tarball.
curl -L https://github.com/marcbperez/debian-daily-driver/archive/refs/tags/0.2.1.tar.gz \
| tar zxvp -C .
cd debian-daily-driver-0.2.1
In a freshly installed system run bash firstboot.sh
. It
will give sudo
rights to the current user, and update and
reboot the system. install.sh
will configure everything
else.
bash install.sh
Usage
Log in to the desktop if you have not done it already.
Open the menu with Super + Space
, anything you type will
filter the application list. There are buttons to access the Settings
Manager and to log out.
The Application Finder is assigned to Alt + F3
, it will
also filter the application list as you type.
And there is a collapsed version assigned to
Alt + F2
.
Other useful shortcuts are:
Super + L
locks the session.Super + T
opens a terminal.Super + F
opens the file explorer.Super + W
opens the web browser.
Most of the settings, including these shortcuts, can be configured through the applications in the “Settings” and the “System” categories of the menu.
Troubleshooting
The issue tracker intends to manage and compile bugs, enhancements, proposals and tasks. Reading through its material or reporting to its contributors via the platform is strongly recommended.
Contributing
This project adheres to Semantic Versioning and to certain syntax conventions defined in .editorconfig. To get a list of changes refer to the CHANGELOG. Only branches prefixed by feature-, hotfix-, or release- will be considered:
- Fork the project.
- Create your new branch:
git checkout -b feature-my-feature develop
- Commit your changes:
git commit -am 'Added my new feature.'
- Push the branch:
git push origin feature-my-feature
- Submit a pull request.
Credits
Created by Marc B. Perez and maintained by its author and contributors.
License
This project is licensed under the Apache License Version 2.0.