Skip to content

Commit

Permalink
Merge pull request #140 from endeavouros-team/killajoe-patch-17
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
killajoe authored Dec 12, 2024
2 parents c27f931 + 4ebee66 commit 512341b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,17 @@ gtk-theme-name=Arc-Dark
```

With this gtk4 apps will also follow the theme (will be needed to change manually on theme changes)


* Screen locker and locking session after sleep:
blur-lock and xss-lock are used.
see `~/.config/i3/config`

```
# lock by blurring the screen:
bindsym $mod+l exec --no-startup-id ~/.config/i3/scripts/blur-lock
# lock in case after sleep
exec --no-startup-id xss-lock --transfer-sleep-lock -- "~/.config/i3/scripts/blur-lock"
```


## Tutorial to install EndeavourOS-i3wm-setup from scratch
Expand Down

0 comments on commit 512341b

Please sign in to comment.