Commit graph

102 commits

Author SHA1 Message Date
Vincent Bernat
772700e7a2 i3: disable CSD in i3 configuration
OK, not a fan of using LD_PRELOAD which may break at some point, may
not apply to Flatpaks, etc. Try a bit the workaround in i3
configuration and we will use preload if it's not enough.
2021-07-28 09:02:48 +02:00
Vincent Bernat
4929b9c61d xsession: disable CSD using LD_PRELOAD 2021-07-28 09:00:06 +02:00
Vincent Bernat
4ace8ac9a3 i3: disable GTK CSD in xsession 2021-07-28 08:53:31 +02:00
Vincent Bernat
e2e87fb193 picom: move to non-experimental backend 2021-07-28 08:23:03 +02:00
Vincent Bernat
8e0e281f4f systemd: move misc-x in i3-session target
As it displays a window, we should depend on i3 running.
2021-07-26 09:22:12 +02:00
Vincent Bernat
b241fe9ce7 systemd: order i3 after xsession target
This way, we have simpler dependencies, even if it is a bit less
efficient. As most services don't advertise readiness correctly, this
is mostly equivalent.
2021-07-26 09:17:37 +02:00
Vincent Bernat
68496a33c6 systemd: switch to pipewire 2021-07-24 14:21:58 +02:00
Vincent Bernat
1f61b8b208 dunst: don't push back on full screen 2021-07-23 11:15:59 +02:00
Vincent Bernat
f40da7fd87 dunst: use rofi for context menu 2021-07-22 12:54:22 +02:00
Vincent Bernat
a03d67bd38 picom: handle transparency corrected for tabbed windows 2021-07-22 12:23:40 +02:00
Vincent Bernat
78866d87df polybar: switch to Iosevka Aile 2021-07-21 17:47:52 +02:00
Vincent Bernat
81380633de rofi-wifi: add a menu to connect to wifi 2021-07-21 08:55:38 +02:00
Vincent Bernat
ef77d239b1 rofi: use em instead of px
px are device pixels, not CSS pixels
2021-07-21 00:12:11 +02:00
Vincent Bernat
e0fea39d47 rofi: switch to Iosevka Aile
No need for monospace.
2021-07-20 23:55:03 +02:00
Vincent Bernat
99de0bc1fd i3: replace media player mode by rofi 2021-07-20 22:33:02 +02:00
Vincent Bernat
110db5aa34 rofi: update to 1.6.1 2021-07-20 22:03:50 +02:00
Vincent Bernat
802bac72a0 rofi: small tweak to theme 2021-07-20 19:57:06 +02:00
Vincent Bernat
c339655b4d dunst: use a snapshot from dunst able to do proper path lookup icon
See dc7e456f03.
2021-07-18 19:32:49 +02:00
Vincent Bernat
fa94dabe58 rofi: format error message same as message 2021-07-18 17:27:00 +02:00
Vincent Bernat
45bb6c3194 i3: switch to rofi for running apps 2021-07-17 22:13:00 +02:00
Vincent Bernat
6bcfe92d2f polybar: simplify date display 2021-07-17 20:32:33 +02:00
Vincent Bernat
333c32e7df firefox: allow autoplay of muted video
This is unfair to other formats like GIF.
2021-07-17 12:41:59 +02:00
Vincent Bernat
764dc010b6 polybar: no need to keep the shell waiting, systemd can do it 2021-07-17 11:09:04 +02:00
Vincent Bernat
2fd855e191 i3-companion: push bluetooth status to polybar 2021-07-16 00:52:54 +02:00
Vincent Bernat
1ee8138fbf firefox: mention Firefox 91 as fixing the dark/light mix 2021-07-15 18:57:36 +02:00
Vincent Bernat
e4adc69a71 firefox: mention patch about dark theme/light pages 2021-07-14 20:41:19 +02:00
Vincent Bernat
8cb90e03da firefox: don't resist fingerprinting
So many stuff are breaking, including switching tabs use Alt+N. Switch
back to systemUsesDarkTheme 0 for the moment...
2021-07-14 19:01:53 +02:00
Vincent Bernat
011cb957c4 firefox: use resist finger printing to get light themed pages 2021-07-14 18:15:27 +02:00
Vincent Bernat
5c84aff92b firefox: firefox now auto detect the theme and lying mangle stuff
See https://bugzilla.mozilla.org/show_bug.cgi?id=1720508
2021-07-14 18:07:51 +02:00
Vincent Bernat
ba28674f9b Revert "polybar: tentative to use Material Icons"
This reverts commit 4e152f0466. Not
worth it currently.
2021-07-14 17:33:19 +02:00
Vincent Bernat
4e152f0466 polybar: tentative to use Material Icons 2021-07-14 17:33:03 +02:00
Vincent Bernat
411120fdec polybar: allow scrolling through notification history 2021-07-14 17:20:49 +02:00
Vincent Bernat
295e13f1c4 polybar: display dunst state for notifications 2021-07-14 17:14:52 +02:00
Vincent Bernat
a44cd7dc54 polybar: use a different color for focused vs visible 2021-07-14 14:11:16 +02:00
Vincent Bernat
3d3f3bba71 polybar: make low battery symbol blink 2021-07-14 14:03:02 +02:00
Vincent Bernat
308d419468 polybar: remove ethernet module 2021-07-14 12:02:30 +02:00
Vincent Bernat
ad01c5feae polybar: reduce interval for battery and fs 2021-07-14 12:02:16 +02:00
Vincent Bernat
29128f1b68 polybar: adapt ramp for battery
First and last values are not used.
2021-07-14 11:38:00 +02:00
Vincent Bernat
4e8ea01ea1 polybar: display remaining time on low battery 2021-07-14 11:18:45 +02:00
Vincent Bernat
4b1af45c1b polybar: specify font for battery animation
This is prettier this way.
2021-07-14 09:13:01 +02:00
Vincent Bernat
c906475ecf polybar: animate low battery warning 2021-07-14 09:08:42 +02:00
Vincent Bernat
030d50c636 xsettings: use i3-msg instead of i3-cmd 2021-07-13 14:11:50 +02:00
Vincent Bernat
8c1b3b7bb2 picom: switch to glx backend using experimental backends
There are some artifacts with xr_glx_hybrid and it is not available as
experimental. Let's try glx with experimental backend. No tearing.
Tested with https://www.youtube.com/watch?v=MfL_JkcEFbE.
2021-07-13 08:27:22 +02:00
Vincent Bernat
36851717d2 firefox: enable globalMuteToggles to show WebRTC indicator 2021-07-12 19:51:25 +02:00
Vincent Bernat
2a4f97c458 firefox: use new webrtc sharing indicator 2021-07-12 19:19:01 +02:00
Vincent Bernat
eb940aa691 dunst: add separator 2021-07-12 14:36:52 +02:00
Vincent Bernat
e6470038e4 polybar: hide errors if no network status available 2021-07-12 12:14:41 +02:00
Vincent Bernat
7df5011824 i3-companion: replace network module by custom IPC for Network Manager 2021-07-12 07:32:39 +02:00
Vincent Bernat
83ba6b5a23 i3-companion: also listen to DBus for NetworkManager
As a proof of concept add notifications for events.
2021-07-11 22:06:23 +02:00
Vincent Bernat
e8b7487512 i3: unconditionally restart i3-companion on reload 2021-07-11 22:06:23 +02:00