Commit graph

749 commits

Author SHA1 Message Date
Vincent Bernat
c92a3fe90e firefox: remove config around lazy loading 2020-12-17 07:54:56 +01:00
Vincent Bernat
bfc67f56d0 systemd: ask for PulseAudio 2020-12-16 22:28:41 +01:00
Vincent Bernat
28d1ab3080 shifty: don't restore history on tag delete 2020-12-06 14:53:17 +01:00
Vincent Bernat
32b30ef618 firefox: disable mangling with vaapi
I don't use MOZ_X11_EGL, so let's not get ahead of ourselves...
2020-11-24 21:30:23 +01:00
Vincent Bernat
057c3daf07 ssh: add all SSH keys in ssh-agent on start 2020-11-22 10:45:20 +01:00
Vincent Bernat
3826c390b5 firefox: don't force-enable lazy-loading
It's enabled by default.
2020-11-22 08:55:33 +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
4323f18c39 firefox: reorder some directives 2020-11-18 09:48:29 +01:00
Vincent Bernat
256b26baf3 doc: move requirements to Puppet configuration 2020-11-13 10:00:27 +01:00
Vincent Bernat
d9312d6280 appearance: tune QT apps appearance too 2020-11-13 09:55:27 +01:00
Vincent Bernat
f07f3e78f8 firefox: let's use ctrl-tab 2020-11-12 22:32:06 +01:00
Vincent Bernat
685fcb9cc2 firefox: reenable lazy-loading but tweak margins 2020-11-11 19:43:33 +01:00
Vincent Bernat
d9800c3f42 firefox: enable color scheme selector in devtools 2020-11-11 07:48:29 +01:00
Vincent Bernat
35f9059065 firefox: enable AVIF support 2020-11-10 08:53:33 +01:00
Vincent Bernat
74e1d28693 firefox: comment about lazy loading 2020-10-29 07:25:20 +01:00
Vincent Bernat
f3fada5b00 Revert "xsession: try a bit without QT_AUTO_SCREEN_SCALE_FACTOR=1"
This reverts commit 9a139c0ad9.
2020-10-23 14:37:34 +02:00
Vincent Bernat
9a139c0ad9 xsession: try a bit without QT_AUTO_SCREEN_SCALE_FACTOR=1 2020-10-16 11:22:40 +02:00
Vincent Bernat
554b34c019 bindings: use flameshot for screenshots 2020-10-08 15:47:20 +02:00
Vincent Bernat
33927c6a7d Revert "tags: spawn firefox by invoking firefox"
This reverts commit c052b34f6d. Instead,
I am using my own .desktop file. Should be OK.
2020-10-02 08:49:21 +02:00
Vincent Bernat
c052b34f6d tags: spawn firefox by invoking firefox
I have a wrapper in `$HOME/bin` for that...
2020-10-02 08:26:04 +02:00
Vincent Bernat
9f68632f4c xss-lock: use playerctl to pause music player 2020-09-24 21:21:32 +02:00
Vincent Bernat
7a6a4533b9 spotify: specifically control Spotify with playerctl 2020-09-24 21:20:07 +02:00
Vincent Bernat
e68f712c70 firefox: enable VA-API 2020-09-23 22:52:05 +02:00
Vincent Bernat
a6d1846fc8 widgets: display date even when one screen 2020-09-15 07:56:15 +02:00
Vincent Bernat
590a3b6662 input-event: make 3 tries to setup blade profile 2020-09-09 17:09:26 +02:00
Vincent Bernat
ce9021003f input-event: sleep a bit before trying to switch to Blade profile
DP training can take some time.
2020-09-08 16:15:55 +02:00
Vincent Bernat
ec3a31d9d6 volume: set volume in absolute value
Otherwise, it seems we can get a left/right imbalance when using
relative changes.
2020-08-30 08:16:21 +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
5ff910e5bd firefox: VAAPI support is not ready
It seems to be present in 81 and there are still some bits missing.
For example:
 https://bugzilla.mozilla.org/show_bug.cgi?id=1660336
2020-08-26 08:46:32 +02:00
Vincent Bernat
4d6d9882af firefox: force use of VAAPI 2020-08-25 07:33:11 +02:00
Vincent Bernat
654a65abb0 volume: change step for volume 2020-08-22 21:34:16 +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
61396904ee picom: switch to default Xrender backend 2020-08-19 08:18:36 +02:00
Vincent Bernat
5f558d8e14 Revert "picom: enable experimental backends"
This reverts commit 53ee0575db.
2020-08-19 08:16:47 +02:00
Vincent Bernat
53ee0575db picom: enable experimental backends 2020-08-19 06:47:59 +02:00
Vincent Bernat
93943c0bc3 widgets: remove volume icon
Not needed, we use a unicode symbol for mute/unmute.
2020-08-17 08:37:57 +02:00
Vincent Bernat
62f3f84490 picom: use vsync-use-glfinish
This seems to remove flickering issues happening on both Intel and AMD
GPU.
2020-08-13 18:17:35 +02:00
Vincent Bernat
e88fbea645 picom: switch to xr_glx_hybrid backend
It seems to work fine with an AMD GPU.
2020-08-11 07:35:22 +02:00
Vincent Bernat
2362ab61cc Revert "widgets: put widget at bottom"
This reverts commit a591d118ba.
2020-08-10 16:53:22 +02:00
Vincent Bernat
a591d118ba widgets: put widget at bottom 2020-08-10 16:13:12 +02:00
Vincent Bernat
8017a5ab3f widgets: add a widget to suspend/unsuspend naughty 2020-08-10 10:00:09 +02:00
Vincent Bernat
c594dbdbb5 theme: only strip icons when they are "user-data" 2020-08-10 09:27:27 +02:00
Vincent Bernat
1c98577658 icons: replace "gnome-wine" with "Adwaita" 2020-08-08 23:28:29 +02:00
Vincent Bernat
f0504d1486 theme: whitelist icons in /usr
We use them!
2020-08-08 23:26:19 +02:00
Vincent Bernat
07bc3d4d0b firefox: don't care about notification icons 2020-08-08 18:31:25 +02:00
Vincent Bernat
df6c5875dd picom: give up on no-rebind-pixmap but enable experimental backends 2020-08-08 18:22:20 +02:00
Vincent Bernat
263417ae6f theme: don't let naughty display super large icons 2020-08-08 18:20:59 +02:00
Vincent Bernat
b63bd0d911 firefox: don't set values to their defaults 2020-08-06 07:55:18 +02:00
Vincent Bernat
47580e28d3 theme: add more border and margin to notifications 2020-08-05 21:12:29 +02:00
Vincent Bernat
aab2b7cd8b theme: don't use transparency for notifications 2020-08-05 20:40:01 +02:00