Vincent Bernat
d9312d6280
appearance: tune QT apps appearance too
2020-11-13 09:55:27 +01: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
a6d1846fc8
widgets: display date even when one screen
2020-09-15 07:56:15 +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
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
f0504d1486
theme: whitelist icons in /usr
...
We use them!
2020-08-08 23:26:19 +02:00
Vincent Bernat
263417ae6f
theme: don't let naughty display super large icons
2020-08-08 18:20:59 +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
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
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
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
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
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
ceaac5525e
widgets: tentative to fix calendar for days of last week
2020-03-31 08:16:15 +02:00
Vincent Bernat
6adab7dda3
signals: add special rule for zoom
2020-03-17 16:11:27 +01:00
Vincent Bernat
53bff663c3
widgets: correctly wrap volume functions
2020-03-08 18:59:01 +01:00
Vincent Bernat
7c58bff7d1
volume: don't make the microphone a special case
2020-03-08 00:07:01 +01:00
Vincent Bernat
02e16874c9
volume: implement mic toggle as well
2020-03-08 00:02:07 +01:00
Vincent Bernat
a528e2f242
wallpaper: replace lua timer by a systemd timer
2020-02-05 08:16:27 +01:00
Vincent Bernat
387279800e
tags: use xdg-open
...
This way, Firefox is the default via XDG
2020-02-03 09:48:51 +01:00
Vincent Bernat
2c8bebbd12
tags: use x-www-browser instead of Firefox
2020-02-03 09:44:33 +01:00
Vincent Bernat
2463736fdc
xrandr: simplify xrandr menu with autorandr
2020-01-29 05:16:25 +01:00
Vincent Bernat
243de00594
start: move start commands to systemd misc-x@.service
2020-01-26 09:07:20 +01:00
Vincent Bernat
80cd6d2c26
xss-lock: use a simpler process to dim display
...
Just set a low brightness.
2020-01-24 23:02:07 +01:00
Vincent Bernat
9910ae4c11
xss-lock switch to BSOD
2020-01-24 22:49:34 +01:00
Vincent Bernat
84a6752c11
xss-lock: use xscreensaver barcode
2020-01-24 22:44:16 +01:00
Vincent Bernat
a4c82b5b90
tags: don't consider Chromium as intrusive on fullscreen
2020-01-24 22:33:02 +01:00
Vincent Bernat
ae691bb025
systemd: tentative to manage session with systemd
...
To me, I think it was cleaner to have a parameter with the current
display. This way, the session is specific to the current display. It
seems BindsTo doesn't think this way.
2020-01-19 19:06:49 +01:00
Vincent Bernat
26a3d833b8
signals: don't apply transparency to Firefox PIP window
2020-01-11 23:25:42 +01:00
Vincent Bernat
52adad2eab
rules: add Firefox Picture-in-Picture as a floating window
2020-01-11 23:22:38 +01:00
Vincent Bernat
3c147837d7
rules: remove stuff for Flash
2020-01-11 23:22:29 +01:00
Vincent Bernat
c0e324ea73
widgets: new guybrush has its battery as BAT0
2020-01-11 23:08:41 +01:00
Vincent Bernat
119b69b111
quake: use only one quake console for all screens
2019-10-12 11:41:24 +02:00
Vincent Bernat
4b33f2aa9c
signals: remove special rule for Google Meet
...
I am not using it anymore.
2019-03-18 15:48:11 +01:00
Vincent Bernat
7d036a8c05
widget: make volume widget work again too
2018-11-10 00:25:45 +01:00
Vincent Bernat
4267dc2927
bindings: document an alternative to ImageMagick for screenshots
...
I keep forgetting the name otherwise. Unfortunately, it doesn't know
how to capture a window.
2018-10-18 11:49:04 +02:00
Vincent Bernat
c8ada41ed4
mime: update MIME handler for PDF
...
Newest applications are using vendor-name.desktop scheme.
2018-10-10 13:19:43 +02:00