yshui / picom

A lightweight compositor for X11 with animation support
https://picom.app/
Other
4.15k stars 589 forks source link

Screen freezes when video players are made fullscreen #84

Closed 3N4N closed 2 years ago

3N4N commented 5 years ago

Platform

enan@elariel:~$ lsb_release -d
Description:    Ubuntu 18.04.1 LTS
enan@elariel:~$ uname -psr
Linux 4.15.0-43-generic x86_64

GPU, drivers, and screen setup

lscpi | grep -i vga only shows 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02). But I have a Radeon R7 M445 also installed. I don't have any idea about video drivers in linux. So, these info might not even be the required ones.

GPU:

Drivers: The output of lshw -c video is

*-display
      description: VGA compatible controller
      product: Intel Corporation
      vendor: Intel Corporation
      physical id: 2
      bus info: pci@0000:00:02.0
      version: 02
      width: 64 bits
      clock: 33MHz
      capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
      configuration: driver=i915 latency=0
      resources: irq:128 memory:d1000000-d1ffffff memory:b0000000-bfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
      description: Display controller
      product: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445]
      vendor: Advanced Micro Devices, Inc. [AMD/ATI]
      physical id: 0
      bus info: pci@0000:01:00.0
      version: c3
      width: 64 bits
      clock: 33MHz
      capabilities: pm pciexpress msi bus_master cap_list rom
      configuration: driver=amdgpu latency=0
      resources: irq:129 memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:e000(size=256) memory:d0200000-d023ffff memory:d0240000-d025ffff

Output of glxinfo -B:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2)  (0x5916)
    Version: 18.0.5
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.5
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.0 Mesa 18.0.5
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.0.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Environment

I'm using i3-gaps without the gaps enabled. The output of i3 --version is

i3 version 4.15.0.1-380-gcfcd8423b26b (2018-10-23, branch "gaps-next") © 2009 Michael Stapelberg and contributors

Compton version

**Version:** v5-rc2

### Extensions:

* Name Pixmap: Yes
* Shape: Yes
* XRandR: Yes
* Present: Present

### Misc:

* Use Overlay: Yes
* Config file used: /home/enan/.config//compton.conf

Compton configuration:

#################################
#
# Backend
#
#################################

# Backend to use: "xrender" or "glx".
# GLX backend is typically much faster but depends on a sane driver.
backend = "glx";

#################################
#
# GLX backend
#
#################################

glx-no-stencil = true;

# GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
# My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
# but a 20% increase when only 1/4 is.
# My tests on nouveau show terrible slowdown.
# Useful with --glx-swap-method, as well.
glx-copy-from-front = false;

# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
# May break VSync and is not available on some drivers.
# Overrides --glx-copy-from-front.
# glx-use-copysubbuffermesa = true;

# GLX backend: Avoid rebinding pixmap on window damage.
# Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
# Recommended if it works.
# glx-no-rebind-pixmap = true;

# GLX backend: GLX buffer swap method we assume.
# Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
# undefined is the slowest and the safest, and the default value.
# copy is fastest, but may fail on some drivers,
# 2-6 are gradually slower but safer (6 is still faster than 0).
# Usually, double buffer means 2, triple buffer means 3.
# buffer-age means auto-detect using GLX_EXT_buffer_age, supported by some drivers.
# Useless with --glx-use-copysubbuffermesa.
# Partially breaks --resize-damage.
# Defaults to undefined.
glx-swap-method = "undefined";

#################################
#
# Shadows
#
#################################

# Enabled client-side shadows on windows.
shadow = false;
# Zero the part of the shadow's mask behind the window.
# Fix some weirdness with ARGB windows.
# Removed. Enabled by default in dev fork.
# clear-shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 5;
# The left offset for shadows. (default -15)
shadow-offset-x = -5;
# The top offset for shadows. (default -15)
shadow-offset-y = -5;
# The translucency for shadows. (default .75)
shadow-opacity = 0.5;

# Set if you want different colour shadows
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;

# The shadow exclude options are helpful if you have shadows enabled. Due to
# the way compton draws its shadows, certain applications will have visual
# glitches (most applications are fine, only apps that do weird things with
# xshapes or argb are affected).  This list includes all the affected apps I
# found in my testing. The "! name~=''" part excludes shadows on any "Unknown"
# windows, this prevents a visual glitch with the XFWM alt tab switcher.
shadow-exclude = [
    "! name~=''",
    "name = 'Notification'",
    "name = 'Plank'",
    "name = 'Docky'",
    "name = 'Kupfer'",
    "name = 'xfce4-notifyd'",
    "name *= 'VLC'",
    "name *= 'compton'",
    "name *= 'Chromium'",
    "name *= 'Chrome'",
    "name *= 'Firefox'",
    "class_g = 'Conky'",
    "class_g = 'Kupfer'",
    "class_g = 'Synapse'",
    "class_g ?= 'Notify-osd'",
    "class_g ?= 'Cairo-dock'",
    "class_g ?= 'Xfce4-notifyd'",
    "class_g ?= 'Xfce4-power-manager'"
];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
shadow-ignore-shaped = false;

#################################
#
# Opacity
#
#################################

# Removed. Moved to wintype option of popup_menu and dropdown_menu.
# menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = false;
# Removed. Compton tries to make use of all alpha values in dev fork
# alpha-step = 0.06;
opacity-rule = [ "90:class_g = 'st-256color'" ];

# Dim inactive windows. (0.0 - 1.0)
# inactive-dim = 0.2;
# Do not let dimness adjust based on window opacity.
# inactive-dim-fixed = true;
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
# blur-background = true;
# Blur background of opaque windows with transparent frames as well.
# blur-background-frame = true;
# Do not let blur radius adjust based on window opacity.
blur-background-fixed = false;
blur-background-exclude = [
    "window_type = 'dock'",
    "window_type = 'desktop'"
];

#################################
#
# Fading
#
#################################

# Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
fade-delta = 4;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03;
# Fade windows in/out when opening/closing
# no-fading-openclose = true;

# Specify a list of conditions of windows that should not be faded.
fade-exclude = [ ];

#################################
#
# Other
#
#################################

# Try to detect WM windows and mark them as active.
mark-wmwin-focused = true;
# Mark all non-WM but override-redirect windows active (e.g. menus).
mark-ovredir-focused = true;
# Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
# Usually more reliable but depends on a EWMH-compliant WM.
use-ewmh-active-win = true;
# Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
detect-rounded-corners = true;

# Detect _NET_WM_OPACITY on client windows, useful for window managers not passing _NET_WM_OPACITY of client windows to frame windows.
# This prevents opacity being ignored for some apps.
# For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
detect-client-opacity = true;

# Specify refresh rate of the screen.
# If not specified or 0, compton will try detecting this with X RandR extension.
refresh-rate = 0;

# Set VSync method. VSync methods currently available:
# none: No VSync
# drm: VSync with DRM_IOCTL_WAIT_VBLANK. May only work on some drivers.
# opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some drivers.
# opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work on some drivers.
# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
# (Note some VSync methods may not be enabled at compile time.)
vsync = "opengl-swc";

# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
dbe = false;
# Painting on X Composite overlay window. Recommended.
# Removed. Enabled whenever possible in dev fork
# paint-on-overlay = true;

# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
# unless you wish to specify a lower refresh rate than the actual value.
sw-opti = false;

# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
# Known to cause flickering when redirecting/unredirecting windows.
# paint-on-overlay may make the flickering less obvious.
unredir-if-possible = true;

# Specify a list of conditions of windows that should always be considered focused.
focus-exclude = [ ];

# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
detect-transient = true;
# Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
# WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too.
detect-client-leader = true;

#################################
#
# Window type settings
#
#################################

wintypes:
{
    tooltip =
    {
        # fade: Fade the particular type of windows.
        fade = true;
        # shadow: Give those windows shadow
        shadow = false;
        # opacity: Default opacity for the type of windows.
        opacity = 0.85;
        # focus: Whether to always consider windows of this type focused.
        focus = true;
    };
    popup_menu =
    {
        opacity = 1;
    };
    dropdown_menu =
    {
        opacity = 1;
    };
    dock =
    {
        shadow = false;
    };
    desktop =
    {
        shadow = false;
    };
};

