Vincent Bernat
c00aa09add
xss-lock/polybar: switch to Iosevka Term SS18
2024-02-25 21:35:30 +01:00
Vincent Bernat
29b6719440
xss-lock: explain why we change brightness
2024-02-25 13:35:38 +01:00
Vincent Bernat
54d2fa1d20
xss-lock: restore brightness on unlock
2023-07-10 06:26:07 +02:00
Vincent Bernat
295029cf43
xss-lock: handle wide screens split in two
2023-04-25 11:37:19 +02:00
Vincent Bernat
0b6ed2b92d
xsecurelock: rename stop on dpms option
2022-10-23 10:45:59 +02:00
Vincent Bernat
fb11b4f157
xss-lock: don't try to hide keyboard layout
...
We are using auth_x11 from Debian's package which is too old...
2022-10-12 23:38:02 +02:00
Vincent Bernat
ab098b9e9a
xss-lock: update options
...
- do not mess with DPMS (without a patch)
- do not display keyboard layout
2022-10-12 23:27:01 +02:00
Vincent Bernat
1459137147
xss-lock: do not unpause dunstctl if it was paused
2022-10-06 11:44:00 +02:00
Vincent Bernat
4c60065b8e
xss-lock: don't stop saver on DPMS
...
It does not use CPU.
2022-08-14 20:31:44 +02:00
Vincent Bernat
1db8eace7f
xss-dimmer: ensure dimmer don't block normal lock operations
2022-05-12 10:25:50 +02:00
Vincent Bernat
d9a4b7c2d5
Revert "xss-lock: temporarily disable off state"
...
This reverts commit a15c6b410f
. No
change on my problem...
2022-02-17 16:08:31 +01:00
Vincent Bernat
a15c6b410f
xss-lock: temporarily disable off state
2022-02-14 10:50:02 +01:00
Vincent Bernat
a2d62dc47c
xss-lock: do not stop saver when DPMS kicks in
...
I have another issue on neo's resume. Let's investigate.
2021-12-28 23:18:52 +01:00
Vincent Bernat
4ec09efa25
xss-lock: comment invocation of xsecurelock
2021-12-26 12:32:18 +01:00
Vincent Bernat
7bfa942842
xss-lock: increase timeouts
2021-12-22 09:40:31 +01:00
Vincent Bernat
a43c1d8b99
xss-lock: do not stop saver when DPMS kicks in
...
This needs a custom version of xsecurelock. Our saver is
energy-efficient!
2021-12-19 12:47:58 +01:00
Vincent Bernat
eeb7297389
xsecurelock: also display weather
2021-12-09 12:51:29 +01:00
Vincent Bernat
2c4f2fb431
xsecurelock: reduce timeout for authentication dialog
2021-12-09 08:35:23 +01:00
Vincent Bernat
09e57c6534
xsecurelock: don't mess with X blank state
2021-12-09 07:15:12 +01:00
Vincent Bernat
e54d253f6c
xsecurelock: avoid black flash
...
This is not yet supported by xsecurelock.
2021-12-08 21:13:43 +01:00
Vincent Bernat
237fc329bc
xsecurelock: display a clock
2021-12-08 18:25:15 +01:00
Vincent Bernat
4997db033a
xsecurelock: replace i3lock
...
Currently, there is nothing "new". But I plan to do more at some point.
2021-12-08 17:21:01 +01:00
Vincent Bernat
77c1503555
wallpaper: use XDG_RUNTIME_DIR
2021-12-07 19:53:36 +01:00
Vincent Bernat
8de3fee271
xss-lock: notify earlier
2021-09-24 09:46:31 +02:00
Vincent Bernat
06a53bd9d0
xss-lock: give more notification time
2021-09-09 09:37:42 +02:00
Vincent Bernat
88695ec847
xss-lock: reduce timeout
2021-09-08 22:31:23 +02:00
Vincent Bernat
f7e0fd5250
dimmer: rename to xss-dimer
2021-08-10 16:17:02 +02:00
Vincent Bernat
89e38c3d25
xss-lock: document an alternative using xsecurelock and mpv
...
Also, it would be neat if --panscan=1.0 was enabled in mpv
configuration.
2021-08-09 19:51:14 +02:00
Vincent Bernat
e51bb453f6
xss-lock: remove unused function
2021-08-04 11:44:21 +02:00
Vincent Bernat
3d9c3e458c
xss-lock: use a dimmer service to start/stop dimmer
...
This way, we can lock the screen before stopping dimmer.
2021-08-04 08:21:27 +02:00
Vincent Bernat
8d70ce8106
xss-lock: fix dimmer invocation
...
It should run in background.
2021-08-04 00:32:17 +02:00
Vincent Bernat
00b6359835
xss-lock: provide a dimmer written in Python
2021-08-04 00:01:48 +02:00
Vincent Bernat
ae6e89e27e
xss-lock: correctly stop redshift
2021-07-15 20:55:46 +02:00
Vincent Bernat
84b1aa99cc
i3-companion: don't restart everything on spurious RandR events
2021-07-15 15:14:39 +02:00
Vincent Bernat
dfb7cb555e
xss-lock: do not trigger a XRandR event
...
I need to fix that later...
2021-07-15 11:35:19 +02:00
Vincent Bernat
2206d4f236
xss-lock: better comments
2021-07-07 18:55:50 +02:00
Vincent Bernat
fa589e3716
xss-lock: pause notifications when screen is locked
2021-07-07 18:54:18 +02:00
Vincent Bernat
d85a504c53
Initial i3 configuration
...
This is derived from my Awesome configuration. Still a lot to do from
a WM perspective. The organization is a bit different and I am giving
it up on the per-display systemd units as it does not really work due
to the fact we only have one user DBus and one environment.
2021-07-04 08:38:39 +02:00
Vincent Bernat
dd042ae594
xss-lock: don't suspend compositor on lock
...
Let's see if the confidentiality issue is still here. The problem with
suspending the compositor is that Firefox with EGL will freeze its
rendering. See https://bugzilla.mozilla.org/show_bug.cgi?id=1712665 .
OK, the problem was that when screens are added/removed, i3lock is
unable to stay on top. I'll live with that for now.
2021-06-30 20:26:30 +02:00
Vincent Bernat
dd4449ef63
xss-lock: shorter timeouts for DPMS
2021-02-22 15:46:55 +01:00
Vincent Bernat
36951ef8ee
xss-lock: derive notify from timeout
2021-01-23 11:50:49 +01:00
Vincent Bernat
a336b0d8df
xss-lock: shift DPMS timeout multipliers
2021-01-04 23:28:41 +01:00
Vincent Bernat
c002f9c09e
xss-lock: double timeout
2021-01-03 11:15:13 +01:00
Vincent Bernat
15a1063460
xss-lock: add some debug to understand while it may fail recently
2020-11-18 09:49:08 +01:00
Vincent Bernat
9f68632f4c
xss-lock: use playerctl to pause music player
2020-09-24 21:21:32 +02:00
Vincent Bernat
db26403508
xss-lock: clear modifiers when calling XF86AudioStop
...
Otherwise, when using Mod4+Del to lock, it won't stop audio player
since it issues Mod4+XF86AudioStop.
2020-08-26 13:37:26 +02:00
Vincent Bernat
9b000caa1f
Revert "picom: switch from compton to picom"
...
This reverts commit e6d1acc4ba
. While
compton is unmaintained, it works for me. Unfortunately, I am unable
to find a solution to get picom working correctly. Both xr_gl_hybrid
and glx backends introduce some flickering while the xrender backend
is unable to remove tearing.
2020-08-19 14:55:52 +02:00
Vincent Bernat
e6d1acc4ba
picom: switch from compton to picom
...
compton is unmaintained.
2020-07-31 21:30:37 +02:00
Vincent Bernat
efe686b534
xss-lock: use more descriptive flags
2020-02-08 17:53:12 +01:00
Vincent Bernat
a42edf621a
wallpaper: use a per-display wallpaper
...
Just to be coherent with having a per-display service and timer.
2020-02-07 09:58:02 +01:00