Commit graph

757 commits

Author SHA1 Message Date
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
Vincent Bernat
baf9f2035a firefox: let awesome display notifications, but without icons
Asking to display favicons seem to display nothing. Otherwise, the
size of the icon could vary from ok to really big.
2020-08-05 20:38:17 +02:00
Vincent Bernat
61006dbbff picom: try without no-stencil 2020-08-04 19:54:42 +02:00
Vincent Bernat
7710e627bb picom: try without no-rebind-pixmap 2020-08-04 14:27:17 +02:00
Vincent Bernat
f306ffe866 picom: don't use experimental backends
There is some flickering from time to time. Let's wait the next
version for that.
2020-08-01 22:19:07 +02:00
Vincent Bernat
a09b4a1470 picom: switch to experimental backends 2020-07-31 21:31:45 +02:00
Vincent Bernat
e6d1acc4ba picom: switch from compton to picom
compton is unmaintained.
2020-07-31 21:30:37 +02:00
Vincent Bernat
8ff879dbf5 rules: don't let zoom "dialogs" get focus by default
I don't think they should be focusable at all.
2020-07-30 07:33:55 +02:00
Vincent Bernat
afd153c3e3 firefox: document how to enable VAAPI in X11 in future release 2020-07-25 08:45:14 +02:00
Vincent Bernat
5c7afc3832 bindings: remove stick and raise bindings
I have never used them in the last few years. Moreover, the stick
binding was conflicting with the audio player bindings.
2020-07-19 08:09:50 +02:00
Vincent Bernat
ed1267a095 Revert "firefox: restore default for autoplay"
This reverts commit 6038c6ff78. So many
sites autoplaying without audio...
2020-07-05 14:00:45 +02:00
Vincent Bernat
6038c6ff78 firefox: restore default for autoplay
Let's see what it means.
2020-07-01 23:23:12 +02:00
Vincent Bernat
995063a5c9 firefox: don't warn on deprecated TLS versions 2020-07-01 23:20:45 +02:00
Vincent Bernat
2813cbec06 firefox: for use of non-native notifications 2020-07-01 23:20:25 +02:00
Vincent Bernat
eccd011e80 firefox: force-enable webrender
But don't try to enable layers.acceleration (deprecated?).
2020-06-11 22:06:12 +02:00
Vincent Bernat
02e3466f5b rules: only make Shadow Renderer fullscreen 2020-05-26 14:17:50 +02:00
Vincent Bernat
d79fb5bc93 rules: make Shadow client start fullscreen 2020-05-26 13:06:09 +02:00
Vincent Bernat
9c296a51e9 theme: switch back to Terminus "OTB"
OTB stands for "OpenType Bitmap".
2020-05-25 23:50:43 +02:00
Vincent Bernat
667d50d496 bin: center xdg-chooser-app on the current screen 2020-05-17 15:47:51 +02:00
Vincent Bernat
7d6866e3f9 bin: explain how to change default MIME type 2020-05-17 15:33:42 +02:00
Vincent Bernat
81715cabc7 bin: add xdg-app-chooser 2020-05-17 13:23:47 +02:00
Vincent Bernat
8afb4e8455 firefox: disable native lazy loading for now 2020-05-12 22:35:52 +02:00
Vincent Bernat
b30df9a074 xsession: disable accessibility services for GTK3 apps 2020-05-10 16:47:31 +02:00
Vincent Bernat
0d7c70a2ec systemd: don't use a script to update defaults
Just update ~/.config/mimeapps.list manually (and sync it).
2020-05-10 16:31:56 +02:00
Vincent Bernat
3ffca01c5a systemd: move XDG MIME defaults to a script 2020-05-10 16:31:24 +02:00
Vincent Bernat
4e9c69d5b1 firefox: disable HTTP/3 explicitely 2020-05-06 09:39:08 +02:00
Vincent Bernat
a06951f168 systemd: change wallpaper every 2 hours 2020-04-28 07:27:07 +02:00
Vincent Bernat
a16d53e29c firefox: keep warn me on deprecated TLS versions 2020-04-26 08:04:27 +02:00
Vincent Bernat
ef01f3212e systemd: restart ssh-agent
Like, when I do `pkill ssh`.
2020-04-20 23:13:13 +02:00
Vincent Bernat
f2996a45e3 theme: use Terminus 9pt. 8pt is not pixel perfect 2020-04-19 16:24:48 +02:00
Vincent Bernat
a84a7a38ec Revert "firefox: starts with extension "Tabliss" instead of raw "about:newtab""
This reverts commit f873b7491e. We could
associate x-scheme-handler/moz-extension to Firefox as well, but we
could then just invoke Firefox directly in this case instead of
relying on xdg-open. Let's keep the empty new tab for now.
2020-04-19 10:51:40 +02:00
Vincent Bernat
f873b7491e firefox: starts with extension "Tabliss" instead of raw "about:newtab" 2020-04-19 10:47:18 +02:00
Vincent Bernat
e503be591e firefox: also disable Pocket on homepage 2020-04-18 12:18:08 +02:00
Vincent Bernat
d32e5d5426 firefox: don't recommend extensions 2020-04-18 12:10:37 +02:00
Vincent Bernat
9626a153a6 systemd: require ssh-agent.service
Not .socket. Not possible to use socket activation with this service.
2020-04-15 23:59:29 +02:00
Vincent Bernat
a1c529c7a5 firefox: disable pocket 2020-04-12 08:37:25 +02:00
Vincent Bernat
5871e787ff xsettings: also specify key theme name
This is overriden by our custom CSS but inside Flatpak, it is not
used. So, second best choice. Let's see how it goes.
2020-04-11 20:56:34 +02:00
Vincent Bernat
b3bbc8e1f8 xsettings: switch cursor to Adwaita
In the hope it would work inside Flatpak. No luck.
2020-04-11 20:32:22 +02:00
Vincent Bernat
2de35a0f3f xsettings: move GTK 3 settings to xsettingsd
Everything is move to GTK 2 only. Some stuff are not present in
xsettings because they were deprecated in GTK 3.
2020-04-11 20:24:54 +02:00
Vincent Bernat
4624d17e93 theme: use TTF version of Terminus
Pango 1.44 dropped support for bitmap fonts
2020-04-11 08:05:37 +02:00
Vincent Bernat
355f983fdb theme: don't hardcode Terminus outside theme.lua 2020-04-11 08:02:30 +02:00
Vincent Bernat
714303e14c systemd: don't use several ExecStart for ssh-agent 2020-04-04 17:14:02 +02:00
Vincent Bernat
707909162d systemd: simplify a bit ssh-agent.service 2020-04-04 17:09:16 +02:00