Steps of reproduction

The bug can't be reproduced consistently. It's a random bug. But here are the steps that causes the bug.

  1. Play a video on MPV player or Chromium-browser and make it fullscreen.
  2. Escape from the full screen.
  3. The screen freezes but all the input devices are ok.
  4. So I can open up a terminal and killall compton blindly.

Expected behavior

The screen shouldn't freeze when making or escaping from fullscreen mode watching video content.

Current Behavior

The screen freezes when making a video player fullscreen and escaping from the fullscreen.

Stack trace

I don't know if my compton was installed with debug enabled. I just did standard meson build > ninja > ninja install. Just tell me what to do now, and I'll edit this report with the required information. Also, the bug is not reproducible consistently. So, I might not be able to get the debug info very soon. But as soon as you tell me what to do and I experience another freeze I'll get back.

yshui commented 5 years ago

Thanks for reporting!

Does this still happen if you unredir-if-possible = false;?

3N4N commented 5 years ago

If I use uredir-if-possible = false; it doesn't happen whereas with true option I get the crash nearly every time. Thanks.

yshui commented 5 years ago

@enanajmain Are you sure it's a crash? Cause from your description it sounds like compton doesn't actually crash.

yshui commented 5 years ago

@enanajmain Can you run compton in a terminal with compton --log-level=trace, and post the output here?

3N4N commented 5 years ago

I think you misunderstood. After putting unredir-if-possible = false; I don't encounter crash/freeze anymore. The problem is fixed. Previously I had unredir-if-possible = true.

And the output of compton --log-level=trace is

enan@elariel:~$ compton --log-level=trash
[ 01/03/2019 19:24:38.488 get_cfg WARN ] Invalid log level, defaults to WARN
yshui commented 5 years ago

@enanajmain It is compton --log-level=trace, not compton --log-level=trash

3N4N commented 5 years ago

Sorry. The output:

