Commit graph

340 commits

Author SHA1 Message Date
Vincent Bernat
a51d60d431 thunderbird: stop stripping signature
Unfortunately, it's difficult to use in an enterprise environment.
2023-03-01 18:24:46 +01:00
Vincent Bernat
fc713c43e1 thunderbird: add user.js 2023-02-28 10:13:55 +01:00
Vincent Bernat
87e7781037 firefox: temporarily disable VAAPI acceleration 2023-02-28 10:00:56 +01:00
Vincent Bernat
ef3af3f597 systemd: don't timeout ssh-agent.service 2023-02-18 20:36:30 +01:00
Vincent Bernat
b531e4405a firefox: configure fonts 2023-01-21 15:20:55 +01:00
Vincent Bernat
754cbcc020 polybar: add a warning when RAM is full 2023-01-05 15:52:46 +01:00
Vincent Bernat
4fe1733db9 picom: no transparency for scummvm 2022-12-01 13:37:56 +01:00
Vincent Bernat
edf569a3c2 firefox: don't beep when using type ahead find 2022-11-30 17:26:58 +01:00
Vincent Bernat
08ac5f514b firefox: disable firefox view 2022-11-14 19:35:04 +01:00
Vincent Bernat
711a2dba74 xsession: add a .XCompose file
Not used yet, but a good way to remember if I need to add something one
day or just remember where they are defined.
2022-11-14 19:34:39 +01:00
Vincent Bernat
28ee62a281 xkb: swap Ins and Del on my 75% keyboard 2022-11-07 16:36:31 +01:00
Vincent Bernat
4301dd09f8 xsession: set XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP 2022-10-25 09:32:58 +02:00
Vincent Bernat
370270b1ca ssh-agent: on start, import all SSH keys 2022-10-18 00:32:47 +02:00
Vincent Bernat
adfce79ac2 polybar: low battery at 5% 2022-10-16 09:04:54 +02:00
Vincent Bernat
3eb14a2502 gtk3: remove unused Emacs bindings 2022-10-15 21:25:57 +02:00
Vincent Bernat
b844d9b006 firefox: remove setting now set by default 2022-10-15 21:17:38 +02:00
Vincent Bernat
8d6b52bc2a xssproxy: ignore zoom
It's buggy as well. I think we should just ignore everything.
2022-10-14 13:44:53 +02:00
Vincent Bernat
1eb88ffd14 polybar: increase poll interval for battery 2022-10-12 23:51:27 +02:00
Vincent Bernat
67d5f3fe66 picom: also make combo menu acts as menu 2022-10-12 20:44:36 +02:00
Vincent Bernat
5018b3d1b0 xsession: also install qt5ct.conf as qt6ct.conf 2022-10-12 20:42:48 +02:00
Vincent Bernat
a97e2b522a ssh: remove ssh-add invocation on start 2022-10-09 16:44:54 +02:00
Vincent Bernat
8b25dd3c77 Revert "i3: workaround an issue with brightness not up-to-date in polybar"
This reverts commit 9674bbfdde. Use
`use-actual-brightness = true` in polybar configuration instead.
2022-10-06 07:47:11 +02:00
Vincent Bernat
03cf30d43d inputplug: handle 75% keyboard 2022-10-04 20:40:21 +02:00
Vincent Bernat
d70628795f spotify: make spotify-cleaner terminate in 5s 2022-10-01 17:07:40 +02:00
Vincent Bernat
5a9bf68fad systemd: starts autorandr only if there is a default configuration 2022-09-15 21:51:41 +02:00
Vincent Bernat
f13079fd4a xsession: fix dunst service startup
There is no dunst.socket. It was working if we had dunst installed
through the package manager because this is a DBus-activated service.
2022-09-14 01:39:57 +02:00
Vincent Bernat
fed3082710 polybar: detect brightness module to use 2022-09-14 01:15:18 +02:00
Vincent Bernat
a7116145b7 firefox: disable userContent
Currently, only used for Twitter and it breaks the back button.
2022-09-11 21:58:59 +02:00
Vincent Bernat
25f645325c xsession: make QT HiDPI work with fractional settings
Passthrough is the default rouding policy in Qt 6 but not Qt 5.
2022-09-11 08:28:05 +02:00
Vincent Bernat
402c8711eb firefox: increase update check interval 2022-09-10 15:41:48 +02:00
Vincent Bernat
c7755c58e4 xsession: reenable QT_AUTO_SCREEN_SCALE_FACTOR=1
It works fine with 192 dpi. Dunno about 144.
2022-09-09 19:53:21 +02:00
Vincent Bernat
c7ef5b0fbf firefox: try using proximity to snap stuff
Otherwise, very big tweets may be difficult to scroll pass.
2022-09-06 20:25:46 +02:00
Vincent Bernat
ac132ed56b firefox: move removing of "New Tweets" to uBlock origin 2022-09-06 20:25:00 +02:00
Vincent Bernat
1815c57e64 polybar: switch to Nix 2022-08-28 10:13:22 +02:00
Vincent Bernat
051f75139d dconf: add some configuration for virt-manager 2022-08-22 00:42:36 +02:00
Vincent Bernat
27ae08ef36 systemd: fix some descriptions 2022-08-14 20:32:01 +02:00
Vincent Bernat
2453d0e600 firefox: add a userContent.css 2022-08-13 09:32:50 +02:00
Vincent Bernat
290ac088ec picom: don't drop shadows on various sharing indicators 2022-08-04 11:31:56 +02:00
Vincent Bernat
44b6f25170 xss-dimmer: try again to have sound using Gstreamer 2022-08-02 15:52:28 +02:00
Vincent Bernat
9c23fbea2d xssproxy: prevent Firefox to inhibit the screensaver 2022-07-30 01:35:26 +02:00
Vincent Bernat
e1f3b55d02 Xresources: don't set cursor size using xrdb
It seems it's an absolute value in this case, unlike when using
Xsettings...
2022-07-26 10:09:04 +02:00
Vincent Bernat
39fab0a8db Revert "xsession: prefer dark theme"
This reverts commit 33d08ac70f. Let's
see if I really need that. Currently, it works without as long as
"Adwaita-dark" is installed.
2022-07-26 09:59:45 +02:00
Vincent Bernat
33d08ac70f xsession: prefer dark theme 2022-07-26 09:55:09 +02:00
Vincent Bernat
2b55546db1 xsettingsd: fix reload 2022-07-26 09:41:15 +02:00
Vincent Bernat
d8fc8b15e2 xsession: stop messing with QT scaling
By default, it seems sensible and it enables fractional scaling as
well.
2022-07-04 09:17:31 +02:00
Vincent Bernat
eee0ad77f1 xresources: fix cursor theme for non-GTK apps 2022-07-03 11:35:21 +02:00
Vincent Bernat
0472116f89 xsession: explain why XCURSOR_PATH may not be enough for Nix 2022-07-03 11:34:08 +02:00
Vincent Bernat
8cd2ed3730 Revert "spotify: remove socket cleaning"
This reverts commit 2e4e2d311c. Problem
is still here.
2022-06-30 21:18:07 +02:00
Vincent Bernat
bb6c76f970 xssproxy: use DBus activation 2022-06-30 11:43:47 +02:00
Vincent Bernat
a7313e338b xssproxy: install and use
This allows me to get logs on who gets a lock and when.
2022-06-30 11:37:09 +02:00