1
0
Fork 0

i3 fixes and tweaks.org

This commit is contained in:
J. Elfring (p) 2020-08-10 15:26:23 +02:00
parent 161d27a8f1
commit cea1319c68
2 changed files with 10 additions and 1 deletions

View file

@ -31,7 +31,8 @@ font pango:B612Mono 10
#client.background #ffffff #client.background #ffffff
## Green theme ## Green theme
client.focused #77994B #547628 #EEEEEE #41FF00 #client.focused #77994B #547628 #EEEEEE #41FF00
client.focused #859900 #859900 #EEEEEE #41FF00
client.focused_inactive #333333 #5F676A #EEEEEE #333333 client.focused_inactive #333333 #5F676A #EEEEEE #333333
# Use Mouse+$mod to drag floating windows to their wanted position # Use Mouse+$mod to drag floating windows to their wanted position
@ -270,6 +271,7 @@ exec_always --no-startup-id ~/.i3/alternating_layouts.py
for_window [class="Argon"] floating enable for_window [class="Argon"] floating enable
for_window [class="Vlc"] floating enable for_window [class="Vlc"] floating enable
for_window [class="Ghidra"] floating enable for_window [class="Ghidra"] floating enable
for_window [class="Veracrypt"] floating enable
for_window [title="^CSSH.*"] floating enable for_window [title="^CSSH.*"] floating enable
for_window [title="Formula editor"] floating enable for_window [title="Formula editor"] floating enable
for_window [title="Wfica"] fullscreen disable for_window [title="Wfica"] fullscreen disable

View file

@ -5,3 +5,10 @@
| findbar.highlightAll | true | Highlight all partial results in search | | findbar.highlightAll | true | Highlight all partial results in search |
| browser.sessionstore.max_resumed_crashes | -1 | Do not show "Upps, we could not recover" | | browser.sessionstore.max_resumed_crashes | -1 | Do not show "Upps, we could not recover" |
| | | | | | | |
* MS Teams: Black box instead of screensharing with i3wm
https://docs.microsoft.com/en-us/answers/questions/42095/sharing-screen-not-working-anymore-bug.html#answer-42165
#+BEGIN_EXAMPLE
sudo mv /usr/share/teams/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay \
/usr/share/teams/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay.borked
#+END_EXAMPLE