enan@elariel:~$ compton --log-level=trace
[ 01/03/2019 21:22:43.487 init_overlay DEBUG ] overlay = 0x0000008b
[ 01/03/2019 21:22:43.502 glx_update_fbconfig_bydepth TRACE ] (depth 24): 0x5595f3d8b630 overrides (nil), target 0x7.
[ 01/03/2019 21:22:43.502 glx_update_fbconfig_bydepth TRACE ] (depth 24): 0x5595f3d8b720 overrides 0x5595f3d8b630, target 0x7.
[ 01/03/2019 21:22:43.502 glx_update_fbconfig_bydepth TRACE ] (depth 32): 0x5595f3d91d50 overrides (nil), target 0x7.
[ 01/03/2019 21:22:43.502 glx_update_fbconfig_bydepth TRACE ] (depth 32): 0x5595f3d91e40 overrides 0x5595f3d91d50, target 0x7.
[ 01/03/2019 21:22:43.502 glx_update_fbconfig TRACE ] 24-bit: 0x5595f3d8b720, 32-bit: 0x5595f3d91e40
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_PID is 378
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom COMPTON_VERSION is 407
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_CM_S0 is 375
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_OPACITY is 408
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_FRAME_EXTENTS is 357
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom WM_STATE is 346
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_NAME is 309
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom WM_WINDOW_ROLE is 349
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom WM_CLIENT_LEADER is 347
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_ACTIVE_WINDOW is 339
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _COMPTON_SHADOW is 409
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE is 319
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DESKTOP is 410
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DOCK is 321
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_TOOLBAR is 324
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_MENU is 326
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_UTILITY is 323
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_SPLASH is 325
[ 01/03/2019 21:22:43.510 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DIALOG is 322
[ 01/03/2019 21:22:43.511 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_NORMAL is 320
[ 01/03/2019 21:22:43.511 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DROPDOWN_MENU is 327
[ 01/03/2019 21:22:43.511 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_POPUP_MENU is 328
[ 01/03/2019 21:22:43.511 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_TOOLTIP is 329
[ 01/03/2019 21:22:43.511 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_NOTIFICATION is 330
[ 01/03/2019 21:22:43.511 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_COMBO is 388
[ 01/03/2019 21:22:43.511 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DND is 389
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x00200046): 0x5595f3c6c130
[ 01/03/2019 21:22:43.511 map_win TRACE ] (0x00200046 "(null)"): 0x5595f3c6c130
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x00800001): 0x5595f3c6c430
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x0080000b): 0x5595f3c6f7b0
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x01c00003): 0x5595f3f4d5c0
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x00200047): 0x5595f3f4d7d0
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x00200049): 0x5595f3f4d9e0
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x0020004b): 0x5595f3f4dbf0
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x0020004d): 0x5595f3f4de00
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x0020005f): 0x5595f3f4e010
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x00200061): 0x5595f3f4e220
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x00200120): 0x5595f3f4e430
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x00200123): 0x5595f3f4e640
[ 01/03/2019 21:22:43.511 add_win TRACE ] (0x00200054): 0x5595f3f4e850
[ 01/03/2019 21:22:43.512 add_win TRACE ] (0x00200090): 0x5595f3f4ea60
[ 01/03/2019 21:22:43.512 add_win TRACE ] (0x00200218): 0x5595f3f4ec70
[ 01/03/2019 21:22:43.512 add_win TRACE ] (0x0020021d): 0x5595f3f4ee80
[ 01/03/2019 21:22:43.512 add_win TRACE ] (0x0020004f): 0x5595f3f4f220
[ 01/03/2019 21:22:43.512 add_win TRACE ] (0x00200089): 0x5595f3f4f430
[ 01/03/2019 21:22:43.512 map_win TRACE ] (0x00200089 "(null)"): 0x5595f3f4f430
[ 01/03/2019 21:22:43.512 win_recheck_client TRACE ] (0x00200089): client 0x01000006
[ 01/03/2019 21:22:43.512 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/03/2019 21:22:43.512 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/03/2019 21:22:43.512 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 1
[ 01/03/2019 21:22:43.512 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/03/2019 21:22:43.512 map_win TRACE ] (0x00200089): type dock
[ 01/03/2019 21:22:43.512 add_win TRACE ] (0x0020005b): 0x5595f3f4f640
[ 01/03/2019 21:22:43.512 add_win TRACE ] (0x002002bc): 0x5595f3f4f850
[ 01/03/2019 21:22:43.512 map_win TRACE ] (0x002002bc "(null)"): 0x5595f3f4f850
[ 01/03/2019 21:22:43.512 win_recheck_client TRACE ] (0x002002bc): client self (override-redirected)
[ 01/03/2019 21:22:43.512 win_update_leader TRACE ] (0x002002bc): client 0x002002bc, leader 0000000000, cache 0x002002bc
[ 01/03/2019 21:22:43.512 win_get_name TRACE ] (0x002002bc): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/03/2019 21:22:43.512 win_get_name TRACE ] (0x002002bc): client = 0x002002bc, name = "[i3 con] workspace ?", ret = 1
[ 01/03/2019 21:22:43.513 win_get_class TRACE ] (0x002002bc): client = 0x002002bc, instance = "i3-frame", general = "i3-frame"
[ 01/03/2019 21:22:43.513 map_win TRACE ] (0x002002bc): type normal
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x002002c1): 0x5595f3f4fb40
[ 01/03/2019 21:22:43.513 map_win TRACE ] (0x002002c1 "(null)"): 0x5595f3f4fb40
[ 01/03/2019 21:22:43.513 win_recheck_client TRACE ] (0x002002c1): client 0x00e00005
[ 01/03/2019 21:22:43.513 win_update_leader TRACE ] (0x002002c1): client 0x00e00005, leader 0000000000, cache 0x00e00005
[ 01/03/2019 21:22:43.513 win_get_name TRACE ] (0x002002c1): client = 0x00e00005, name = "st", ret = 1
[ 01/03/2019 21:22:43.513 win_get_class TRACE ] (0x002002c1): client = 0x00e00005, instance = "st-256color", general = "st-256color"
[ 01/03/2019 21:22:43.513 map_win TRACE ] (0x002002c1): type normal
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x0020005d): 0x5595f3f4fe50
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x0100000c): 0x5595f3f500d0
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x01e00001): 0x5595f3f502e0
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x01e000d8): 0x5595f3f504f0
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x01e000ef): 0x5595f3f50700
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x01c00001): 0x5595f3f50910
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x01200001): 0x5595f3f50b20
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x01200003): 0x5595f3f50d30
[ 01/03/2019 21:22:43.513 add_win TRACE ] (0x01200008): 0x5595f3f50f40
[ 01/03/2019 21:22:43.514 add_win TRACE ] (0x01a00001): 0x5595f3f51150
[ 01/03/2019 21:22:43.514 add_win TRACE ] (0x01600007): 0x5595f3f51360
[ 01/03/2019 21:22:43.514 add_win TRACE ] (0x01400005): 0x5595f3f51570
[ 01/03/2019 21:22:43.514 add_win TRACE ] (0x01400017): 0x5595f3f51780
[ 01/03/2019 21:22:43.514 add_win TRACE ] (0x01400018): 0x5595f3f51990
[ 01/03/2019 21:22:43.514 add_win TRACE ] (0x02200002): 0x5595f3f51bc0
[ 01/03/2019 21:22:43.514 redir_start TRACE ] Screen redirected.
[ 01/03/2019 21:22:43.515 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:22:43.515 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/03/2019 21:22:43.522 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/03/2019 21:22:43.523 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/03/2019 21:22:43.525 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/03/2019 21:22:43.528 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/03/2019 21:22:50.434 add_win TRACE ] (0x02400001): 0x5595f3ffece0
[ 01/03/2019 21:22:50.444 destroy_win TRACE ] (0x02400001 "(null)"): 0x5595f3ffece0
[ 01/03/2019 21:22:50.444 finish_destroy_win TRACE ] (0x02400001): Starting...
[ 01/03/2019 21:22:50.444 finish_destroy_win TRACE ] (0x02400001 "(null)"): 0x5595f3ffece0
[ 01/03/2019 21:22:50.896 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:22:50.896 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:22:50.905 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:22:50.910 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:22:50.910 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200090, override_redirect: 1 }
[ 01/03/2019 21:22:50.910 ev_configure_notify TRACE ] { send_event: 359, above: 0x002002bc, override_redirect: 1 }
[ 01/03/2019 21:22:50.910 ev_configure_notify TRACE ] { send_event: 359, above: 0x002002c1, override_redirect: 1 }
[ 01/03/2019 21:22:50.910 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020004f, override_redirect: 1 }
[ 01/03/2019 21:22:50.910 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200089, override_redirect: 1 }
[ 01/03/2019 21:22:50.911 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:22:50.912 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:22:50.919 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:22:50.920 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:22:50.920 map_win TRACE ] (0x00200218 "(null)"): 0x5595f3f4ec70
[ 01/03/2019 21:22:50.920 win_recheck_client TRACE ] (0x00200218): client self (override-redirected)
[ 01/03/2019 21:22:50.921 win_update_leader TRACE ] (0x00200218): client 0x00200218, leader 0000000000, cache 0x00200218
[ 01/03/2019 21:22:50.921 win_get_name TRACE ] (0x00200218): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/03/2019 21:22:50.921 win_get_name TRACE ] (0x00200218): client = 0x00200218, name = "[i3 con] workspace 2", ret = 1
[ 01/03/2019 21:22:50.921 win_get_class TRACE ] (0x00200218): client = 0x00200218, instance = "i3-frame", general = "i3-frame"
[ 01/03/2019 21:22:50.921 map_win TRACE ] (0x00200218): type normal
[ 01/03/2019 21:22:50.921 map_win TRACE ] (0x0020021d "(null)"): 0x5595f3f4ee80
[ 01/03/2019 21:22:50.922 win_recheck_client TRACE ] (0x0020021d): client 0x01400001
[ 01/03/2019 21:22:50.922 win_update_leader TRACE ] (0x0020021d): client 0x01400001, leader 0000000000, cache 0x01400001
[ 01/03/2019 21:22:50.922 win_get_name TRACE ] (0x0020021d): client = 0x01400001, name = "[Bug] Screen freezes when video players are made fullscreen · Issue #84 · yshui/compton - Chromium", ret = 1
[ 01/03/2019 21:22:50.922 win_get_class TRACE ] (0x0020021d): client = 0x01400001, instance = "chromium-browser", general = "Chromium-browser"
[ 01/03/2019 21:22:50.923 win_get_role TRACE ] (0x0020021d): client = 0x01400001, role = "browser", ret = 1
[ 01/03/2019 21:22:50.923 map_win TRACE ] (0x0020021d): type normal
[ 01/03/2019 21:22:50.923 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:22:50.923 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:22:50.929 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/03/2019 21:22:50.949 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/03/2019 21:23:15.086 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:23:15.087 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:23:15.093 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:23:15.093 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:23:15.093 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200090, override_redirect: 1 }
[ 01/03/2019 21:23:15.093 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200218, override_redirect: 1 }
[ 01/03/2019 21:23:15.093 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020021d, override_redirect: 1 }
[ 01/03/2019 21:23:15.093 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020004f, override_redirect: 1 }
[ 01/03/2019 21:23:15.093 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200089, override_redirect: 1 }
[ 01/03/2019 21:23:15.094 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:23:15.094 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:23:15.094 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:23:15.094 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:23:15.094 map_win TRACE ] (0x002002bc "[i3 con] workspace ?"): 0x5595f3f4f850
[ 01/03/2019 21:23:15.094 win_update_leader TRACE ] (0x002002bc): client 0x002002bc, leader 0000000000, cache 0x002002bc
[ 01/03/2019 21:23:15.094 win_get_name TRACE ] (0x002002bc): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/03/2019 21:23:15.095 win_get_name TRACE ] (0x002002bc): client = 0x002002bc, name = "[i3 con] workspace ?", ret = 0
[ 01/03/2019 21:23:15.095 win_get_class TRACE ] (0x002002bc): client = 0x002002bc, instance = "i3-frame", general = "i3-frame"
[ 01/03/2019 21:23:15.095 map_win TRACE ] (0x002002bc): type normal
[ 01/03/2019 21:23:15.095 map_win TRACE ] (0x002002c1 "st"): 0x5595f3f4fb40
[ 01/03/2019 21:23:15.095 win_update_leader TRACE ] (0x002002c1): client 0x00e00005, leader 0000000000, cache 0x00e00005
[ 01/03/2019 21:23:15.095 win_get_name TRACE ] (0x002002c1): client = 0x00e00005, name = "st", ret = 0
[ 01/03/2019 21:23:15.095 win_get_class TRACE ] (0x002002c1): client = 0x00e00005, instance = "st-256color", general = "st-256color"
[ 01/03/2019 21:23:15.096 map_win TRACE ] (0x002002c1): type normal
[ 01/03/2019 21:23:15.096 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/03/2019 21:23:15.096 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/03/2019 21:23:15.126 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/03/2019 21:23:15.127 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
yshui commented 5 years ago

@enanajmain Is this the log you get after the screen freeze?

3N4N commented 5 years ago

No, that was when everything runs ok and with unredir-if-possible = false;.

With unredir-if-possible = true; and after the screen freezes, the output:

enan@elariel:~$ compton --log-level=trace
[ 01/04/2019 00:56:07.568 init_overlay DEBUG ] overlay = 0x0000008b
Terminated
yshui commented 5 years ago

@enanajmain So, is that the output you get after you:

Because that is way less output than you should get.

3N4N commented 5 years ago

The output after doing step by step what you told me:

enan@elariel:~$ compton --log-level=trace
[ 01/04/2019 01:29:32.660 init_overlay DEBUG ] overlay = 0x0000008b
[ 01/04/2019 01:29:32.694 glx_update_fbconfig_bydepth TRACE ] (depth 24): 0x55cff1d04640 overrides (nil), target 0x7.
[ 01/04/2019 01:29:32.694 glx_update_fbconfig_bydepth TRACE ] (depth 24): 0x55cff1d04730 overrides 0x55cff1d04640, target 0x7.
[ 01/04/2019 01:29:32.695 glx_update_fbconfig_bydepth TRACE ] (depth 32): 0x55cff1d0ad60 overrides (nil), target 0x7.
[ 01/04/2019 01:29:32.695 glx_update_fbconfig_bydepth TRACE ] (depth 32): 0x55cff1d0ae50 overrides 0x55cff1d0ad60, target 0x7.
[ 01/04/2019 01:29:32.695 glx_update_fbconfig TRACE ] 24-bit: 0x55cff1d04730, 32-bit: 0x55cff1d0ae50
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_WM_PID is 378
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom COMPTON_VERSION is 407
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_WM_CM_S0 is 375
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_WM_WINDOW_OPACITY is 408
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_FRAME_EXTENTS is 357
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom WM_STATE is 346
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_WM_NAME is 309
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom WM_WINDOW_ROLE is 349
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom WM_CLIENT_LEADER is 347
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_ACTIVE_WINDOW is 339
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _COMPTON_SHADOW is 409
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE is 319
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DESKTOP is 410
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DOCK is 321
[ 01/04/2019 01:29:32.703 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_TOOLBAR is 324
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_MENU is 326
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_UTILITY is 323
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_SPLASH is 325
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DIALOG is 322
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_NORMAL is 320
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DROPDOWN_MENU is 327
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_POPUP_MENU is 328
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_TOOLTIP is 329
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_NOTIFICATION is 330
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_COMBO is 388
[ 01/04/2019 01:29:32.704 get_atom DEBUG ] Atom _NET_WM_WINDOW_TYPE_DND is 389
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x00200046): 0x55cff1be5110
[ 01/04/2019 01:29:32.704 map_win TRACE ] (0x00200046 "(null)"): 0x55cff1be5110
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x00800001): 0x55cff1be5410
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x0080000b): 0x55cff1be8790
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x01c00003): 0x55cff1ec64f0
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x00200047): 0x55cff1ec6700
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x00200049): 0x55cff1ec6910
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x0020004b): 0x55cff1ec6b20
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x0020004d): 0x55cff1ec6d30
[ 01/04/2019 01:29:32.704 add_win TRACE ] (0x0020005f): 0x55cff1ec6f40
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200061): 0x55cff1ec7150
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200120): 0x55cff1ec7360
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200123): 0x55cff1ec7570
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200218): 0x55cff1ec7780
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x0020021d): 0x55cff1ec7990
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200054): 0x55cff1ec7ba0
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200090): 0x55cff1ec7db0
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200396): 0x55cff1ec7fc0
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x0020039b): 0x55cff1ec8210
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200337): 0x55cff1ec8420
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x0020033a): 0x55cff1ec8630
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x0020004f): 0x55cff1ec8840
[ 01/04/2019 01:29:32.705 add_win TRACE ] (0x00200089): 0x55cff1ec8a50
[ 01/04/2019 01:29:32.705 map_win TRACE ] (0x00200089 "(null)"): 0x55cff1ec8a50
[ 01/04/2019 01:29:32.705 win_recheck_client TRACE ] (0x00200089): client 0x01000006
[ 01/04/2019 01:29:32.705 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:32.705 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:32.705 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 1
[ 01/04/2019 01:29:32.706 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:32.706 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:32.706 add_win TRACE ] (0x0020005b): 0x55cff1ec8db0
[ 01/04/2019 01:29:32.706 add_win TRACE ] (0x00200324): 0x55cff1ec8fc0
[ 01/04/2019 01:29:32.706 map_win TRACE ] (0x00200324 "(null)"): 0x55cff1ec8fc0
[ 01/04/2019 01:29:32.706 win_recheck_client TRACE ] (0x00200324): client self (override-redirected)
[ 01/04/2019 01:29:32.706 win_update_leader TRACE ] (0x00200324): client 0x00200324, leader 0000000000, cache 0x00200324
[ 01/04/2019 01:29:32.706 win_get_name TRACE ] (0x00200324): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:32.706 win_get_name TRACE ] (0x00200324): client = 0x00200324, name = "[i3 con] workspace ?", ret = 1
[ 01/04/2019 01:29:32.706 win_get_class TRACE ] (0x00200324): client = 0x00200324, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:32.706 map_win TRACE ] (0x00200324): type normal
[ 01/04/2019 01:29:32.706 add_win TRACE ] (0x00200329): 0x55cff1ec92b0
[ 01/04/2019 01:29:32.706 map_win TRACE ] (0x00200329 "(null)"): 0x55cff1ec92b0
[ 01/04/2019 01:29:32.706 win_recheck_client TRACE ] (0x00200329): client 0x02400005
[ 01/04/2019 01:29:32.706 win_update_leader TRACE ] (0x00200329): client 0x02400005, leader 0000000000, cache 0x02400005
[ 01/04/2019 01:29:32.706 win_get_name TRACE ] (0x00200329): client = 0x02400005, name = "st", ret = 1
[ 01/04/2019 01:29:32.706 win_get_class TRACE ] (0x00200329): client = 0x02400005, instance = "st-256color", general = "st-256color"
[ 01/04/2019 01:29:32.706 map_win TRACE ] (0x00200329): type normal
[ 01/04/2019 01:29:32.706 add_win TRACE ] (0x0020005d): 0x55cff1ec95c0
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x0100000c): 0x55cff1ec9840
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01e00001): 0x55cff1ec9a50
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01e000d8): 0x55cff1ec9c60
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01e000ef): 0x55cff1ec9e70
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01200001): 0x55cff1eca080
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01200003): 0x55cff1eca290
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01200008): 0x55cff1eca4a0
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01a00001): 0x55cff1eca6b0
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01600007): 0x55cff1eca8c0
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01400005): 0x55cff1ecaad0
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01400017): 0x55cff1ecace0
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01c00001): 0x55cff1ecaef0
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x01400018): 0x55cff1ecb100
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x00e00001): 0x55cff1ecb330
[ 01/04/2019 01:29:32.707 add_win TRACE ] (0x02200002): 0x55cff1ecb540
[ 01/04/2019 01:29:32.707 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:32.711 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:32.712 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:32.712 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:32.717 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:32.719 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:32.721 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:32.723 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:33.566 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:33.567 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:33.593 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:33.593 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:33.593 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020039b, override_redirect: 1 }
[ 01/04/2019 01:29:33.594 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200324, override_redirect: 1 }
[ 01/04/2019 01:29:33.594 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200329, override_redirect: 1 }
[ 01/04/2019 01:29:33.594 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020004f, override_redirect: 1 }
[ 01/04/2019 01:29:33.594 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200089, override_redirect: 1 }
[ 01/04/2019 01:29:33.594 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:33.594 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:33.594 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:33.594 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:33.594 map_win TRACE ] (0x00200337 "(null)"): 0x55cff1ec8420
[ 01/04/2019 01:29:33.594 win_recheck_client TRACE ] (0x00200337): client self (override-redirected)
[ 01/04/2019 01:29:33.595 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:33.595 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:33.595 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 1
[ 01/04/2019 01:29:33.595 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:33.595 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:33.598 map_win TRACE ] (0x0020033a "(null)"): 0x55cff1ec8630
[ 01/04/2019 01:29:33.598 win_recheck_client TRACE ] (0x0020033a): client 0x02600002
[ 01/04/2019 01:29:33.600 win_update_leader TRACE ] (0x0020033a): client 0x02600002, leader 0000000000, cache 0x02600002
[ 01/04/2019 01:29:33.602 win_get_name TRACE ] (0x0020033a): client = 0x02600002, name = "Shameless.US.S01E02.720p.BluRay.x265-[Bi-3-Seda.Ir].mkv - mpv", ret = 1
[ 01/04/2019 01:29:33.602 win_get_class TRACE ] (0x0020033a): client = 0x02600002, instance = "gl", general = "mpv"
[ 01/04/2019 01:29:33.603 map_win TRACE ] (0x0020033a): type normal
[ 01/04/2019 01:29:33.603 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:33.603 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:33.610 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:33.611 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:33.973 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:33.974 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:33.974 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:33.981 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:33.984 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:33.984 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:33.985 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:34.136 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.137 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.138 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.138 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.138 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.138 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:34.139 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:34.142 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:34.147 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:34.147 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:34.148 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:34.148 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.149 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:34.151 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:34.152 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:34.152 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:34.152 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:34.152 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:34.153 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:34.161 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:34.164 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:34.168 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:34.169 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:34.287 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.288 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.288 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.288 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.288 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.288 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:34.289 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:34.421 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.422 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.422 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.423 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.423 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.423 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:34.423 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:34.423 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:34.424 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:34.424 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:34.424 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:34.427 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.433 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:34.433 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:34.434 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:34.434 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:34.434 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:34.434 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:34.434 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:34.444 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:34.449 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:34.452 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:34.453 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:34.570 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.570 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.571 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.571 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.571 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.571 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:34.572 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:34.704 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.705 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.705 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.705 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.706 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.706 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:34.711 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:34.712 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:34.712 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:34.712 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:34.712 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:34.713 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.713 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:34.713 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:34.713 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:34.714 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:34.715 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:34.721 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:34.721 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:34.727 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:34.729 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:34.735 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:34.735 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:34.871 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:34.877 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.877 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.878 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:34.878 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:34.878 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:34.881 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:35.007 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.008 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.009 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.009 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.009 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.009 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:35.009 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:35.009 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:35.009 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:35.010 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:35.013 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:35.013 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.016 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:35.017 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:35.017 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:35.017 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:35.017 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:35.017 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:35.018 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:35.027 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:35.029 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:35.036 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:35.037 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:35.170 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.171 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.172 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.172 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.172 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.172 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:35.175 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:35.312 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.313 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.313 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.313 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.314 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.314 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:35.314 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:35.314 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:35.314 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:35.314 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:35.314 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:35.317 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.321 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:35.321 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:35.321 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:35.322 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:35.322 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:35.322 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:35.322 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:35.327 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:35.328 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:35.332 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:35.333 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:35.471 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.471 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.471 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.477 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.477 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.477 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:35.481 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:35.641 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.642 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.642 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.642 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.642 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.643 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:35.646 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:35.648 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:35.648 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:35.649 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:35.649 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:35.650 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.650 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:35.650 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:35.650 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:35.651 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:35.651 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:35.651 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:35.651 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:35.661 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:35.664 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:35.669 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:35.671 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:35.804 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.804 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.804 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.805 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.805 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.805 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:35.805 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:35.953 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.954 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.958 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.959 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:35.960 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:35.960 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:35.962 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:35.962 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:35.962 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:35.962 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:35.963 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:35.963 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:35.963 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:35.964 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:35.964 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:35.964 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:35.965 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:35.965 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:35.965 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:35.977 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:35.981 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:35.986 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:35.987 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:36.137 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.137 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.138 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.139 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.144 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.144 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:36.148 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:36.308 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.309 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.310 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.310 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.310 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.310 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:36.314 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:36.316 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:36.316 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:36.316 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:36.317 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:36.317 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.317 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:36.317 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:36.317 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:36.317 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:36.318 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:36.318 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:36.318 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:36.328 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:36.332 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:36.336 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:36.337 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:36.471 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.472 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.472 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.472 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.472 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.472 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:36.473 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:36.623 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.624 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.624 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.625 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.627 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.627 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:36.629 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:36.630 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:36.630 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:36.630 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:36.630 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:36.630 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.631 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:36.631 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:36.631 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:36.631 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:36.631 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:36.631 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:36.632 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:36.639 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:36.641 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:36.653 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:36.654 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:36.787 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.788 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.788 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.788 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.788 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.788 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:36.789 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:36.929 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.930 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.931 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.936 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:36.936 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:36.936 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:36.937 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:36.937 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:36.939 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:36.939 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:36.939 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:36.940 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:36.940 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:36.943 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:36.943 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:36.944 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:36.944 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:36.944 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:36.945 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:36.950 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:36.952 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:36.969 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:36.970 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:37.092 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.092 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.093 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.093 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.093 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.093 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:37.094 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:37.243 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.244 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.244 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.244 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.244 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.245 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:37.246 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:37.246 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:37.246 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:37.249 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:37.250 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:37.250 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.251 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:37.252 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:37.252 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:37.252 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:37.253 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:37.253 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:37.253 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:37.262 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:37.264 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:37.269 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:37.270 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:37.420 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.420 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.420 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.420 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.420 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.421 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:37.422 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:37.569 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.569 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.570 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.570 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.570 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.570 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:37.573 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:37.576 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:37.577 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:37.577 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:37.577 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:37.577 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.578 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:37.578 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:37.578 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:37.579 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:37.579 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:37.579 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:37.580 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:37.590 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:37.593 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:37.602 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:37.603 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:37.737 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.738 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.739 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.739 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.739 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.740 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:37.745 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:37.947 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.948 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.948 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.948 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:37.949 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:37.949 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:37.949 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:37.949 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:37.951 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:37.955 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:37.955 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:37.956 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:37.956 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:37.957 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:37.957 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:37.958 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:37.958 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:37.958 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:37.959 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:37.972 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:37.973 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:37.987 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:37.988 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:38.763 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:38.763 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:38.769 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:38.770 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:38.770 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:38.770 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:38.774 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:38.907 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:38.908 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:38.909 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:38.909 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:38.913 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:38.913 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:38.916 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:38.916 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:38.916 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:38.916 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:38.917 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:38.917 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:38.917 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:38.918 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:38.918 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:38.918 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:38.918 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:38.919 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:38.919 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:38.927 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:38.928 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:38.929 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:38.930 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:39.057 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.058 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.060 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.060 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.062 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.062 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:39.063 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:39.321 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.322 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.322 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.323 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.323 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.323 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:39.329 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:39.329 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:39.330 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:39.330 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:39.330 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:39.330 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.331 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:39.331 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:39.331 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:39.331 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:39.332 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:39.332 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:39.332 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:39.340 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:39.343 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:39.352 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:39.353 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:39.486 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.486 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.487 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.487 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.487 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.488 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:39.491 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:39.613 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.614 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.614 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.615 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.615 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.615 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:39.615 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:39.615 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:39.615 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:39.615 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:39.616 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:39.618 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.620 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:39.623 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:39.624 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:39.624 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:39.624 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:39.624 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:39.625 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:39.636 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:39.637 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:39.639 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:39.641 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:39.756 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.756 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.757 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.757 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.757 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.757 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:39.758 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:39.891 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.892 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.892 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.892 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:39.892 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:39.892 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:39.893 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:39.895 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:39.898 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:39.899 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:39.899 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:39.899 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:39.900 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:39.900 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:39.901 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:39.901 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:39.902 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:39.902 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:39.903 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:39.915 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:39.917 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:39.918 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:39.922 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:40.053 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.053 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.053 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.053 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.054 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.054 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:40.055 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:40.175 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.176 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.176 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.176 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.176 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.177 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:40.177 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:40.179 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:40.179 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:40.179 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:40.181 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:40.182 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.183 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:40.183 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:40.183 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:40.183 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:40.184 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:40.184 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:40.184 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:40.194 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:40.198 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:40.202 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:40.203 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:40.338 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.339 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.340 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.344 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.344 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.344 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:40.345 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:40.482 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.483 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.484 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.484 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.484 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.484 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:40.488 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:40.489 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:40.490 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:40.490 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:40.491 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:40.491 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.491 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:40.491 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:40.491 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:40.492 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:40.492 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:40.492 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:40.492 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:40.501 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:40.505 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:40.518 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:40.519 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:40.655 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.656 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.656 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.656 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.656 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.656 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:40.657 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:40.799 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.804 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.804 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.805 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.805 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.805 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:40.806 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:40.806 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:40.806 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:40.806 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:40.809 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:40.812 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.813 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:40.813 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:40.813 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:40.814 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:40.814 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:40.814 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:40.814 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:40.819 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:40.826 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:40.835 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:40.837 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:40.958 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:40.958 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.958 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.958 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:40.959 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:40.959 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:40.959 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:41.096 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.097 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.097 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.097 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.097 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.098 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:41.098 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:41.102 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:41.102 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:41.103 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:41.105 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:41.105 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.105 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:41.106 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:41.106 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:41.106 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:41.107 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:41.107 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:41.107 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:41.116 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:41.118 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:41.135 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:41.136 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:41.253 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.253 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.254 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.254 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.255 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.258 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:41.259 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:41.395 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.396 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.396 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.396 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.396 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.396 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:41.397 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:41.397 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:41.397 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:41.397 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:41.397 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:41.401 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.406 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:41.406 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:41.407 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:41.407 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:41.407 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:41.408 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:41.408 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:41.421 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:41.422 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:41.423 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:41.424 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:41.554 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.554 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.555 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.555 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.559 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.559 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:41.562 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:41.701 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.702 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.702 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.702 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.703 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.703 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:41.704 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:41.705 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:41.706 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:41.706 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:41.706 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:41.707 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.709 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:41.710 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:41.710 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:41.710 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:41.710 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:41.710 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:41.711 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:41.720 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:41.723 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:41.735 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:41.737 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:41.852 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.853 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.853 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.853 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.853 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.854 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:41.858 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:41.977 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.980 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.981 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.981 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:41.981 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:41.981 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:41.984 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:41.985 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:41.986 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:41.987 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:41.988 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:41.988 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:41.988 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:41.988 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:41.988 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:41.989 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:41.989 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:41.989 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:41.989 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:41.998 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:42.001 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:42.004 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:42.004 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:42.119 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.119 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.120 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.120 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.120 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.120 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:42.123 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:42.257 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.258 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.258 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.258 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.258 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.258 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:42.258 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:42.258 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:42.260 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:42.261 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:42.261 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:42.261 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.263 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:42.264 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:42.264 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:42.265 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:42.265 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:42.265 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:42.265 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:42.278 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:42.279 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:42.285 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:42.286 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:42.419 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.420 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.420 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.420 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.420 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.420 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:42.425 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:42.553 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.553 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.555 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.557 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.557 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.557 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:42.559 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:42.560 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:42.560 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:42.560 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:42.561 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:42.561 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.561 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:42.561 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:42.562 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:42.562 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:42.562 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:42.562 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:42.562 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:42.572 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:42.573 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:42.574 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:42.575 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:42.708 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.709 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.709 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.709 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.710 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.713 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:42.713 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:42.844 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.845 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.845 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.845 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:42.845 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:42.845 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:42.845 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:42.846 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:42.846 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:42.846 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:42.846 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:42.846 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:42.852 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:42.854 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:42.854 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:42.854 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:42.855 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:42.855 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:42.856 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:42.864 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:42.865 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:42.865 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:42.866 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:43.006 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.007 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.007 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.007 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.009 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.009 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:43.012 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:43.142 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.143 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.143 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.143 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.143 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.143 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:43.144 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:43.144 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:43.144 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:43.144 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:43.144 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:43.150 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.152 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:43.153 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:43.154 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:43.154 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:43.154 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:43.154 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:43.155 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:43.165 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:43.169 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:43.169 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:43.171 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:43.290 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.291 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.297 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.300 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.300 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.300 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:43.301 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:43.426 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.427 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.427 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.427 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.427 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.427 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:43.432 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:43.433 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:43.435 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:43.435 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:43.435 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:43.435 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.435 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:43.436 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:43.436 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:43.436 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:43.436 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:43.436 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:43.437 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:43.447 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:43.448 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:43.449 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:43.452 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:43.585 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.586 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.586 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.586 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.586 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.586 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:43.587 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:43.724 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.725 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.726 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.726 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.728 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.729 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:43.730 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:43.730 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:43.730 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:43.731 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:43.731 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:43.731 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.731 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:43.732 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:43.732 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:43.732 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:43.733 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:43.733 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:43.733 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:43.741 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:43.743 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:43.751 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:43.752 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:43.887 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:43.887 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.888 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.888 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:43.889 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:43.889 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:43.892 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:44.021 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.022 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.022 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.023 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.023 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.023 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:44.023 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:44.023 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:44.027 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:44.029 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:44.032 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:44.032 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.033 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:44.033 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:44.034 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:44.034 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:44.034 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:44.034 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:44.035 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:44.044 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:44.046 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:44.047 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:44.048 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:44.188 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.189 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.189 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.190 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.190 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.199 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:44.199 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:44.337 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.338 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.341 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.341 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.341 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.341 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:44.342 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:44.342 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:44.342 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:44.343 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:44.343 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:44.343 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.344 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:44.344 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:44.345 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:44.345 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:44.345 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:44.345 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:44.346 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:44.355 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:44.357 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:44.368 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:44.369 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:44.502 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.503 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.503 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.503 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.503 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.503 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:44.507 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:44.631 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.632 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.632 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.632 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.633 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.633 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:44.641 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:44.641 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:44.641 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:44.642 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:44.642 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:44.642 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.642 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:44.643 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:44.643 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:44.643 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:44.643 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:44.643 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:44.644 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:44.655 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:44.655 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:44.656 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:44.657 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:44.785 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.785 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.786 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.786 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.786 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.786 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:44.787 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:44.937 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.938 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.938 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.939 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:44.939 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:44.939 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:44.939 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:44.939 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:44.939 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:44.940 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:44.940 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:44.943 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:44.945 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:44.948 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:44.949 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:44.949 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:44.949 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:44.950 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:44.950 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:44.955 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:44.961 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:44.963 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:44.964 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:45.102 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.102 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.102 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.103 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.104 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.104 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:45.107 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:45.234 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.235 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.235 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.235 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.235 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.235 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:45.236 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:45.236 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:45.236 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:45.236 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:45.236 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:45.239 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.242 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:45.245 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:45.245 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:45.245 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:45.245 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:45.246 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:45.246 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:45.252 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:45.253 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:45.253 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:45.255 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:45.394 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.394 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.394 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.394 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.395 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.404 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:45.405 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:45.547 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.548 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.548 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.548 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.549 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.549 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:45.552 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:45.554 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:45.554 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:45.554 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:45.555 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:45.555 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.555 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:45.556 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:45.556 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:45.556 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:45.556 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:45.556 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:45.556 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:45.565 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:45.568 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:45.584 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:45.588 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:45.708 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.708 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.708 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.709 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.710 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.714 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:45.715 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:45.855 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.855 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.857 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.859 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:45.861 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:45.861 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:45.861 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:45.861 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:45.862 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:45.862 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:45.862 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:45.862 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:45.863 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:45.863 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:45.863 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:45.863 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:45.863 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:45.864 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:45.864 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:45.873 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:45.875 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:45.884 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:45.885 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:46.020 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.020 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.021 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.021 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.021 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.021 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:46.022 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:46.174 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.175 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.175 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.176 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.176 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.176 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:46.176 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:46.176 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:46.177 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:46.177 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:46.180 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:46.181 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.184 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:46.184 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:46.184 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:46.184 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:46.185 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:46.185 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:46.185 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:46.192 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:46.194 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:46.201 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:46.202 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:46.367 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.369 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.369 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.369 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.369 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.376 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:46.379 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:46.525 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.526 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.527 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.527 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.529 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.529 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:46.529 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:46.529 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:46.529 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:46.532 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:46.532 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:46.532 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.532 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:46.533 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:46.533 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:46.534 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:46.534 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:46.535 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:46.535 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:46.545 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:46.547 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:46.550 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:46.552 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:46.687 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.687 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.688 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.688 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.688 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.688 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:46.689 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:46.840 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.842 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.842 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.842 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:46.842 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:46.842 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:46.842 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:46.843 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:46.843 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:46.843 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:46.843 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:46.844 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:46.846 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:46.849 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:46.849 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:46.850 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:46.850 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:46.850 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:46.851 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:46.860 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:46.860 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:46.861 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:46.862 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:47.013 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.015 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.015 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.016 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.016 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.021 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:47.024 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:47.188 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.189 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.189 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.189 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.190 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.190 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:47.196 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:47.197 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:47.197 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:47.197 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:47.197 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:47.197 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.197 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:47.198 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:47.198 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:47.198 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:47.200 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:47.201 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:47.201 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:47.206 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:47.208 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:47.219 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:47.219 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:47.351 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.352 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.353 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.353 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.356 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.357 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:47.358 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:47.503 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.504 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.504 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.505 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.505 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.505 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:47.505 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:47.505 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:47.505 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:47.505 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:47.506 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:47.508 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.510 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:47.513 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:47.514 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:47.514 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:47.514 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:47.514 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:47.515 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:47.529 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:47.529 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:47.530 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:47.532 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:47.668 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.669 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.670 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.673 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.673 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.673 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:47.674 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:47.817 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.821 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.821 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.822 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.824 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.824 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:47.825 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:47.828 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:47.829 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:47.829 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:47.829 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:47.830 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.830 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:47.830 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:47.830 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:47.831 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:47.831 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:47.831 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:47.832 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:47.840 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:47.843 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:47.850 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:47.851 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:47.987 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:47.988 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.988 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.988 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:47.988 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:47.988 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:47.989 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:48.135 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.136 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.137 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.138 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.141 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.141 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:48.144 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:48.144 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:48.144 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:48.145 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:48.145 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:48.145 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.145 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:48.146 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:48.146 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:48.146 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:48.146 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:48.146 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:48.147 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:48.156 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:48.159 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:48.167 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:48.169 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:48.301 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.302 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.302 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.302 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.302 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.302 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:48.303 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:48.446 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.447 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.447 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.447 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.448 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.448 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:48.455 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:48.455 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:48.458 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:48.458 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:48.458 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:48.458 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.459 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:48.459 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:48.459 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:48.459 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:48.460 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:48.460 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:48.461 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:48.469 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:48.472 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:48.485 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:48.486 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:48.619 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.620 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.620 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.620 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.620 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.620 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:48.621 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:48.763 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.764 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.765 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.765 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.765 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.765 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:48.766 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:48.766 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:48.766 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:48.767 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:48.767 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:48.772 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.773 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:48.773 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:48.773 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:48.773 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:48.773 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:48.774 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:48.774 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:48.785 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:48.787 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:48.800 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:48.802 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:48.934 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:48.935 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.935 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.937 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:48.939 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:48.939 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:48.941 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:49.081 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.083 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.083 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.083 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.084 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.084 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:49.084 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:49.084 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:49.084 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:49.085 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:49.085 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:49.089 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.092 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:49.095 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:49.096 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:49.096 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:49.096 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:49.096 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:49.097 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:49.107 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:49.108 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:49.108 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:49.110 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:49.240 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.240 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.240 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.240 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.241 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.241 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:49.241 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:49.396 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.397 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.397 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.397 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.397 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.397 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:49.398 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:49.398 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:49.400 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:49.400 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:49.402 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:49.403 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.404 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:49.404 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:49.404 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:49.405 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:49.405 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:49.405 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:49.405 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:49.418 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:49.420 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:49.433 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:49.434 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:49.569 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.584 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.585 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.585 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.585 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.586 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:49.586 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:49.730 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.730 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.731 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.731 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.731 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.731 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:49.731 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:49.731 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:49.732 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:49.732 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:49.733 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:49.737 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.737 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:49.737 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:49.737 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:49.737 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:49.738 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:49.738 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:49.739 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:49.748 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:49.751 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:49.767 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:49.768 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:49.901 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:49.901 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.902 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.903 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:49.905 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:49.905 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:49.906 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:50.065 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.066 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.067 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.067 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.067 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.067 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:50.067 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:50.067 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:50.067 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:50.068 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:50.068 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:50.071 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.073 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:50.074 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:50.074 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:50.074 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:50.074 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:50.075 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:50.075 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:50.081 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:50.086 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:50.087 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:50.088 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:50.234 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.235 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.235 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.236 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.236 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.236 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:50.239 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:50.387 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.389 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.389 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.389 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.390 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.390 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:50.397 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:50.397 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:50.398 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:50.398 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:50.399 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:50.399 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.400 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:50.400 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:50.400 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:50.401 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:50.401 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:50.401 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:50.402 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:50.411 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:50.414 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:50.433 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:50.434 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:50.550 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.551 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.551 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.551 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.551 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.551 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:50.555 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:50.700 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.701 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.701 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.702 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.702 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.702 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:50.703 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:50.704 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:50.704 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:50.705 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:50.705 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:50.708 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.708 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:50.709 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:50.709 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:50.709 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:50.709 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:50.710 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:50.710 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:50.720 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:50.724 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:50.733 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:50.735 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:50.871 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:50.872 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.872 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.872 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:50.873 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:50.875 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:50.876 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:51.022 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.023 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.023 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.030 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.031 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.031 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:51.034 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:51.034 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:51.034 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:51.034 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:51.034 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:51.035 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.035 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:51.035 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:51.035 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:51.036 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:51.036 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:51.036 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:51.036 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:51.041 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:51.049 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:51.050 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:51.051 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:51.203 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.204 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.204 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.204 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.204 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.204 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:51.205 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:51.358 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.359 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.359 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.360 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.360 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.360 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:51.360 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:51.360 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:51.361 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:51.361 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:51.361 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:51.362 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.366 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:51.367 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:51.368 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:51.368 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:51.369 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:51.369 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:51.369 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:51.380 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:51.381 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:51.383 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:51.384 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:51.518 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.521 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.524 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.530 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.530 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.530 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:51.531 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:51.683 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.684 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.684 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.684 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.684 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.685 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:51.685 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:51.685 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:51.685 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:51.687 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:51.687 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:51.689 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.690 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:51.691 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:51.691 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:51.691 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:51.692 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:51.692 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:51.692 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:51.701 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:51.703 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:51.716 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:51.718 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:51.853 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:51.853 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.854 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.854 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:51.854 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:51.854 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:51.854 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:52.017 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:52.018 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.018 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.019 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.019 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.019 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:52.021 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:52.021 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:52.022 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:52.022 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:52.023 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:52.025 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:52.025 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:52.026 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:52.026 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:52.026 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:52.027 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:52.027 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:52.027 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:52.036 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:52.038 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:52.050 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:52.051 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:52.195 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:52.195 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.196 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.197 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.202 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.202 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:52.205 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:52.360 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:52.361 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.361 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.361 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.361 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.361 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:52.362 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:52.362 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:52.362 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:52.362 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:52.362 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:52.364 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:52.364 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:52.367 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:52.367 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:52.368 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:52.368 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:52.368 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:52.368 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:52.377 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:52.380 map_win TRACE ] (0x0000008b "(null)"): (nil)
[ 01/04/2019 01:29:52.383 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:52.383 glx_bind_pixmap DEBUG ] depth 32, tgt 0x20dc, rgba 1
[ 01/04/2019 01:29:52.538 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:52.538 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.538 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.538 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.538 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.538 ev_configure_notify TRACE ] { send_event: 359, above: 0x0020005d, override_redirect: 1 }
[ 01/04/2019 01:29:52.539 redir_stop TRACE ] Screen unredirected.
[ 01/04/2019 01:29:52.698 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:52.699 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.699 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.699 get_atom DEBUG ] Atom _XROOTPMAP_ID is 411
[ 01/04/2019 01:29:52.699 get_atom DEBUG ] Atom _XSETROOT_ID is 412
[ 01/04/2019 01:29:52.700 map_win TRACE ] (0x00200337 "[i3 con] workspace 4"): 0x55cff1ec8420
[ 01/04/2019 01:29:52.706 win_update_leader TRACE ] (0x00200337): client 0x00200337, leader 0000000000, cache 0x00200337
[ 01/04/2019 01:29:52.706 win_get_name TRACE ] (0x00200337): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:52.707 win_get_name TRACE ] (0x00200337): client = 0x00200337, name = "[i3 con] workspace 4", ret = 0
[ 01/04/2019 01:29:52.707 win_get_class TRACE ] (0x00200337): client = 0x00200337, instance = "i3-frame", general = "i3-frame"
[ 01/04/2019 01:29:52.707 map_win TRACE ] (0x00200337): type normal
[ 01/04/2019 01:29:52.707 ev_configure_notify TRACE ] { send_event: 359, above: 0x00200337, override_redirect: 1 }
[ 01/04/2019 01:29:52.708 map_win TRACE ] (0x00200089 "i3bar for output eDP1"): 0x55cff1ec8a50
[ 01/04/2019 01:29:52.708 win_update_leader TRACE ] (0x00200089): client 0x01000006, leader 0000000000, cache 0x01000006
[ 01/04/2019 01:29:52.708 win_get_name TRACE ] (0x01000006): _NET_WM_NAME unset, falling back to WM_NAME.
[ 01/04/2019 01:29:52.708 win_get_name TRACE ] (0x00200089): client = 0x01000006, name = "i3bar for output eDP1", ret = 0
[ 01/04/2019 01:29:52.708 win_get_class TRACE ] (0x00200089): client = 0x01000006, instance = "i3bar", general = "i3bar"
[ 01/04/2019 01:29:52.709 map_win TRACE ] (0x00200089): type dock
[ 01/04/2019 01:29:52.709 redir_start TRACE ] Screen redirected.
[ 01/04/2019 01:29:52.711 glx_bind_pixmap DEBUG ] depth 24, tgt 0x20dc, rgba 0
[ 01/04/2019 01:29:52.716 map_win TRACE ] (0x0000008b "(null)"): (nil)
Terminated
yshui commented 5 years ago

