mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
removed unused sections in the documentation
This commit is contained in:
@@ -40,40 +40,3 @@ cd laptop
|
|||||||
# Apply the configuration
|
# Apply the configuration
|
||||||
bash main.sh
|
bash main.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration of the used programs
|
|
||||||
|
|
||||||
#### Configuration of Bitwarden
|
|
||||||
|
|
||||||
```bash
|
|
||||||
rbw config set email <email>
|
|
||||||
```
|
|
||||||
|
|
||||||
Where `<email>` is the email to use for Bitwarden.
|
|
||||||
|
|
||||||
#### Configuration of i3
|
|
||||||
|
|
||||||
```bash
|
|
||||||
touch i3/i3status/settings.json
|
|
||||||
```
|
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"weather": {
|
|
||||||
"appid": "your-openweathermap-api-key-here"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Startup of i3
|
|
||||||
|
|
||||||
```bash
|
|
||||||
startx
|
|
||||||
```
|
|
||||||
|
|
||||||
## Shortcuts
|
|
||||||
|
|
||||||
Shortcut | Description
|
|
||||||
---|---
|
|
||||||
`Super + x` | Lock the screen
|
|
||||||
`Super + p` | Start a new screenshot
|
|
||||||
|
|||||||
Reference in New Issue
Block a user