So I started i3 with its default configuration, ran compton with your config file, then repeatedly fullscreen/un-fullscreen a video player window (I tried firefox and mpv). But I cannot reproduce this problem. Therefore I probably couldn't help.

If you want to look into this problem, I will provide all the help I can. If someone else has the same problem, please add more details here if you can.

3N4N commented 5 years ago

Thanks for the help. I will close the issue now since with unredir-if-possible = false; I don't experience any freeze. But I will keep an eye on the issue tracker of the official repository if anyone has the same problem in the future.

yshui commented 5 years ago

I think it's better to leave this open so people with the same problem can see it.

lyuben-todorov commented 4 years ago

This is a really weird bug. Before AUR switched to picom I was getting it seemingly at random and it would apply to all fullscreen applications. On firefox developer edition I was able to 'un-freeze' the screen after switching fullscreen a few times. I'm currently getting this on popcorntime which is an electron-based torrent streamer. I was getting this with both the intel and nvidia gpu untill I killed picom.

Platform

Linux kzu 5.5.5-arch1-1 x86_64 GNU/Linux

Optimus laptop with dual gpu

GPU, drivers, and screen setup

17: PCI 100.0: 0300 VGA compatible controller (VGA)             
  [Created at pci.386]
  Unique ID: VCu0.4NBBltwqZV9
  Parent ID: vSkL.KBRcQ+MUyd9
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
  SysFS BusID: 0000:01:00.0
  Hardware Class: graphics card
  Model: "nVidia GP107GLM [Quadro P1000 Mobile]"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x1cbb "GP107GLM [Quadro P1000 Mobile]"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x8427 
  Revision: 0xa1
  Memory Range: 0xe5000000-0xe5ffffff (rw,non-prefetchable)
  Memory Range: 0x80000000-0x8fffffff (ro,non-prefetchable)
  Memory Range: 0x90000000-0x91ffffff (ro,non-prefetchable)
  I/O Ports: 0x4000-0x407f (rw)
  Memory Range: 0xe6080000-0xe60fffff (ro,non-prefetchable,disabled)
  IRQ: 16 (no events)
  Module Alias: "pci:v000010DEd00001CBBsv0000103Csd00008427bc03sc00i00"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #12 (PCI bridge)

29: PCI 02.0: 0300 VGA compatible controller (VGA)
  [Created at pci.386]
  Unique ID: _Znp.jBfM02JDtb4
  SysFS ID: /devices/pci0000:00/0000:00:02.0
  SysFS BusID: 0000:00:02.0
  Hardware Class: graphics card
  Device Name: "Onboard IGD"
  Model: "Intel UHD Graphics 630 (Mobile)"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x3e9b "UHD Graphics 630 (Mobile)"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x8427 
  Driver: "i915"
  Driver Modules: "i915"
  Memory Range: 0xe4000000-0xe4ffffff (rw,non-prefetchable)
  Memory Range: 0xa0000000-0xafffffff (ro,non-prefetchable)
  I/O Ports: 0x5000-0x503f (rw)
  Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
  IRQ: 171 (162506575 events)
  Module Alias: "pci:v00008086d00003E9Bsv0000103Csd00008427bc03sc00i00"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

drivers:

xf86-video-intel 1:2.99.917+899+gf66d3954-1

lib32-mesa 19.3.4-3
lib32-opencl-mesa 19.3.4-3
mesa 19.3.4-2
mesa-demos 8.4.0-2
opencl-mesa 19.3.4-2

glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)  (0x3e9b)
    Version: 19.3.4
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2) 
OpenGL core profile version string: 4.6 (Core Profile) Mesa 19.3.4
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.0 Mesa 19.3.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 19.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Environment

i3-gaps

picom version

v7.5

**Version:** v7.5

### Extensions:

* Shape: Yes
* XRandR: Yes
* Present: Present

### Misc:

* Use Overlay: Yes
* Config file used: /home/lyubentodorov/.config/picom/picom.conf

### Drivers (inaccurate):

Intel
lyuben-todorov commented 4 years ago

Forgot the picom config:

xrender-sync-fence = true;
backend = "glx";
glx-no-stencil = true;
vsync = true;
sw-opti = false;
glx-copy-from-front = false;

### Shadow
shadow = true;
dock-shadow = false;
dnd-shadow = false;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-opacity = 0.5;
shadow-exclude = [
  "n:w:*Chromium*"
];
shadow-ignore-shaped = false;

### Opacity
popup_menu-opacity = 0.90;
dropdown_menu-opacity = 0.90;
frame-opacity = 0.90;  # i.e. titlebars, borders
inactive-opacity-override = false;
# opacity-rule = [ "80:class_g = 'URxvt'" ];

inactive-dim = 0.2;
# inactive-dim-fixed = true;

### Blur options
blur-background = true;
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];

### Fading
fading = true;
fade-delta = 4;  # 30;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];

### Other

mark-wmwin-focused = true;
mark-ovredir-focused = true;

# Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
# Usually more reliable but depends on a EWMH-compliant WM.
use-ewmh-active-win = true;

# # Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
# detect-rounded-corners = true;

detect-client-opacity = true;
dbe = false;
unredir-if-possible = true;
# unredir-if-possible-delay = 5000;
# unredir-if-possible-exclude = [ ];
focus-exclude = [ "class_g = 'Cairo-clock'" ];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
# resize-damage = 1;

# Window type settings
wintypes:
{
  tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
};
yshui commented 4 years ago

@lyuben-todorov does the whole screen freeze? or just a single window? also, do you have the debug log at the time of freeze?

lyuben-todorov commented 4 years ago

This bug is so weird. I can no longer reproduce this. The only change is that I rebooted my PC after 5 days of uptime. The whole screen freezes. Next time I get this I'll post a debug log