Skip to content

Instantly share code, notes, and snippets.

@Soundtoxin
Created November 13, 2019 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Soundtoxin/f569b7661aa0109b5535cd2e84de3656 to your computer and use it in GitHub Desktop.
Save Soundtoxin/f569b7661aa0109b5535cd2e84de3656 to your computer and use it in GitHub Desktop.
sway crash log and sway config
# Read `man 5 sway` for a complete reference.
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod4
# Home row direction keys, like vim
set $left h
set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term termite
# Your preferred application launcher
# Note: it's recommended that you pass the final command to sway
#set $menu dmenu_path | dmenu | xargs swaymsg exec
set $menu "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"
set $menu2 BEMENU_BACKEND=wayland bemenu-run --fn "terminus 9" -l 5 | xargs swaymsg exec
set $mpv-clipboard wl-paste | xargs -d '\n' mpv | xargs swaymsg exec
# hide titlebars
default_border none
default_border pixel 1
#new_window normal
#for_window [class="^.*"] border pixel 1
#font
font pango:terminus 9
# autostart programs
exec wl-paste -t text --watch clipman store
exec --no-startup-id xrdb ~/.Xresources
exec --no-startup-id mako
exec --no-startup-id mpd
exec --no-startup-id mpdscribble
exec termite --name=term-local
exec termite --name=term-masaki
### Output configuration
set $laptop eDP-1
bindswitch lid:on output $laptop disable
bindswitch lid:off output $laptop enable
output * bg /home/brad/pictures/wallpaper/1529004448340.jpg fill
#output DP-3 pos 0 0 res 1920x1200
output DP-4 pos 0 1200 transform 270
### Idle configuration
#
# Example configuration:
#
#exec swayidle -w \
# timeout 300 'swaylock -f -c 000000' \
# timeout 600 'swaymsg "output * dpms off"' \
# resume 'swaymsg "output * dpms on"' \
# before-sleep 'swaylock -f -c 000000'
#
# This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleep.
### Input configuration
input type:pointer accel_profile flat
input type:keyboard xkb_layout us
input type:keyboard xkb_variant dvorak
input type:keyboard xkb_options compose:caps
### Key bindings
# start a terminal
bindsym $mod+Return exec $term
# kill focused window
bindsym $mod+Shift+q kill
# start your launcher
bindsym $mod+d exec $menu
bindsym $mod+Shift+d exec $menu2
# open clipboard contents in mpv
bindsym $mod+p exec $mpv-clipboard
# mouse button for dragging.
floating_modifier $mod normal
# reload the configuration file
bindsym $mod+Shift+c reload
# exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
# lock screen
bindsym $mod+Shift+x exec swaylock -f -c 000000
# scrot
bindsym $mod+x exec grim -g "$(slurp)" ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim.png')
bindsym Print exec grim ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim_desktop.png')
# focus deluge
bindsym ctrl+$mod+d [class="Deluge"] focus
# focus emacs
bindsym ctrl+$mod+e [class="Emacs"] focus
# focus browser
bindsym ctrl+$mod+b [class="Firefox"] focus
# focus mpv
bindsym ctrl+$mod+v [app_id="mpv"] focus
# focus masaki terminal
bindsym ctrl+$mod+m [app_id="term-masaki"] focus
# focus local terminal
bindsym ctrl+$mod+l [app_id="term-local"] focus
#
# Moving around:
#
# Move your focus around
bindsym $mod+$left focus left
bindsym $mod+$down focus down
bindsym $mod+$up focus up
bindsym $mod+$right focus right
# or use $mod+[up|down|left|right]
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
bindsym ctrl+$mod+j focus output right
bindsym ctrl+$mod+k focus output left
# _move_ the focused window with the same, but add Shift
bindsym $mod+Shift+$left move left
bindsym $mod+Shift+$down move down
bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right
# ditto, with arrow keys
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
#
# Workspaces:
#
# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
bindsym ctrl+$mod+n workspace next_on_output
bindsym ctrl+$mod+p workspace prev_on_output
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
# move workspaces between monitors
bindsym $mod+o move workspace to output left
# Note: workspaces can have any name you want, not just numbers.
# We just use 1-10 as the default.
#
# Layout stuff:
#
# You can "split" the current object of your focus with
# $mod+b or $mod+v, for horizontal and vertical splits
# respectively.
bindsym $mod+b splith
bindsym $mod+v splitv
# Switch the current container between different layout styles
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# Make the current focus fullscreen
bindsym $mod+f fullscreen
# Toggle the current focus between tiling and floating mode
bindsym $mod+Shift+space floating toggle
# Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
# move focus to the parent container
bindsym $mod+a focus parent
bindsym $mod+Shift+a focus child
assign [class="Firefox"] 2
assign [class="Nightly"] 2
assign [class="IceCat"] 2
assign [class="Navigator"] 2
assign [class="Deluge"] 3
assign [class="mpv"] 1
#assign [app_id="term-masaki"] 2
assign [app_id="term-local"] 1
#
# Scratchpad:
#
# Sway has a "scratchpad", which is a bag of holding for windows.
# You can send windows there and get them back later.
# Move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
#
# Resizing containers:
#
mode "resize" {
# left will shrink the containers width
# right will grow the containers width
# up will shrink the containers height
# down will grow the containers height
bindsym $left resize shrink width 10px
bindsym $down resize grow height 10px
bindsym $up resize shrink height 10px
bindsym $right resize grow width 10px
# ditto, with arrow keys
bindsym Left resize shrink width 10px
bindsym Down resize grow height 10px
bindsym Up resize shrink height 10px
bindsym Right resize grow width 10px
# return to default mode
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
bindsym $mod+i mode "j: japanese; k: korean; v: vietnamese; esc: english"
mode "j: japanese; k: korean; v: vietnamese; esc: english" {
bindsym j exec ibus engine anthy; mode "default"
bindsym k exec ibus engine hangul; mode "default"
bindsym v exec ibus engine Unikey; mode "default"
bindsym Return exec ibus engine xkb:us::eng; mode "default"
bindsym Escape exec ibus engine xkb:us::eng; mode "default"
}
#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%A %Y-%m-%d %H:%M:%S'; do sleep 1; done
colors {
background #000000
separator #000000
statusline #ffffff
focused_workspace #ffffff #ffffff #000000
active_workspace #000000 #000000 #ffffff
inactive_workspace #000000 #000000 #ffffff
urgent_workspace #000000 #e60000 #ffffff
}
}
2019-11-13 09:34:38 - [sway/main.c:152] Linux anpan 5.3.8 #1-NixOS SMP Tue Oct 29 08:22:48 UTC 2019 x86_64 GNU/Linux
2019-11-13 09:34:38 - [sway/main.c:168] Contents of /etc/os-release:
2019-11-13 09:34:38 - [sway/main.c:152] NAME=NixOS
2019-11-13 09:34:38 - [sway/main.c:152] ID=nixos
2019-11-13 09:34:38 - [sway/main.c:152] VERSION="20.03pre199897.471869c9185 (Markhor)"
2019-11-13 09:34:38 - [sway/main.c:152] VERSION_CODENAME=markhor
2019-11-13 09:34:38 - [sway/main.c:152] VERSION_ID="20.03pre199897.471869c9185"
2019-11-13 09:34:38 - [sway/main.c:152] PRETTY_NAME="NixOS 20.03pre199897.471869c9185 (Markhor)"
2019-11-13 09:34:38 - [sway/main.c:152] LOGO="nix-snowflake"
2019-11-13 09:34:38 - [sway/main.c:152] HOME_URL="https://nixos.org/"
2019-11-13 09:34:38 - [sway/main.c:152] DOCUMENTATION_URL="https://nixos.org/nixos/manual/index.html"
2019-11-13 09:34:38 - [sway/main.c:152] SUPPORT_URL="https://nixos.org/nixos/support.html"
2019-11-13 09:34:38 - [sway/main.c:152] BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"
2019-11-13 09:34:38 - [sway/main.c:140] LD_LIBRARY_PATH=(null)
2019-11-13 09:34:38 - [sway/main.c:140] LD_PRELOAD=(null)
2019-11-13 09:34:38 - [sway/main.c:140] PATH=/nix/store/mp6185lcjpzfc80cavl8lc7bah23r2sg-swaybg-1.0/bin:/home/brad/bin:/run/wrappers/bin:/home/brad/.nix-profile/bin:/etc/profiles/per-user/brad/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/brad/.fzf/bin
2019-11-13 09:34:38 - [sway/main.c:140] SWAYSOCK=(null)
2019-11-13 09:34:38 - [sway/server.c:39] Preparing Wayland server initialization
2019-11-13 09:34:38 - [backend/session/logind.c:675] Successfully loaded logind session
2019-11-13 09:34:38 - [backend/backend.c:192] Found 1 GPUs
2019-11-13 09:34:38 - [backend/drm/backend.c:152] Initializing DRM backend for /dev/dri/card0 (i915)
2019-11-13 09:34:38 - [backend/drm/drm.c:69] Using atomic DRM interface
2019-11-13 09:34:38 - [backend/drm/drm.c:254] Found 3 DRM CRTCs
2019-11-13 09:34:38 - [backend/drm/drm.c:175] Found 9 DRM planes
2019-11-13 09:34:38 - [render/egl.c:174] Using EGL 1.4
2019-11-13 09:34:38 - [render/egl.c:175] Supported EGL extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_WL_bind_wayland_display
2019-11-13 09:34:38 - [render/egl.c:176] EGL vendor: Mesa Project
2019-11-13 09:34:38 - [render/egl.c:119] Supported dmabuf buffer formats: AR30 XR30 AB30 XB30 AR24 AB24 XR24 XB24 AR15 RG16 R8 R16 GR88 GR32 YUV9 YU11 YU12 YU16 YU24 YVU9 YV11 YV12 YV16 YV24 NV12 P010 P012 P016 NV16 AYUV XYUV YUYV UYVY
2019-11-13 09:34:38 - [render/gles2/renderer.c:546] Using OpenGL ES 3.1 Mesa 19.2.1
2019-11-13 09:34:38 - [render/gles2/renderer.c:547] GL vendor: Intel Open Source Technology Center
2019-11-13 09:34:38 - [render/gles2/renderer.c:548] GL renderer: Mesa DRI Intel(R) Haswell Mobile
2019-11-13 09:34:38 - [render/gles2/renderer.c:549] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_INTEL_performance_query GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_KHR_no_error GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_texture_compression_bptc GL_KHR_parallel_shader_compile GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_sRGB_R8 GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_depth_clamp GL_EXT_texture_query_lod
2019-11-13 09:34:38 - [backend/noop/backend.c:51] Creating noop backend
2019-11-13 09:34:38 - [sway/main.c:363] Starting sway version 1.2
2019-11-13 09:34:38 - [sway/server.c:53] Initializing Wayland server
2019-11-13 09:34:38 - [types/wlr_idle.c:258] idle manager created
2019-11-13 09:34:38 - [types/wlr_idle_inhibit_v1.c:191] idle_inhibit manager created
2019-11-13 09:34:38 - [types/wlr_relative_pointer_v1.c:228] relative_pointer_v1 manager created
2019-11-13 09:34:38 - [sway/config.c:393] Loading config from /home/brad/.config/sway/config
2019-11-13 09:34:38 - [sway/config.c:788] Read line 1: # Read `man 5 sway` for a complete reference.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 2:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 3: ### Variables
2019-11-13 09:34:38 - [sway/config.c:788] Read line 4: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 5: # Logo key. Use Mod1 for Alt.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 6: set $mod Mod4
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $mod Mod4
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $mod Mod4
2019-11-13 09:34:38 - [sway/config.c:788] Read line 7: # Home row direction keys, like vim
2019-11-13 09:34:38 - [sway/config.c:788] Read line 8: set $left h
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $left h
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $left h
2019-11-13 09:34:38 - [sway/config.c:788] Read line 9: set $down j
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $down j
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $down j
2019-11-13 09:34:38 - [sway/config.c:788] Read line 10: set $up k
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $up k
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $up k
2019-11-13 09:34:38 - [sway/config.c:788] Read line 11: set $right l
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $right l
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $right l
2019-11-13 09:34:38 - [sway/config.c:788] Read line 12: # Your preferred terminal emulator
2019-11-13 09:34:38 - [sway/config.c:788] Read line 13: set $term termite
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $term termite
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $term termite
2019-11-13 09:34:38 - [sway/config.c:788] Read line 14: # Your preferred application launcher
2019-11-13 09:34:38 - [sway/config.c:788] Read line 15: # Note: it's recommended that you pass the final command to sway
2019-11-13 09:34:38 - [sway/config.c:788] Read line 16: #set $menu dmenu_path | dmenu | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/config.c:788] Read line 17: set $menu "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $menu "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $menu "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"
2019-11-13 09:34:38 - [sway/config.c:788] Read line 18: set $menu2 BEMENU_BACKEND=wayland bemenu-run --fn "terminus 9" -l 5 | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $menu2 BEMENU_BACKEND=wayland bemenu-run --fn "terminus 9" -l 5 | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $menu2 BEMENU_BACKEND=wayland bemenu-run --fn "terminus 9" -l 5 | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/config.c:788] Read line 19: set $mpv-clipboard wl-paste | xargs -d '\n' mpv | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $mpv-clipboard wl-paste | xargs -d '\n' mpv | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $mpv-clipboard wl-paste | xargs -d '\n' mpv | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/config.c:788] Read line 20:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 21: # hide titlebars
2019-11-13 09:34:38 - [sway/config.c:788] Read line 22: default_border none
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: default_border none
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: default_border none
2019-11-13 09:34:38 - [sway/config.c:788] Read line 23: default_border pixel 1
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: default_border pixel 1
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: default_border pixel 1
2019-11-13 09:34:38 - [sway/config.c:788] Read line 24: #new_window normal
2019-11-13 09:34:38 - [sway/config.c:788] Read line 25: #for_window [class="^.*"] border pixel 1
2019-11-13 09:34:38 - [sway/config.c:788] Read line 26:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 27: #font
2019-11-13 09:34:38 - [sway/config.c:788] Read line 28: font pango:terminus 9
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: font pango:terminus 9
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: font pango:terminus 9
2019-11-13 09:34:38 - [sway/config.c:788] Read line 29:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 30: # autostart programs
2019-11-13 09:34:38 - [sway/config.c:788] Read line 31: exec wl-paste -t text --watch clipman store
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: exec wl-paste -t text --watch clipman store
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: exec wl-paste -t text --watch clipman store
2019-11-13 09:34:38 - [sway/config.c:832] Deferring command `exec wl-paste -t text --watch clipman store'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 32: exec --no-startup-id xrdb ~/.Xresources
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: exec --no-startup-id xrdb ~/.Xresources
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: exec --no-startup-id xrdb ~/.Xresources
2019-11-13 09:34:38 - [sway/config.c:832] Deferring command `exec --no-startup-id xrdb ~/.Xresources'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 33: exec --no-startup-id mako
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: exec --no-startup-id mako
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: exec --no-startup-id mako
2019-11-13 09:34:38 - [sway/config.c:832] Deferring command `exec --no-startup-id mako'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 34: exec --no-startup-id mpd
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: exec --no-startup-id mpd
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: exec --no-startup-id mpd
2019-11-13 09:34:38 - [sway/config.c:832] Deferring command `exec --no-startup-id mpd'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 35: exec --no-startup-id mpdscribble
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: exec --no-startup-id mpdscribble
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: exec --no-startup-id mpdscribble
2019-11-13 09:34:38 - [sway/config.c:832] Deferring command `exec --no-startup-id mpdscribble'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 36: exec termite --name=term-local
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: exec termite --name=term-local
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: exec termite --name=term-local
2019-11-13 09:34:38 - [sway/config.c:832] Deferring command `exec termite --name=term-local'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 37: exec termite --name=term-masaki
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: exec termite --name=term-masaki
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: exec termite --name=term-masaki
2019-11-13 09:34:38 - [sway/config.c:832] Deferring command `exec termite --name=term-masaki'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 38:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 39: ### Output configuration
2019-11-13 09:34:38 - [sway/config.c:788] Read line 40: set $laptop eDP-1
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: set $laptop eDP-1
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: set $laptop eDP-1
2019-11-13 09:34:38 - [sway/config.c:788] Read line 41: bindswitch lid:on output $laptop disable
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindswitch lid:on output $laptop disable
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindswitch lid:on output eDP-1 disable
2019-11-13 09:34:38 - [sway/commands/bind.c:234] bindswitch - Bound lid:on to command `output eDP-1 disable`
2019-11-13 09:34:38 - [sway/config.c:788] Read line 42: bindswitch lid:off output $laptop enable
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindswitch lid:off output $laptop enable
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindswitch lid:off output eDP-1 enable
2019-11-13 09:34:38 - [sway/commands/bind.c:234] bindswitch - Bound lid:off to command `output eDP-1 enable`
2019-11-13 09:34:38 - [sway/config.c:788] Read line 43: output * bg /home/brad/pictures/wallpaper/1529004448340.jpg fill
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: output * bg /home/brad/pictures/wallpaper/1529004448340.jpg fill
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: output * bg /home/brad/pictures/wallpaper/1529004448340.jpg fill
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bg /home/brad/pictures/wallpaper/1529004448340.jpg fill
2019-11-13 09:34:38 - [sway/config/output.c:191] Adding output * config
2019-11-13 09:34:38 - [sway/config/output.c:199] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg /home/brad/pictures/wallpaper/1529004448340.jpg fill) (dpms 0)
2019-11-13 09:34:38 - [sway/config/output.c:614] spawn_swaybg cmd[0] = swaybg
2019-11-13 09:34:38 - [sway/config/output.c:614] spawn_swaybg cmd[1] = -o
2019-11-13 09:34:38 - [sway/config/output.c:614] spawn_swaybg cmd[2] = *
2019-11-13 09:34:38 - [sway/config/output.c:614] spawn_swaybg cmd[3] = -i
2019-11-13 09:34:38 - [sway/config/output.c:614] spawn_swaybg cmd[4] = /home/brad/pictures/wallpaper/1529004448340.jpg
2019-11-13 09:34:38 - [sway/config/output.c:614] spawn_swaybg cmd[5] = -m
2019-11-13 09:34:38 - [sway/config/output.c:614] spawn_swaybg cmd[6] = fill
2019-11-13 09:34:38 - [sway/config.c:788] Read line 44: #output DP-3 pos 0 0 res 1920x1200
2019-11-13 09:34:38 - [sway/config.c:788] Read line 45: output DP-4 pos 0 1200 transform 270
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: output DP-4 pos 0 1200 transform 270
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: output DP-4 pos 0 1200 transform 270
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: pos 0 1200 transform 270
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: transform 270
2019-11-13 09:34:38 - [sway/config/output.c:178] Adding non-wildcard output config
2019-11-13 09:34:38 - [sway/config/output.c:181] Merging on top of output * config
2019-11-13 09:34:38 - [sway/config/output.c:199] Config stored for output DP-4 (enabled: -1) (-1x-1@-1.000000Hz position 0,1200 scale -1.000000 subpixel unknown transform 3) (bg /home/brad/pictures/wallpaper/1529004448340.jpg fill) (dpms 0)
2019-11-13 09:34:38 - [sway/config.c:788] Read line 46:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 47: ### Idle configuration
2019-11-13 09:34:38 - [sway/config.c:788] Read line 48: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 49: # Example configuration:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 50: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 55: #exec swayidle -w # timeout 300 'swaylock -f -c 000000' # timeout 600 'swaymsg "output * dpms off"' # resume 'swaymsg "output * dpms on"' # before-sleep 'swaylock -f -c 000000'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 56: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 57: # This will lock your screen after 300 seconds of inactivity, then turn off
2019-11-13 09:34:38 - [sway/config.c:788] Read line 58: # your displays after another 300 seconds, and turn your screens back on when
2019-11-13 09:34:38 - [sway/config.c:788] Read line 59: # resumed. It will also lock your screen before your computer goes to sleep.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 60:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 61: ### Input configuration
2019-11-13 09:34:38 - [sway/config.c:788] Read line 62: input type:pointer accel_profile flat
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: input type:pointer accel_profile flat
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: input type:pointer accel_profile flat
2019-11-13 09:34:38 - [sway/commands/input.c:69] entering input block: type:pointer
2019-11-13 09:34:38 - [sway/config/input.c:15] new_input_config(type:pointer)
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: accel_profile flat
2019-11-13 09:34:38 - [sway/config/input.c:15] new_input_config(temp)
2019-11-13 09:34:38 - [sway/config/input.c:299] Config stored for input type:pointer
2019-11-13 09:34:38 - [sway/config.c:788] Read line 63: input type:keyboard xkb_layout us
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: input type:keyboard xkb_layout us
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: input type:keyboard xkb_layout us
2019-11-13 09:34:38 - [sway/commands/input.c:69] entering input block: type:keyboard
2019-11-13 09:34:38 - [sway/config/input.c:15] new_input_config(type:keyboard)
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: xkb_layout us
2019-11-13 09:34:38 - [sway/commands/input/xkb_layout.c:19] set-xkb_layout for config: type:keyboard layout: us
2019-11-13 09:34:38 - [sway/config/input.c:15] new_input_config(temp)
2019-11-13 09:34:38 - [sway/config/input.c:299] Config stored for input type:keyboard
2019-11-13 09:34:38 - [sway/config.c:788] Read line 64: input type:keyboard xkb_variant dvorak
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: input type:keyboard xkb_variant dvorak
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: input type:keyboard xkb_variant dvorak
2019-11-13 09:34:38 - [sway/commands/input.c:69] entering input block: type:keyboard
2019-11-13 09:34:38 - [sway/config/input.c:15] new_input_config(type:keyboard)
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: xkb_variant dvorak
2019-11-13 09:34:38 - [sway/commands/input/xkb_variant.c:19] set-xkb_variant for config: type:keyboard variant: dvorak
2019-11-13 09:34:38 - [sway/config/input.c:15] new_input_config(temp)
2019-11-13 09:34:38 - [sway/config/input.c:299] Config stored for input type:keyboard
2019-11-13 09:34:38 - [sway/config.c:788] Read line 65: input type:keyboard xkb_options compose:caps
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: input type:keyboard xkb_options compose:caps
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: input type:keyboard xkb_options compose:caps
2019-11-13 09:34:38 - [sway/commands/input.c:69] entering input block: type:keyboard
2019-11-13 09:34:38 - [sway/config/input.c:15] new_input_config(type:keyboard)
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: xkb_options compose:caps
2019-11-13 09:34:38 - [sway/commands/input/xkb_options.c:19] set-xkb_options for config: type:keyboard options: compose:caps
2019-11-13 09:34:38 - [sway/config/input.c:15] new_input_config(temp)
2019-11-13 09:34:38 - [sway/config/input.c:299] Config stored for input type:keyboard
2019-11-13 09:34:38 - [sway/config.c:788] Read line 66:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 67: ### Key bindings
2019-11-13 09:34:38 - [sway/config.c:788] Read line 68: # start a terminal
2019-11-13 09:34:38 - [sway/config.c:788] Read line 69: bindsym $mod+Return exec $term
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Return exec $term
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Return exec termite
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Return to command `exec termite` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 70:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 71: # kill focused window
2019-11-13 09:34:38 - [sway/config.c:788] Read line 72: bindsym $mod+Shift+q kill
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+q kill
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+q kill
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+q to command `kill` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 73:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 74: # start your launcher
2019-11-13 09:34:38 - [sway/config.c:788] Read line 75: bindsym $mod+d exec $menu
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+d exec $menu
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+d exec "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+d to command `exec "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 76: bindsym $mod+Shift+d exec $menu2
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+d exec $menu2
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+d exec BEMENU_BACKEND=wayland bemenu-run --fn "terminus 9" -l 5 | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+d to command `exec BEMENU_BACKEND=wayland bemenu-run --fn "terminus 9" -l 5 | xargs swaymsg exec` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 77:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 78: # open clipboard contents in mpv
2019-11-13 09:34:38 - [sway/config.c:788] Read line 79: bindsym $mod+p exec $mpv-clipboard
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+p exec $mpv-clipboard
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+p exec wl-paste | xargs -d '
' mpv | xargs swaymsg exec
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+p to command `exec wl-paste | xargs -d '
' mpv | xargs swaymsg exec` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 80:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 81: # mouse button for dragging.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 82: floating_modifier $mod normal
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: floating_modifier $mod normal
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: floating_modifier Mod4 normal
2019-11-13 09:34:38 - [sway/config.c:788] Read line 83:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 84: # reload the configuration file
2019-11-13 09:34:38 - [sway/config.c:788] Read line 85: bindsym $mod+Shift+c reload
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+c reload
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+c reload
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+c to command `reload` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 86:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 87: # exit sway (logs you out of your Wayland session)
2019-11-13 09:34:38 - [sway/config.c:788] Read line 88: bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+e to command `exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 89:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 90: # lock screen
2019-11-13 09:34:38 - [sway/config.c:788] Read line 91: bindsym $mod+Shift+x exec swaylock -f -c 000000
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+x exec swaylock -f -c 000000
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+x exec swaylock -f -c 000000
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+x to command `exec swaylock -f -c 000000` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 92:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 93: # scrot
2019-11-13 09:34:38 - [sway/config.c:788] Read line 94: bindsym $mod+x exec grim -g "$(slurp)" ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim.png')
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+x exec grim -g "$(slurp)" ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim.png')
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+x exec grim -g "$(slurp)" ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim.png')
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+x to command `exec grim -g "$(slurp)" ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim.png')` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 95: bindsym Print exec grim ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim_desktop.png')
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym Print exec grim ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim_desktop.png')
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Print exec grim ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim_desktop.png')
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Print to command `exec grim ~/scrot/$(date +'%Y-%m-%d-%H%M%S_grim_desktop.png')` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 96:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 97: # focus deluge
2019-11-13 09:34:38 - [sway/config.c:788] Read line 98: bindsym ctrl+$mod+d [class="Deluge"] focus
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+d [class="Deluge"] focus
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+d [class="Deluge"] focus
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+d to command `[class="Deluge"] focus` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 99:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 100: # focus emacs
2019-11-13 09:34:38 - [sway/config.c:788] Read line 101: bindsym ctrl+$mod+e [class="Emacs"] focus
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+e [class="Emacs"] focus
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+e [class="Emacs"] focus
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+e to command `[class="Emacs"] focus` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 102:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 103: # focus browser
2019-11-13 09:34:38 - [sway/config.c:788] Read line 104: bindsym ctrl+$mod+b [class="Firefox"] focus
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+b [class="Firefox"] focus
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+b [class="Firefox"] focus
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+b to command `[class="Firefox"] focus` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 105:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 106: # focus mpv
2019-11-13 09:34:38 - [sway/config.c:788] Read line 107: bindsym ctrl+$mod+v [app_id="mpv"] focus
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+v [app_id="mpv"] focus
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+v [app_id="mpv"] focus
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+v to command `[app_id="mpv"] focus` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 108:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 109: # focus masaki terminal
2019-11-13 09:34:38 - [sway/config.c:788] Read line 110: bindsym ctrl+$mod+m [app_id="term-masaki"] focus
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+m [app_id="term-masaki"] focus
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+m [app_id="term-masaki"] focus
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+m to command `[app_id="term-masaki"] focus` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 111:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 112: # focus local terminal
2019-11-13 09:34:38 - [sway/config.c:788] Read line 113: bindsym ctrl+$mod+l [app_id="term-local"] focus
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+l [app_id="term-local"] focus
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+l [app_id="term-local"] focus
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+l to command `[app_id="term-local"] focus` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 114: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 115: # Moving around:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 116: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 117: # Move your focus around
2019-11-13 09:34:38 - [sway/config.c:788] Read line 118: bindsym $mod+$left focus left
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+$left focus left
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+h focus left
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+h to command `focus left` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 119: bindsym $mod+$down focus down
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+$down focus down
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+j focus down
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+j to command `focus down` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 120: bindsym $mod+$up focus up
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+$up focus up
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+k focus up
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+k to command `focus up` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 121: bindsym $mod+$right focus right
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+$right focus right
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+l focus right
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+l to command `focus right` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 122: # or use $mod+[up|down|left|right]
2019-11-13 09:34:38 - [sway/config.c:788] Read line 123: bindsym $mod+Left focus left
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Left focus left
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Left focus left
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Left to command `focus left` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 124: bindsym $mod+Down focus down
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Down focus down
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Down focus down
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Down to command `focus down` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 125: bindsym $mod+Up focus up
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Up focus up
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Up focus up
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Up to command `focus up` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 126: bindsym $mod+Right focus right
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Right focus right
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Right focus right
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Right to command `focus right` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 127: bindsym ctrl+$mod+j focus output right
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+j focus output right
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+j focus output right
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+j to command `focus output right` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 128: bindsym ctrl+$mod+k focus output left
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+k focus output left
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+k focus output left
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+k to command `focus output left` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 129:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 130: # _move_ the focused window with the same, but add Shift
2019-11-13 09:34:38 - [sway/config.c:788] Read line 131: bindsym $mod+Shift+$left move left
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+$left move left
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+h move left
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+h to command `move left` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 132: bindsym $mod+Shift+$down move down
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+$down move down
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+j move down
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+j to command `move down` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 133: bindsym $mod+Shift+$up move up
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+$up move up
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+k move up
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+k to command `move up` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 134: bindsym $mod+Shift+$right move right
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+$right move right
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+l move right
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+l to command `move right` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 135: # ditto, with arrow keys
2019-11-13 09:34:38 - [sway/config.c:788] Read line 136: bindsym $mod+Shift+Left move left
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+Left move left
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+Left move left
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 137: bindsym $mod+Shift+Down move down
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+Down move down
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+Down move down
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 138: bindsym $mod+Shift+Up move up
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+Up move up
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+Up move up
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 139: bindsym $mod+Shift+Right move right
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+Right move right
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+Right move right
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 140: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 141: # Workspaces:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 142: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 143: # switch to workspace
2019-11-13 09:34:38 - [sway/config.c:788] Read line 144: bindsym $mod+1 workspace 1
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+1 workspace 1
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+1 workspace 1
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+1 to command `workspace 1` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 145: bindsym $mod+2 workspace 2
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+2 workspace 2
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+2 workspace 2
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+2 to command `workspace 2` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 146: bindsym $mod+3 workspace 3
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+3 workspace 3
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+3 workspace 3
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+3 to command `workspace 3` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 147: bindsym $mod+4 workspace 4
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+4 workspace 4
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+4 workspace 4
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+4 to command `workspace 4` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 148: bindsym $mod+5 workspace 5
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+5 workspace 5
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+5 workspace 5
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+5 to command `workspace 5` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 149: bindsym $mod+6 workspace 6
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+6 workspace 6
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+6 workspace 6
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+6 to command `workspace 6` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 150: bindsym $mod+7 workspace 7
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+7 workspace 7
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+7 workspace 7
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+7 to command `workspace 7` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 151: bindsym $mod+8 workspace 8
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+8 workspace 8
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+8 workspace 8
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+8 to command `workspace 8` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 152: bindsym $mod+9 workspace 9
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+9 workspace 9
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+9 workspace 9
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+9 to command `workspace 9` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 153: bindsym $mod+0 workspace 10
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+0 workspace 10
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+0 workspace 10
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+0 to command `workspace 10` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 154: bindsym ctrl+$mod+n workspace next_on_output
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+n workspace next_on_output
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+n workspace next_on_output
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+n to command `workspace next_on_output` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 155: bindsym ctrl+$mod+p workspace prev_on_output
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym ctrl+$mod+p workspace prev_on_output
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym ctrl+Mod4+p workspace prev_on_output
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound ctrl+Mod4+p to command `workspace prev_on_output` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 156: # move focused container to workspace
2019-11-13 09:34:38 - [sway/config.c:788] Read line 157: bindsym $mod+Shift+1 move container to workspace 1
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+1 move container to workspace 1
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+1 move container to workspace 1
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+1 to command `move container to workspace 1` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 158: bindsym $mod+Shift+2 move container to workspace 2
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+2 move container to workspace 2
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+2 move container to workspace 2
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+2 to command `move container to workspace 2` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 159: bindsym $mod+Shift+3 move container to workspace 3
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+3 move container to workspace 3
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+3 move container to workspace 3
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+3 to command `move container to workspace 3` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 160: bindsym $mod+Shift+4 move container to workspace 4
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+4 move container to workspace 4
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+4 move container to workspace 4
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+4 to command `move container to workspace 4` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 161: bindsym $mod+Shift+5 move container to workspace 5
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+5 move container to workspace 5
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+5 move container to workspace 5
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+5 to command `move container to workspace 5` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 162: bindsym $mod+Shift+6 move container to workspace 6
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+6 move container to workspace 6
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+6 move container to workspace 6
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+6 to command `move container to workspace 6` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 163: bindsym $mod+Shift+7 move container to workspace 7
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+7 move container to workspace 7
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+7 move container to workspace 7
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+7 to command `move container to workspace 7` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 164: bindsym $mod+Shift+8 move container to workspace 8
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+8 move container to workspace 8
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+8 move container to workspace 8
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+8 to command `move container to workspace 8` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 165: bindsym $mod+Shift+9 move container to workspace 9
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+9 move container to workspace 9
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+9 move container to workspace 9
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+9 to command `move container to workspace 9` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 166: bindsym $mod+Shift+0 move container to workspace 10
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+0 move container to workspace 10
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+0 move container to workspace 10
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+0 to command `move container to workspace 10` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 167: # move workspaces between monitors
2019-11-13 09:34:38 - [sway/config.c:788] Read line 168: bindsym $mod+o move workspace to output left
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+o move workspace to output left
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+o move workspace to output left
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+o to command `move workspace to output left` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 169:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 170: # Note: workspaces can have any name you want, not just numbers.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 171: # We just use 1-10 as the default.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 172: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 173: # Layout stuff:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 174: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 175: # You can "split" the current object of your focus with
2019-11-13 09:34:38 - [sway/config.c:788] Read line 176: # $mod+b or $mod+v, for horizontal and vertical splits
2019-11-13 09:34:38 - [sway/config.c:788] Read line 177: # respectively.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 178: bindsym $mod+b splith
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+b splith
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+b splith
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+b to command `splith` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 179: bindsym $mod+v splitv
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+v splitv
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+v splitv
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+v to command `splitv` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 180:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 181: # Switch the current container between different layout styles
2019-11-13 09:34:38 - [sway/config.c:788] Read line 182: bindsym $mod+s layout stacking
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+s layout stacking
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+s layout stacking
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+s to command `layout stacking` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 183: bindsym $mod+w layout tabbed
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+w layout tabbed
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+w layout tabbed
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+w to command `layout tabbed` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 184: bindsym $mod+e layout toggle split
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+e layout toggle split
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+e layout toggle split
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+e to command `layout toggle split` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 185:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 186: # Make the current focus fullscreen
2019-11-13 09:34:38 - [sway/config.c:788] Read line 187: bindsym $mod+f fullscreen
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+f fullscreen
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+f fullscreen
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+f to command `fullscreen` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 188:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 189: # Toggle the current focus between tiling and floating mode
2019-11-13 09:34:38 - [sway/config.c:788] Read line 190: bindsym $mod+Shift+space floating toggle
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+space floating toggle
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+space floating toggle
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 191:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 192: # Swap focus between the tiling area and the floating area
2019-11-13 09:34:38 - [sway/config.c:788] Read line 193: bindsym $mod+space focus mode_toggle
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+space focus mode_toggle
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+space focus mode_toggle
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 194:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 195: # move focus to the parent container
2019-11-13 09:34:38 - [sway/config.c:788] Read line 196: bindsym $mod+a focus parent
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+a focus parent
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+a focus parent
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+a to command `focus parent` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 197: bindsym $mod+Shift+a focus child
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+a focus child
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+a focus child
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+a to command `focus child` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 198:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 199: assign [class="Firefox"] 2
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: assign [class="Firefox"] 2
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: assign [class="Firefox"] 2
2019-11-13 09:34:38 - [sway/criteria.c:654] Found pair: class=Firefox
2019-11-13 09:34:38 - [sway/commands/assign.c:60] assign: '[class="Firefox"]' -> '2' added
2019-11-13 09:34:38 - [sway/config.c:788] Read line 200: assign [class="Nightly"] 2
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: assign [class="Nightly"] 2
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: assign [class="Nightly"] 2
2019-11-13 09:34:38 - [sway/criteria.c:654] Found pair: class=Nightly
2019-11-13 09:34:38 - [sway/commands/assign.c:60] assign: '[class="Nightly"]' -> '2' added
2019-11-13 09:34:38 - [sway/config.c:788] Read line 201: assign [class="IceCat"] 2
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: assign [class="IceCat"] 2
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: assign [class="IceCat"] 2
2019-11-13 09:34:38 - [sway/criteria.c:654] Found pair: class=IceCat
2019-11-13 09:34:38 - [sway/commands/assign.c:60] assign: '[class="IceCat"]' -> '2' added
2019-11-13 09:34:38 - [sway/config.c:788] Read line 202: assign [class="Navigator"] 2
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: assign [class="Navigator"] 2
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: assign [class="Navigator"] 2
2019-11-13 09:34:38 - [sway/criteria.c:654] Found pair: class=Navigator
2019-11-13 09:34:38 - [sway/commands/assign.c:60] assign: '[class="Navigator"]' -> '2' added
2019-11-13 09:34:38 - [sway/config.c:788] Read line 203: assign [class="Deluge"] 3
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: assign [class="Deluge"] 3
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: assign [class="Deluge"] 3
2019-11-13 09:34:38 - [sway/criteria.c:654] Found pair: class=Deluge
2019-11-13 09:34:38 - [sway/commands/assign.c:60] assign: '[class="Deluge"]' -> '3' added
2019-11-13 09:34:38 - [sway/config.c:788] Read line 204: assign [class="mpv"] 1
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: assign [class="mpv"] 1
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: assign [class="mpv"] 1
2019-11-13 09:34:38 - [sway/criteria.c:654] Found pair: class=mpv
2019-11-13 09:34:38 - [sway/commands/assign.c:60] assign: '[class="mpv"]' -> '1' added
2019-11-13 09:34:38 - [sway/config.c:788] Read line 205: #assign [app_id="term-masaki"] 2
2019-11-13 09:34:38 - [sway/config.c:788] Read line 206: assign [app_id="term-local"] 1
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: assign [app_id="term-local"] 1
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: assign [app_id="term-local"] 1
2019-11-13 09:34:38 - [sway/criteria.c:654] Found pair: app_id=term-local
2019-11-13 09:34:38 - [sway/commands/assign.c:60] assign: '[app_id="term-local"]' -> '1' added
2019-11-13 09:34:38 - [sway/config.c:788] Read line 207:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 208: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 209: # Scratchpad:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 210: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 211: # Sway has a "scratchpad", which is a bag of holding for windows.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 212: # You can send windows there and get them back later.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 213:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 214: # Move the currently focused window to the scratchpad
2019-11-13 09:34:38 - [sway/config.c:788] Read line 215: bindsym $mod+Shift+minus move scratchpad
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+Shift+minus move scratchpad
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+minus move scratchpad
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 216:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 217: # Show the next scratchpad window or hide the focused scratchpad window.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 218: # If there are multiple scratchpad windows, this command cycles through them.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 219: bindsym $mod+minus scratchpad show
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+minus scratchpad show
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+minus scratchpad show
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 220:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 221:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 222: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 223: # Resizing containers:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 224: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 225: mode "resize" {
2019-11-13 09:34:38 - [sway/config.c:842] Entering block 'mode "resize"'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 226: # left will shrink the containers width
2019-11-13 09:34:38 - [sway/config.c:788] Read line 227: # right will grow the containers width
2019-11-13 09:34:38 - [sway/config.c:788] Read line 228: # up will shrink the containers height
2019-11-13 09:34:38 - [sway/config.c:788] Read line 229: # down will grow the containers height
2019-11-13 09:34:38 - [sway/config.c:788] Read line 230: bindsym $left resize shrink width 10px
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym $left resize shrink width 10px
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym h resize shrink width 10px
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym h resize shrink width 10px
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound h to command `resize shrink width 10px` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 231: bindsym $down resize grow height 10px
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym $down resize grow height 10px
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym j resize grow height 10px
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym j resize grow height 10px
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound j to command `resize grow height 10px` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 232: bindsym $up resize shrink height 10px
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym $up resize shrink height 10px
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym k resize shrink height 10px
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym k resize shrink height 10px
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound k to command `resize shrink height 10px` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 233: bindsym $right resize grow width 10px
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym $right resize grow width 10px
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym l resize grow width 10px
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym l resize grow width 10px
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound l to command `resize grow width 10px` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 234:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 235: # ditto, with arrow keys
2019-11-13 09:34:38 - [sway/config.c:788] Read line 236: bindsym Left resize shrink width 10px
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym Left resize shrink width 10px
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym Left resize shrink width 10px
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym Left resize shrink width 10px
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Left to command `resize shrink width 10px` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 237: bindsym Down resize grow height 10px
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym Down resize grow height 10px
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym Down resize grow height 10px
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym Down resize grow height 10px
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Down to command `resize grow height 10px` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 238: bindsym Up resize shrink height 10px
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym Up resize shrink height 10px
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym Up resize shrink height 10px
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym Up resize shrink height 10px
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Up to command `resize shrink height 10px` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 239: bindsym Right resize grow width 10px
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym Right resize grow width 10px
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym Right resize grow width 10px
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym Right resize grow width 10px
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Right to command `resize grow width 10px` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 240:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 241: # return to default mode
2019-11-13 09:34:38 - [sway/config.c:788] Read line 242: bindsym Return mode "default"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym Return mode "default"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym Return mode "default"
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym Return mode "default"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Return to command `mode "default"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 243: bindsym Escape mode "default"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "resize" bindsym Escape mode "default"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "resize" bindsym Escape mode "default"
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym Escape mode "default"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Escape to command `mode "default"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 244: }
2019-11-13 09:34:38 - [sway/config.c:859] Exiting block 'mode "resize"'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 245: bindsym $mod+r mode "resize"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+r mode "resize"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+r mode "resize"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+r to command `mode "resize"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 246:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 247: bindsym $mod+i mode "j: japanese; k: korean; v: vietnamese; esc: english"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bindsym $mod+i mode "j: japanese; k: korean; v: vietnamese; esc: english"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bindsym Mod4+i mode "j: japanese; k: korean; v: vietnamese; esc: english"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Mod4+i to command `mode "j: japanese; k: korean; v: vietnamese; esc: english"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 248:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 249: mode "j: japanese; k: korean; v: vietnamese; esc: english" {
2019-11-13 09:34:38 - [sway/config.c:842] Entering block 'mode "j: japanese; k: korean; v: vietnamese; esc: english"'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 250: bindsym j exec ibus engine anthy; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym j exec ibus engine anthy; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym j exec ibus engine anthy; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym j exec ibus engine anthy; mode "default"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound j to command `exec ibus engine anthy; mode "default"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 251: bindsym k exec ibus engine hangul; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym k exec ibus engine hangul; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym k exec ibus engine hangul; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym k exec ibus engine hangul; mode "default"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound k to command `exec ibus engine hangul; mode "default"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 252: bindsym v exec ibus engine Unikey; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym v exec ibus engine Unikey; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym v exec ibus engine Unikey; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym v exec ibus engine Unikey; mode "default"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound v to command `exec ibus engine Unikey; mode "default"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 253: bindsym Return exec ibus engine xkb:us::eng; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym Return exec ibus engine xkb:us::eng; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym Return exec ibus engine xkb:us::eng; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym Return exec ibus engine xkb:us::eng; mode "default"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Return to command `exec ibus engine xkb:us::eng; mode "default"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 254: bindsym Escape exec ibus engine xkb:us::eng; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym Escape exec ibus engine xkb:us::eng; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: mode "j: japanese; k: korean; v: vietnamese; esc: english" bindsym Escape exec ibus engine xkb:us::eng; mode "default"
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: bindsym Escape exec ibus engine xkb:us::eng; mode "default"
2019-11-13 09:34:38 - [sway/commands/bind.c:297] bindsym - Bound Escape to command `exec ibus engine xkb:us::eng; mode "default"` for device '*'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 255: }
2019-11-13 09:34:38 - [sway/config.c:859] Exiting block 'mode "j: japanese; k: korean; v: vietnamese; esc: english"'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 256:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 257: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 258: # Status Bar:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 259: #
2019-11-13 09:34:38 - [sway/config.c:788] Read line 260: # Read `man 5 sway-bar` for more information about this section.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 261: bar {
2019-11-13 09:34:38 - [sway/config.c:842] Entering block 'bar'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 262: position top
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar position top
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar position top
2019-11-13 09:34:38 - [sway/commands/bar.c:113] Creating bar bar-0
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: position top
2019-11-13 09:34:38 - [sway/commands/bar/position.c:16] Setting bar position 'top' for bar: bar-0
2019-11-13 09:34:38 - [sway/config.c:788] Read line 263:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 264: # When the status_command prints a new line to stdout, swaybar updates.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 265: # The default just shows the current date and time.
2019-11-13 09:34:38 - [sway/config.c:788] Read line 266: status_command while date +'%A %Y-%m-%d %H:%M:%S'; do sleep 1; done
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar status_command while date +'%A %Y-%m-%d %H:%M:%S'; do sleep 1; done
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar status_command while date +'%A %Y-%m-%d %H:%M:%S'; do sleep 1; done
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: status_command while date +'%A %Y-%m-%d %H:%M:%S'; do sleep 1; done
2019-11-13 09:34:38 - [sway/commands/bar/status_command.c:18] Feeding bar with status command: while date +'%A %Y-%m-%d %H:%M:%S'; do sleep 1; done
2019-11-13 09:34:38 - [sway/config.c:788] Read line 267:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 268: colors {
2019-11-13 09:34:38 - [sway/config.c:842] Entering block 'bar colors'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 269: background #000000
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar colors background #000000
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar colors background #000000
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: colors background #000000
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: background #000000
2019-11-13 09:34:38 - [sway/config.c:788] Read line 270: separator #000000
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar colors separator #000000
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar colors separator #000000
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: colors separator #000000
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: separator #000000
2019-11-13 09:34:38 - [sway/config.c:788] Read line 271: statusline #ffffff
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar colors statusline #ffffff
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar colors statusline #ffffff
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: colors statusline #ffffff
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: statusline #ffffff
2019-11-13 09:34:38 - [sway/config.c:788] Read line 272:
2019-11-13 09:34:38 - [sway/config.c:788] Read line 273: focused_workspace #ffffff #ffffff #000000
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar colors focused_workspace #ffffff #ffffff #000000
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar colors focused_workspace #ffffff #ffffff #000000
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: colors focused_workspace #ffffff #ffffff #000000
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: focused_workspace #ffffff #ffffff #000000
2019-11-13 09:34:38 - [sway/config.c:788] Read line 274: active_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar colors active_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar colors active_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: colors active_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: active_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/config.c:788] Read line 275: inactive_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar colors inactive_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar colors inactive_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: colors inactive_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: inactive_workspace #000000 #000000 #ffffff
2019-11-13 09:34:38 - [sway/config.c:788] Read line 276: urgent_workspace #000000 #e60000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:367] Config command: bar colors urgent_workspace #000000 #e60000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:387] After replacement: bar colors urgent_workspace #000000 #e60000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: colors urgent_workspace #000000 #e60000 #ffffff
2019-11-13 09:34:38 - [sway/commands.c:418] Subcommand: urgent_workspace #000000 #e60000 #ffffff
2019-11-13 09:34:38 - [sway/config.c:788] Read line 277: }
2019-11-13 09:34:38 - [sway/config.c:859] Exiting block 'bar colors'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 278: }
2019-11-13 09:34:38 - [sway/config.c:859] Exiting block 'bar'
2019-11-13 09:34:38 - [sway/config.c:788] Read line 279:
2019-11-13 09:34:38 - [sway/server.c:176] Initializing Xwayland
2019-11-13 09:34:38 - [sway/server.c:193] Starting backend on wayland display 'wayland-0'
2019-11-13 09:34:38 - [backend/drm/drm.c:1161] Scanning DRM connectors
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'eDP-1'
2019-11-13 09:34:38 - [backend/drm/drm.c:1260] 'eDP-1' connected
2019-11-13 09:34:38 - [backend/drm/drm.c:1262] Current CRTC: 42
2019-11-13 09:34:38 - [backend/drm/drm.c:1267] Physical size: 310x170
2019-11-13 09:34:38 - [backend/drm/drm.c:1278] Detected modes:
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1366x768@60060
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'VGA-1'
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'DP-1'
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'HDMI-A-1'
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'DP-2'
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'HDMI-A-2'
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'DP-3'
2019-11-13 09:34:38 - [backend/drm/drm.c:1260] 'DP-3' connected
2019-11-13 09:34:38 - [backend/drm/drm.c:1262] Current CRTC: 54
2019-11-13 09:34:38 - [backend/drm/drm.c:1267] Physical size: 540x350
2019-11-13 09:34:38 - [backend/drm/drm.c:1278] Detected modes:
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1920x1200@59950
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1920x1080@60000
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1600x1200@60000
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1680x1050@59883
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1280x1024@60020
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1440x900@59901
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1280x960@60000
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1024x768@60004
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 800x600@60317
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 640x480@59940
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'DP-4'
2019-11-13 09:34:38 - [backend/drm/drm.c:1260] 'DP-4' connected
2019-11-13 09:34:38 - [backend/drm/drm.c:1262] Current CRTC: 66
2019-11-13 09:34:38 - [backend/drm/drm.c:1267] Physical size: 540x350
2019-11-13 09:34:38 - [backend/drm/drm.c:1278] Detected modes:
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1920x1200@59950
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1920x1080@60000
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1600x1200@60000
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1680x1050@59954
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1280x1024@60020
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1440x900@59887
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1280x960@60000
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 1024x768@60004
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 800x600@60317
2019-11-13 09:34:38 - [backend/drm/drm.c:1302] 640x480@59940
2019-11-13 09:34:38 - [backend/drm/drm.c:1224] Found connector 'DP-5'
2019-11-13 09:34:38 - [backend/drm/drm.c:991] Reallocating CRTCs
2019-11-13 09:34:38 - [backend/drm/drm.c:1002] State before reallocation:
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'eDP-1' crtc=0 state=1 desired_enabled=1
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'VGA-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'DP-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'DP-2' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'DP-3' crtc=1 state=1 desired_enabled=1
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'DP-4' crtc=2 state=1 desired_enabled=1
2019-11-13 09:34:38 - [backend/drm/drm.c:1011] 'DP-5' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1060] State after reallocation:
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'eDP-1' crtc=0 state=1 desired_enabled=1
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'VGA-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'DP-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'DP-2' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'DP-3' crtc=1 state=1 desired_enabled=1
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'DP-4' crtc=2 state=1 desired_enabled=1
2019-11-13 09:34:38 - [backend/drm/drm.c:1070] 'DP-5' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:38 - [backend/drm/drm.c:1364] Requesting modeset for 'eDP-1'
2019-11-13 09:34:38 - [sway/desktop/output.c:686] New output 0x1fdefb0: eDP-1
2019-11-13 09:34:38 - [backend/drm/drm.c:595] Modesetting 'eDP-1' with '1366x768@60060 mHz'
2019-11-13 09:34:38 - [backend/drm/drm.c:503] Starting renderer on output 'eDP-1'
2019-11-13 09:34:38 - [GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, scheduled with mode top-down, Promoted 0 constants, compacted 80 to 48 bytes.
2019-11-13 09:34:38 - [GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, scheduled with mode top-down, Promoted 0 constants, compacted 80 to 48 bytes.
2019-11-13 09:34:38 - [GLES2] VS vec4 shader: 10 inst, 0 loops, 66 cycles, 0:0 spills:fills, compacted 160 to 128 bytes.
2019-11-13 09:34:38 - [GLES2] FS SIMD16 shader: 2 inst, 0 loops, 0 cycles, 0:0 spills:fills, scheduled with mode top-down, Promoted 0 constants, compacted 32 to 32 bytes.
2019-11-13 09:34:38 - [sway/tree/workspace.c:284] Workspace: Generating new workspace name for output eDP-1
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '1'
2019-11-13 09:34:38 - [sway/tree/workspace.c:274] Workspace: Found free name 1
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '2'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '3'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '4'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '5'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '6'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '7'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '8'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '9'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '10'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: 'next_on_output'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: 'prev_on_output'
2019-11-13 09:34:38 - [sway/tree/output.c:132] Creating default workspace 1
2019-11-13 09:34:38 - [sway/tree/workspace.c:64] Adding workspace 1 for output eDP-1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:244] Loaded cursor theme 'default', available cursors:
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] bottom_left_corner (1 images) 16x16+1,14
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] bottom_right_corner (1 images) 16x16+14,14
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] bottom_side (1 images) 15x16+7,14
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] grabbing (1 images) 16x16+8,8
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] left_ptr (1 images) 10x16+1,1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] left_side (1 images) 16x15+1,7
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] right_side (1 images) 16x15+14,7
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] top_left_corner (1 images) 16x16+1,1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] top_right_corner (1 images) 16x16+14,1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] top_side (1 images) 15x16+7,1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] xterm (1 images) 9x16+4,8
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] hand1 (1 images) 13x16+12,0
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] watch (1 images) 16x16+15,9
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:244] Loaded cursor theme 'default', available cursors:
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] bottom_left_corner (1 images) 16x16+1,14
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] bottom_right_corner (1 images) 16x16+14,14
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] bottom_side (1 images) 15x16+7,14
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] grabbing (1 images) 16x16+8,8
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] left_ptr (1 images) 10x16+1,1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] left_side (1 images) 16x15+1,7
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] right_side (1 images) 16x15+14,7
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] top_left_corner (1 images) 16x16+1,1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] top_right_corner (1 images) 16x16+14,1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] top_side (1 images) 15x16+7,1
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] xterm (1 images) 9x16+4,8
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] hand1 (1 images) 13x16+12,0
2019-11-13 09:34:38 - [xcursor/wlr_xcursor.c:250] watch (1 images) 16x16+15,9
2019-11-13 09:34:38 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1366x768@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '1' at 0.000000, 0.000000
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1366x768@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '1' at 0.000000, 0.000000
2019-11-13 09:34:38 - [sway/desktop/transaction.c:412] Transaction 0x1ff79e0 committing with 2 instructions
2019-11-13 09:34:38 - [sway/desktop/transaction.c:280] Applying transaction 0x1ff79e0
2019-11-13 09:34:38 - [backend/drm/drm.c:1364] Requesting modeset for 'DP-3'
2019-11-13 09:34:38 - [sway/desktop/output.c:686] New output 0x1fc70c0: DP-3
2019-11-13 09:34:38 - [backend/drm/drm.c:595] Modesetting 'DP-3' with '1920x1200@59950 mHz'
2019-11-13 09:34:38 - [backend/drm/drm.c:503] Starting renderer on output 'DP-3'
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1366x768@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1920.000000, 0.000000
2019-11-13 09:34:38 - [sway/desktop/transaction.c:412] Transaction 0x1fdb950 committing with 1 instructions
2019-11-13 09:34:38 - [sway/desktop/transaction.c:280] Applying transaction 0x1fdb950
2019-11-13 09:34:38 - [sway/tree/workspace.c:284] Workspace: Generating new workspace name for output DP-3
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '1'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '2'
2019-11-13 09:34:38 - [sway/tree/workspace.c:274] Workspace: Found free name 2
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '3'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '4'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '5'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '6'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '7'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '8'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '9'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '10'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: 'next_on_output'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: 'prev_on_output'
2019-11-13 09:34:38 - [sway/tree/output.c:132] Creating default workspace 2
2019-11-13 09:34:38 - [sway/tree/workspace.c:64] Adding workspace 2 for output DP-3
2019-11-13 09:34:38 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '2' at 0.000000, 0.000000
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1366x768@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1920.000000, 0.000000
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '2' at 0.000000, 0.000000
2019-11-13 09:34:38 - [sway/desktop/transaction.c:412] Transaction 0x1fdbc20 committing with 3 instructions
2019-11-13 09:34:38 - [sway/desktop/transaction.c:280] Applying transaction 0x1fdbc20
2019-11-13 09:34:38 - [backend/drm/drm.c:1364] Requesting modeset for 'DP-4'
2019-11-13 09:34:38 - [sway/desktop/output.c:686] New output 0x1fee330: DP-4
2019-11-13 09:34:38 - [backend/drm/drm.c:595] Modesetting 'DP-4' with '1920x1200@59950 mHz'
2019-11-13 09:34:38 - [backend/drm/drm.c:503] Starting renderer on output 'DP-4'
2019-11-13 09:34:38 - [sway/config/output.c:296] Set DP-4 transform to 3
2019-11-13 09:34:38 - [sway/config/output.c:302] Set DP-4 position to 0, 1200
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1366x768@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '1' at 3120.000000, 1200.000000
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '2' at 1200.000000, 1200.000000
2019-11-13 09:34:38 - [sway/desktop/transaction.c:412] Transaction 0x1feb140 committing with 2 instructions
2019-11-13 09:34:38 - [sway/desktop/transaction.c:280] Applying transaction 0x1feb140
2019-11-13 09:34:38 - [sway/tree/workspace.c:284] Workspace: Generating new workspace name for output DP-4
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '1'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '2'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '3'
2019-11-13 09:34:38 - [sway/tree/workspace.c:274] Workspace: Found free name 3
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '4'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '5'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '6'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '7'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '8'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '9'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: '10'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: 'next_on_output'
2019-11-13 09:34:38 - [sway/tree/workspace.c:219] Got valid workspace command for target: 'prev_on_output'
2019-11-13 09:34:38 - [sway/tree/output.c:132] Creating default workspace 3
2019-11-13 09:34:38 - [sway/tree/workspace.c:64] Adding workspace 3 for output DP-4
2019-11-13 09:34:38 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1920@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '3' at 0.000000, 1200.000000
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1366x768@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '1' at 3120.000000, 1200.000000
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '2' at 1200.000000, 1200.000000
2019-11-13 09:34:38 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1920@0,0
2019-11-13 09:34:38 - [sway/tree/arrange.c:292] Arranging workspace '3' at 0.000000, 1200.000000
2019-11-13 09:34:38 - [sway/desktop/transaction.c:412] Transaction 0x1fff810 committing with 4 instructions
2019-11-13 09:34:38 - [sway/desktop/transaction.c:280] Applying transaction 0x1fff810
2019-11-13 09:34:38 - [backend/libinput/backend.c:55] Initializing libinput
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added Power Button [0:1]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '0:1:Power_Button'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '0:1:Power_Button')
2019-11-13 09:34:39 - [sway/input/input-manager.c:165] no fallback seat config - creating default
2019-11-13 09:34:39 - [sway/config/seat.c:60] Adding non-wildcard seat config
2019-11-13 09:34:39 - [sway/config/seat.c:77] Config stored for seat seat0
2019-11-13 09:34:39 - [sway/input/input-manager.c:398] applying seat config for seat seat0
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 0:1:Power_Button to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added Video Bus [0:6]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '0:6:Video_Bus'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '0:6:Video_Bus')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 0:6:Video_Bus to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added Lid Switch [0:5]
2019-11-13 09:34:39 - [backend/libinput/switch.c:20] Created switch for device Lid Switch
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '0:5:Lid_Switch'
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 0:5:Lid_Switch to seat seat0
2019-11-13 09:34:39 - [sway/input/switch.c:18] Allocated switch for device
2019-11-13 09:34:39 - [sway/input/switch.c:95] Configured switch for device
2019-11-13 09:34:39 - [sway/input/switch.c:80] 0:5:Lid_Switch: type 1 state 1
2019-11-13 09:34:39 - [sway/commands/bind.c:599] deferring command for binding: output eDP-1 disable
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added Sleep Button [0:3]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '0:3:Sleep_Button'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '0:3:Sleep_Button')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 0:3:Sleep_Button to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=3 [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=7 [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=8 [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=9 [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=10 [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added C-Media USB Audio Device [3468:8]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '3468:8:C-Media_USB_Audio_Device'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '3468:8:C-Media_USB_Audio_Device')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 3468:8:C-Media_USB_Audio_Device to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added USB Keyboard [1241:321]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '1241:321:USB_Keyboard'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '1241:321:USB_Keyboard')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 1241:321:USB_Keyboard to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added USB Keyboard System Control [1241:321]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '1241:321:USB_Keyboard_System_Control'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '1241:321:USB_Keyboard_System_Control')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 1241:321:USB_Keyboard_System_Control to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added USB Keyboard Consumer Control [1241:321]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '1241:321:USB_Keyboard_Consumer_Control'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '1241:321:USB_Keyboard_Consumer_Control')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 1241:321:USB_Keyboard_Consumer_Control to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added USB Keyboard Mouse [1241:321]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '1241:321:USB_Keyboard_Mouse'
2019-11-13 09:34:39 - [sway/input/libinput.c:191] config_libinput_pointer('type:pointer' on '1241:321:USB_Keyboard_Mouse')
2019-11-13 09:34:39 - [sway/input/libinput.c:86] accel_set_profile(1)
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 1241:321:USB_Keyboard_Mouse to seat seat0
2019-11-13 09:34:39 - [sway/input/seat.c:568] Applying input config to 1241:321:USB_Keyboard_Mouse
2019-11-13 09:34:39 - [GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, scheduled with mode top-down, Promoted 0 constants, compacted 80 to 64 bytes.
2019-11-13 09:34:39 - [GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, scheduled with mode top-down, Promoted 0 constants, compacted 80 to 64 bytes.
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added USB Keyboard [1241:321]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '1241:321:USB_Keyboard'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '1241:321:USB_Keyboard')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 1241:321:USB_Keyboard to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added Logitech Gaming Mouse G400 [1133:49733]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '1133:49733:Logitech_Gaming_Mouse_G400'
2019-11-13 09:34:39 - [sway/input/libinput.c:191] config_libinput_pointer('type:pointer' on '1133:49733:Logitech_Gaming_Mouse_G400')
2019-11-13 09:34:39 - [sway/input/libinput.c:86] accel_set_profile(1)
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 1133:49733:Logitech_Gaming_Mouse_G400 to seat seat0
2019-11-13 09:34:39 - [sway/input/seat.c:568] Applying input config to 1133:49733:Logitech_Gaming_Mouse_G400
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel PCH Dock Mic [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel PCH Mic [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel PCH Dock Headphone [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added HDA Intel PCH Headphone [0:0]
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added AT Translated Set 2 keyboard [1:1]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '1:1:AT_Translated_Set_2_keyboard'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '1:1:AT_Translated_Set_2_keyboard')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added ThinkPad Extra Buttons [6058:20564]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '6058:20564:ThinkPad_Extra_Buttons'
2019-11-13 09:34:39 - [sway/input/libinput.c:242] config_libinput_keyboard('type:keyboard' on '6058:20564:ThinkPad_Extra_Buttons')
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 6058:20564:ThinkPad_Extra_Buttons to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added Synaptics tm2964-001 [1739:0]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '1739:0:Synaptics_tm2964-001'
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 1739:0:Synaptics_tm2964-001 to seat seat0
2019-11-13 09:34:39 - [backend/libinput/events.c:94] Added TPPS/2 IBM TrackPoint [2:10]
2019-11-13 09:34:39 - [sway/input/input-manager.c:216] adding device: '2:10:TPPS/2_IBM_TrackPoint'
2019-11-13 09:34:39 - [sway/input/libinput.c:191] config_libinput_pointer('type:pointer' on '2:10:TPPS/2_IBM_TrackPoint')
2019-11-13 09:34:39 - [sway/input/libinput.c:86] accel_set_profile(1)
2019-11-13 09:34:39 - [sway/input/seat.c:728] adding device 2:10:TPPS/2_IBM_TrackPoint to seat seat0
2019-11-13 09:34:39 - [sway/input/seat.c:568] Applying input config to 2:10:TPPS/2_IBM_TrackPoint
2019-11-13 09:34:39 - [backend/libinput/backend.c:101] libinput successfully initialized
2019-11-13 09:34:39 - [sway/config/bar.c:261] Invoking swaybar for bar id 'bar-0'
2019-11-13 09:34:39 - [sway/config/bar.c:253] Spawned swaybar bar-0
2019-11-13 09:34:39 - [sway/config.c:639] Running deferred commands
2019-11-13 09:34:39 - [sway/commands.c:250] Handling command 'exec wl-paste -t text --watch clipman store'
2019-11-13 09:34:39 - [sway/commands/exec_always.c:46] Executing wl-paste -t text --watch clipman store
2019-11-13 09:34:39 - [sway/commands/exec_always.c:87] Child process created with pid 27438
2019-11-13 09:34:39 - [sway/tree/root.c:275] Recording workspace for process 27438
2019-11-13 09:34:39 - [sway/commands.c:250] Handling command 'exec --no-startup-id xrdb ~/.Xresources'
2019-11-13 09:34:39 - [sway/commands/exec_always.c:27] exec switch '--no-startup-id' not supported, ignored.
2019-11-13 09:34:39 - [sway/commands/exec_always.c:46] Executing xrdb ~/.Xresources
2019-11-13 09:34:39 - [sway/commands/exec_always.c:87] Child process created with pid 27440
2019-11-13 09:34:39 - [sway/tree/root.c:275] Recording workspace for process 27440
2019-11-13 09:34:39 - [sway/commands.c:250] Handling command 'exec --no-startup-id mako'
2019-11-13 09:34:39 - [sway/commands/exec_always.c:27] exec switch '--no-startup-id' not supported, ignored.
2019-11-13 09:34:39 - [sway/commands/exec_always.c:46] Executing mako
2019-11-13 09:34:39 - [sway/commands/exec_always.c:87] Child process created with pid 27442
2019-11-13 09:34:39 - [sway/tree/root.c:275] Recording workspace for process 27442
2019-11-13 09:34:39 - [sway/commands.c:250] Handling command 'exec --no-startup-id mpd'
2019-11-13 09:34:39 - [sway/commands/exec_always.c:27] exec switch '--no-startup-id' not supported, ignored.
2019-11-13 09:34:39 - [sway/commands/exec_always.c:46] Executing mpd
2019-11-13 09:34:39 - [sway/commands/exec_always.c:87] Child process created with pid 27444
2019-11-13 09:34:39 - [sway/tree/root.c:275] Recording workspace for process 27444
2019-11-13 09:34:39 - [sway/commands.c:250] Handling command 'exec --no-startup-id mpdscribble'
2019-11-13 09:34:39 - [sway/commands/exec_always.c:27] exec switch '--no-startup-id' not supported, ignored.
2019-11-13 09:34:39 - [sway/commands/exec_always.c:46] Executing mpdscribble
2019-11-13 09:34:39 - [sway/commands/exec_always.c:87] Child process created with pid 27446
2019-11-13 09:34:39 - [sway/tree/root.c:275] Recording workspace for process 27446
2019-11-13 09:34:39 - [sway/commands.c:250] Handling command 'exec termite --name=term-local'
2019-11-13 09:34:39 - [sway/commands/exec_always.c:46] Executing termite --name=term-local
2019-11-13 09:34:39 - [sway/commands/exec_always.c:87] Child process created with pid 27448
2019-11-13 09:34:39 - [sway/tree/root.c:275] Recording workspace for process 27448
2019-11-13 09:34:39 - [sway/commands.c:250] Handling command 'exec termite --name=term-masaki'
2019-11-13 09:34:39 - [sway/commands/exec_always.c:46] Executing termite --name=term-masaki
2019-11-13 09:34:39 - [sway/commands/exec_always.c:87] Child process created with pid 27450
2019-11-13 09:34:39 - [sway/tree/root.c:275] Recording workspace for process 27450
2019-11-13 09:34:39 - [sway/config.c:664] Running deferred bindings for seat seat0
2019-11-13 09:34:39 - [sway/commands/bind.c:610] running command for binding: output eDP-1 disable
2019-11-13 09:34:39 - [sway/commands.c:250] Handling command 'output eDP-1 disable'
2019-11-13 09:34:39 - [sway/commands.c:418] Subcommand: disable
2019-11-13 09:34:39 - [sway/config/output.c:178] Adding non-wildcard output config
2019-11-13 09:34:39 - [sway/config/output.c:181] Merging on top of output * config
2019-11-13 09:34:39 - [sway/config/output.c:199] Config stored for output eDP-1 (enabled: 0) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg /home/brad/pictures/wallpaper/1529004448340.jpg fill) (dpms 0)
2019-11-13 09:34:39 - [sway/tree/output.c:258] Disabling output 'eDP-1'
2019-11-13 09:34:39 - [sway/tree/workspace.c:143] Destroying workspace '1'
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '2' at 1200.000000, 1200.000000
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1920@0,0
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '3' at 0.000000, 1200.000000
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '2' at 1200.000000, 1200.000000
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1920@0,0
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '3' at 0.000000, 1200.000000
2019-11-13 09:34:39 - [sway/desktop/transaction.c:412] Transaction 0x1ff1eb0 committing with 5 instructions
2019-11-13 09:34:39 - [sway/desktop/transaction.c:280] Applying transaction 0x1ff1eb0
exception: Failed to bind to '[::]:6600'
exception: nested: Failed to bind socket: Address already in use
2019-11-13 09:34:39 - [backend/drm/drm.c:991] Reallocating CRTCs
2019-11-13 09:34:39 - [backend/drm/drm.c:1002] State before reallocation:
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'eDP-1' crtc=0 state=3 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'VGA-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'DP-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'DP-2' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'DP-3' crtc=1 state=3 desired_enabled=1
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'DP-4' crtc=2 state=3 desired_enabled=1
2019-11-13 09:34:39 - [backend/drm/drm.c:1011] 'DP-5' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1060] State after reallocation:
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'eDP-1' crtc=0 state=3 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'VGA-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'DP-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'DP-2' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'DP-3' crtc=1 state=3 desired_enabled=1
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'DP-4' crtc=2 state=3 desired_enabled=1
2019-11-13 09:34:39 - [backend/drm/drm.c:1070] 'DP-5' crtc=-1 state=0 desired_enabled=0
2019-11-13 09:34:39 - [sway/server.c:204] Running compositor on wayland display 'wayland-0'
2019-11-13 09:34:39 - [sway/ipc-server.c:154] Event on IPC listening socket
2019-11-13 09:34:39 - [sway/ipc-server.c:200] New client: fd 22
2019-11-13 09:34:39 - [sway/ipc-server.c:154] Event on IPC listening socket
2019-11-13 09:34:39 - [sway/ipc-server.c:200] New client: fd 80
2019-11-13 09:34:39 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:34:39 - [sway/ipc-server.c:938] Added IPC reply of type 0x6 to client 22 queue: { "id": "bar-0", "mode": "dock", "hidden_state": "hide", "position": "top", "status_command": "while date +'%A %Y-%m-%d %H:%M:%S'; do sleep 1; done", "font": "terminus 9", "gaps": { "top": 0, "right": 0, "bottom": 0, "left": 0 }, "bar_height": 0, "status_padding": 1, "status_edge_padding": 3, "wrap_scroll": false, "workspace_buttons": true, "strip_workspace_numbers": false, "strip_workspace_name": false, "binding_mode_indicator": true, "verbose": false, "pango_markup": false, "colors": { "background": "#000000ff", "statusline": "#ffffffff", "separator": "#000000ff", "focused_background": "#000000ff", "focused_statusline": "#ffffffff", "focused_separator": "#000000ff", "focused_workspace_border": "#ffffffff", "focused_workspace_bg": "#ffffffff", "focused_workspace_text": "#000000ff", "inactive_workspace_border": "#000000ff", "inactive_workspace_bg": "#000000ff", "inactive_workspace_text": "#ffffffff", "active_workspace_border": "#000000ff", "active_workspace_bg": "#000000ff", "active_workspace_text": "#ffffffff", "urgent_workspace_border": "#000000ff", "urgent_workspace_bg": "#e60000ff", "urgent_workspace_text": "#ffffffff", "binding_mode_border": "#000000ff", "binding_mode_bg": "#e60000ff", "binding_mode_text": "#ffffffff" }, "tray_padding": 2 }
2019-11-13 09:34:39 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:34:39 - [xwayland/xwayland.c:91] WAYLAND_SOCKET=22 Xwayland :0 -rootless -terminate -listen 19 -listen 21 -wm 75
2019-11-13 09:34:39 - [main.c:300] Found config * for output DP-4 (Hewlett Packard HP ZR24w CNT03512JN)
2019-11-13 09:34:39 - [main.c:300] Found config * for output DP-3 (Hewlett Packard HP ZR24w CNT037144C)
2019-11-13 09:34:39 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:34:39 - [sway/ipc-server.c:938] Added IPC reply of type 0x3 to client 22 queue: [ { "id": 5, "name": "DP-3", "rect": { "x": 1200, "y": 1200, "width": 1920, "height": 1200 }, "focus": [ 6 ], "border": "none", "current_border_width": 0, "layout": "output", "orientation": "none", "percent": 0.38461538461538464, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "output", "active": true, "dpms": true, "primary": false, "make": "Hewlett Packard", "model": "HP ZR24w", "serial": "CNT037144C", "scale": 1.0, "transform": "normal", "current_workspace": "2", "modes": [ { "width": 640, "height": 480, "refresh": 59940 }, { "width": 800, "height": 600, "refresh": 60317 }, { "width": 1024, "height": 768, "refresh": 60004 }, { "width": 1280, "height": 960, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 59901 }, { "width": 1280, "height": 1024, "refresh": 60020 }, { "width": 1680, "height": 1050, "refresh": 59883 }, { "width": 1600, "height": 1200, "refresh": 60000 }, { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1920, "height": 1200, "refresh": 59950 } ], "current_mode": { "width": 1920, "height": 1200, "refresh": 59950 }, "focused": true, "subpixel_hinting": "unknown" }, { "id": 7, "name": "DP-4", "rect": { "x": 0, "y": 1200, "width": 1200, "height": 1920 }, "focus": [ 8 ], "border": "none", "current_border_width": 0, "layout": "output", "orientation": "none", "percent": 0.38461538461538464, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "output", "active": true, "dpms": true, "primary": false, "make": "Hewlett Packard", "model": "HP ZR24w", "serial": "CNT03512JN", "scale": 1.0, "transform": "270", "current_workspace": "3", "modes": [ { "width": 640, "height": 480, "refresh": 59940 }, { "width": 800, "height": 600, "refresh": 60317 }, { "width": 1024, "height": 768, "refresh": 60004 }, { "width": 1280, "height": 960, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 59887 }, { "width": 1280, "height": 1024, "refresh": 60020 }, { "width": 1680, "height": 1050, "refresh": 59954 }, { "width": 1600, "height": 1200, "refresh": 60000 }, { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1920, "height": 1200, "refresh": 59950 } ], "current_mode": { "width": 1920, "height": 1200, "refresh": 59950 }, "focused": false, "subpixel_hinting": "unknown" }, { "type": "output", "name": "eDP-1", "active": false, "dpms": false, "primary": false, "make": "Unknown", "model": "0x333C", "serial": "0x00000000", "modes": [ { "width": 1366, "height": 768, "refresh": 60060 } ], "current_workspace": null, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "percent": null } ]
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22acb30 (res 0x228d790)
2019-11-13 09:34:39 - [types/wlr_layer_shell_v1.c:416] new layer_surface 0x22ace50 (res 0x2261710)
2019-11-13 09:34:39 - [sway/desktop/layer_shell.c:495] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22bd9e0 (res 0x22aeb10)
2019-11-13 09:34:39 - [types/wlr_layer_shell_v1.c:416] new layer_surface 0x22bde10 (res 0x227f090)
2019-11-13 09:34:39 - [sway/desktop/layer_shell.c:495] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0
2019-11-13 09:34:39 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:34:39 - [sway/ipc-server.c:220] Client 80 readable
2019-11-13 09:34:39 - [sway/ipc-server.c:938] Added IPC reply of type 0x2 to client 80 queue: {"success": true}
2019-11-13 09:34:39 - [sway/ipc-server.c:524] Client 80 writable
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22ac7b0 (res 0x22335e0)
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22ba900 (res 0x22ac270)
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22be4d0 (res 0x2292f40)
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22bd590 (res 0x2293de0)
(term-local:27448): GVFS-WARNING **: 09:34:39.366: Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.Daemon: Unit gvfs-daemon.service not found. (g-io-error-quark, 36)
(term-masaki:27450): GVFS-WARNING **: 09:34:39.368: Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.Daemon: Unit gvfs-daemon.service not found. (g-io-error-quark, 36)
2019-11-13 09:34:39 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:34:39 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 6, "name": "2", "rect": { "x": 1200, "y": 1200, "width": 1920, "height": 1200 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-3", "type": "workspace", "representation": null, "focused": true, "visible": true }, { "id": 8, "name": "3", "rect": { "x": 0, "y": 1200, "width": 1200, "height": 1920 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 3, "output": "DP-4", "type": "workspace", "representation": null, "focused": false, "visible": true } ]
2019-11-13 09:34:39 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22adc60 (res 0x22bf0d0)
2019-11-13 09:34:39 - [types/wlr_layer_shell_v1.c:416] new layer_surface 0x22e6030 (res 0x22bf1f0)
2019-11-13 09:34:39 - [sway/desktop/layer_shell.c:495] new layer surface: namespace panel layer 1 anchor 1 size 0x18 margin 0,0,0,0
2019-11-13 09:34:39 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '2' at 1200.000000, 1218.000000
2019-11-13 09:34:39 - [sway/desktop/transaction.c:412] Transaction 0x22645b0 committing with 1 instructions
2019-11-13 09:34:39 - [sway/desktop/transaction.c:280] Applying transaction 0x22645b0
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22e8220 (res 0x2251c10)
2019-11-13 09:34:39 - [types/wlr_layer_shell_v1.c:416] new layer_surface 0x22e8540 (res 0x22bf310)
2019-11-13 09:34:39 - [sway/desktop/layer_shell.c:495] new layer surface: namespace panel layer 1 anchor 1 size 0x18 margin 0,0,0,0
2019-11-13 09:34:39 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1902@0,18
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '3' at 0.000000, 1218.000000
2019-11-13 09:34:39 - [sway/desktop/transaction.c:412] Transaction 0x204c130 committing with 1 instructions
2019-11-13 09:34:39 - [sway/desktop/transaction.c:280] Applying transaction 0x204c130
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22e68d0 (res 0x22bf550)
Gdk-Message: 09:34:39.412: Unable to load hand2 from the cursor theme
Gdk-Message: 09:34:39.423: Unable to load hand2 from the cursor theme
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22e9310 (res 0x22bafa0)
2019-11-13 09:34:39 - [types/xdg_shell/wlr_xdg_surface.c:442] new xdg_surface 0x22e9630 (res 0x22beb30)
2019-11-13 09:34:39 - [sway/desktop/xdg_shell.c:498] New xdg_shell toplevel title='' app_id='term-masaki'
2019-11-13 09:34:39 - [types/wlr_server_decoration.c:107] new server_decoration 0x228ddc0 (res 0x22bbdb0)
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x22e9b80 (res 0x22bb6f0)
2019-11-13 09:34:39 - [types/xdg_shell/wlr_xdg_surface.c:442] new xdg_surface 0x22e9ea0 (res 0x22bb810)
2019-11-13 09:34:39 - [sway/desktop/xdg_shell.c:498] New xdg_shell toplevel title='' app_id='term-local'
2019-11-13 09:34:39 - [types/wlr_server_decoration.c:107] new server_decoration 0x227f1b0 (res 0x22b90f0)
2019-11-13 09:34:39 - [sway/tree/root.c:231] Looking up workspace for pid 27450
2019-11-13 09:34:39 - [sway/tree/root.c:240] found pid_workspace for pid 27450, workspace 1
2019-11-13 09:34:39 - [sway/tree/root.c:254] Creating workspace 1 for pid 27450 because it disappeared
2019-11-13 09:34:39 - [sway/tree/workspace.c:64] Adding workspace 1 for output eDP-1
2019-11-13 09:34:39 - [sway/ipc-server.c:308] Sending workspace::init event
2019-11-13 09:34:39 - [sway/ipc-server.c:938] Added IPC reply of type 0x80000000 to client 80 queue: { "change": "init", "old": null, "current": { "id": 9, "name": "1", "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "eDP-1", "type": "workspace", "representation": null, "nodes": [ ] } }
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1366x768@0,0
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '1' at 3120.000000, 1200.000000
2019-11-13 09:34:39 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8020 horizontally
2019-11-13 09:34:39 - [sway/desktop/transaction.c:412] Transaction 0x2350230 committing with 3 instructions
2019-11-13 09:34:39 - [sway/ipc-server.c:524] Client 80 writable
2019-11-13 09:34:39 - [sway/tree/workspace.c:64] Adding workspace 1 for output DP-3
2019-11-13 09:34:39 - [sway/ipc-server.c:308] Sending workspace::init event
2019-11-13 09:34:39 - [sway/ipc-server.c:938] Added IPC reply of type 0x80000000 to client 80 queue: { "change": "init", "old": null, "current": { "id": 11, "name": "1", "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": null, "nodes": [ ] } }
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1200.000000, 1218.000000
2019-11-13 09:34:39 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af7f80 horizontally
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '2' at 1200.000000, 1218.000000
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1902@0,18
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '3' at 0.000000, 1218.000000
2019-11-13 09:34:39 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:39 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1200.000000, 1218.000000
2019-11-13 09:34:39 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8020 horizontally
2019-11-13 09:34:39 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:34:39 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "focused": false, "visible": false }, { "id": 6, "name": "2", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-3", "type": "workspace", "representation": null, "focused": true, "visible": true }, { "id": 8, "name": "3", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 3, "output": "DP-4", "type": "workspace", "representation": null, "focused": false, "visible": true } ]
2019-11-13 09:34:39 - [sway/ipc-server.c:524] Client 80 writable
2019-11-13 09:34:39 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:34:39 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:34:39 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "focused": false, "visible": false }, { "id": 6, "name": "2", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-3", "type": "workspace", "representation": null, "focused": true, "visible": true }, { "id": 8, "name": "3", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 3, "output": "DP-4", "type": "workspace", "representation": null, "focused": false, "visible": true } ]
2019-11-13 09:34:39 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:34:39 - [sway/desktop/transaction.c:489] Transaction 0x2350230 is ready
2019-11-13 09:34:39 - [sway/desktop/transaction.c:280] Applying transaction 0x2350230
2019-11-13 09:34:39 - [sway/desktop/transaction.c:412] Transaction 0x2352030 committing with 5 instructions
2019-11-13 09:34:39 - [backend/drm/atomic.c:57] eDP-1: Atomic commit failed (pageflip): Invalid argument
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
2019-11-13 09:34:39 - [GLES2] FS SIMD8 shader: 15 inst, 0 loops, 306 cycles, 0:0 spills:fills, scheduled with mode top-down, Promoted 0 constants, compacted 240 to 176 bytes.
2019-11-13 09:34:39 - [GLES2] FS SIMD16 shader: 16 inst, 0 loops, 324 cycles, 0:0 spills:fills, scheduled with mode top-down, Promoted 0 constants, compacted 256 to 192 bytes.
Errors from xkbcomp are not fatal to the X server
2019-11-13 09:34:39 - [sway/desktop/transaction.c:489] Transaction 0x2352030 is ready
2019-11-13 09:34:39 - [sway/desktop/transaction.c:280] Applying transaction 0x2352030
2019-11-13 09:34:39 - [sway/tree/container.c:1153] Container 0x2351770 entered output 0x1ff7750
2019-11-13 09:34:39 - [types/wlr_relative_pointer_v1.c:173] relative_pointer_v1 manager bound to client 0x1fffdf0
2019-11-13 09:34:39 - [types/wlr_surface.c:609] New wlr_surface 0x2220ed0 (res 0x1fadd90)
2019-11-13 09:34:39 - [xwayland/xwayland.c:350] sent SIGUSR1 to process 27426
2019-11-13 09:34:39 - [xwayland/xwayland.c:228] Xserver is ready
2019-11-13 09:34:39 - [xwayland/xwm.c:1527] xfixes version: 5.0
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (2097153)
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (2097154)
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (2097154)
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (2097155)
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:34:39 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:34:39 - [types/wlr_relative_pointer_v1.c:151] relative_pointer_v1 0x212eff0 created for client 0x1fffdf0
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:1291] unhandled X11 event: MappingNotify (34)
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:1291] unhandled X11 event: MappingNotify (34)
2019-11-13 09:34:39 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:39 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2019-11-13 09:34:46 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:46 - [xwayland/xwm.c:1291] unhandled X11 event: MappingNotify (34)
2019-11-13 09:34:46 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:34:46 - [xwayland/xwm.c:1291] unhandled X11 event: MappingNotify (34)
2019-11-13 09:34:48 - [sway/commands/bind.c:610] running command for binding: workspace 2
2019-11-13 09:34:48 - [sway/commands.c:250] Handling command 'workspace 2'
2019-11-13 09:34:48 - [sway/tree/workspace.c:477] Switching to workspace 0x1fdbb00:2
2019-11-13 09:34:48 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:48 - [sway/tree/arrange.c:292] Arranging workspace '2' at 1200.000000, 1218.000000
2019-11-13 09:34:48 - [sway/desktop/transaction.c:412] Transaction 0x23026d0 committing with 1 instructions
2019-11-13 09:34:48 - [sway/desktop/transaction.c:280] Applying transaction 0x23026d0
2019-11-13 09:34:48 - [sway/commands/bind.c:610] running command for binding: move workspace to output left
2019-11-13 09:34:48 - [sway/commands.c:250] Handling command 'move workspace to output left'
2019-11-13 09:34:48 - [sway/tree/workspace.c:143] Destroying workspace '3'
2019-11-13 09:34:48 - [sway/ipc-server.c:308] Sending workspace::empty event
2019-11-13 09:34:48 - [sway/ipc-server.c:938] Added IPC reply of type 0x80000000 to client 80 queue: { "change": "empty", "old": null, "current": { "id": 8, "name": "3", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 3, "output": "DP-4", "type": "workspace", "representation": null, "nodes": [ ] } }
2019-11-13 09:34:48 - [sway/ipc-server.c:308] Sending workspace::move event
2019-11-13 09:34:48 - [sway/ipc-server.c:938] Added IPC reply of type 0x80000000 to client 80 queue: { "change": "move", "old": null, "current": { "id": 6, "name": "2", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focused": true, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": null, "nodes": [ ] } }
2019-11-13 09:34:48 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:48 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1200.000000, 1218.000000
2019-11-13 09:34:48 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8180 horizontally
2019-11-13 09:34:48 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1902@0,18
2019-11-13 09:34:48 - [sway/tree/arrange.c:292] Arranging workspace '2' at 0.000000, 1218.000000
2019-11-13 09:34:48 - [sway/desktop/transaction.c:412] Transaction 0x1fff7d0 committing with 6 instructions
2019-11-13 09:34:48 - [sway/desktop/transaction.c:280] Applying transaction 0x1fff7d0
2019-11-13 09:34:48 - [sway/ipc-server.c:524] Client 80 writable
2019-11-13 09:34:48 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:34:48 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "focused": false, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": null, "focused": true, "visible": true } ]
2019-11-13 09:34:48 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:34:48 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:34:48 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "focused": false, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": null, "focused": true, "visible": true } ]
2019-11-13 09:34:48 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:34:51 - [sway/commands/bind.c:610] running command for binding: workspace 1
2019-11-13 09:34:51 - [sway/commands.c:250] Handling command 'workspace 1'
2019-11-13 09:34:51 - [sway/tree/workspace.c:477] Switching to workspace 0x2351480:1
2019-11-13 09:34:51 - [sway/ipc-server.c:308] Sending workspace::focus event
2019-11-13 09:34:51 - [sway/ipc-server.c:938] Added IPC reply of type 0x80000000 to client 80 queue: { "change": "focus", "old": { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": null, "nodes": [ ] }, "current": { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focused": false, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "nodes": [ { "id": 12, "name": "", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focused": true, "focus": [ ], "border": "pixel", "current_border_width": 1, "layout": "none", "orientation": "none", "percent": 1.0, "window_rect": { "x": 1, "y": 1, "width": 1918, "height": 1180 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 494, "height": 290 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "fullscreen_mode": 0, "pid": 0, "app_id": "term-local", "visible": true, "marks": [ ], "nodes": [ ] } ] } }
2019-11-13 09:34:51 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:51 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1200.000000, 1218.000000
2019-11-13 09:34:51 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8130 horizontally
2019-11-13 09:34:51 - [sway/desktop/transaction.c:412] Transaction 0x235bfa0 committing with 5 instructions
2019-11-13 09:34:51 - [sway/desktop/transaction.c:280] Applying transaction 0x235bfa0
2019-11-13 09:34:51 - [sway/ipc-server.c:524] Client 80 writable
2019-11-13 09:34:51 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:34:51 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "focused": true, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": null, "focused": false, "visible": true } ]
2019-11-13 09:34:51 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:34:56 - [sway/ipc-server.c:154] Event on IPC listening socket
2019-11-13 09:34:56 - [sway/ipc-server.c:200] New client: fd 77
2019-11-13 09:34:56 - [sway/ipc-server.c:220] Client 77 readable
2019-11-13 09:34:56 - [sway/commands.c:250] Handling command 'exec termite --name=term-masaki'
2019-11-13 09:34:56 - [sway/commands/exec_always.c:46] Executing termite --name=term-masaki
2019-11-13 09:34:56 - [sway/commands/exec_always.c:87] Child process created with pid 27575
2019-11-13 09:34:56 - [sway/tree/root.c:275] Recording workspace for process 27575
2019-11-13 09:34:56 - [sway/ipc-server.c:938] Added IPC reply of type 0x0 to client 77 queue: [ { "success": true } ]
2019-11-13 09:34:56 - [sway/ipc-server.c:524] Client 77 writable
2019-11-13 09:34:56 - [sway/ipc-server.c:215] Client 77 hung up
2019-11-13 09:34:56 - [sway/ipc-server.c:554] IPC Client 77 disconnected
2019-11-13 09:34:56 - [types/wlr_surface.c:609] New wlr_surface 0x235f210 (res 0x2360530)
2019-11-13 09:34:56 - [types/wlr_surface.c:609] New wlr_surface 0x2250810 (res 0x1ff5ec0)
(term-masaki:27575): GVFS-WARNING **: 09:34:56.104: Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.Daemon: Unit gvfs-daemon.service not found. (g-io-error-quark, 36)
Gdk-Message: 09:34:56.147: Unable to load hand2 from the cursor theme
2019-11-13 09:34:56 - [types/wlr_surface.c:609] New wlr_surface 0x22edbb0 (res 0x22eded0)
2019-11-13 09:34:56 - [types/xdg_shell/wlr_xdg_surface.c:442] new xdg_surface 0x1ff6410 (res 0x2354590)
2019-11-13 09:34:56 - [sway/desktop/xdg_shell.c:498] New xdg_shell toplevel title='' app_id='term-masaki'
2019-11-13 09:34:56 - [types/wlr_server_decoration.c:107] new server_decoration 0x2360410 (res 0x23546b0)
2019-11-13 09:34:56 - [sway/tree/root.c:231] Looking up workspace for pid 27575
2019-11-13 09:34:56 - [sway/tree/root.c:240] found pid_workspace for pid 27575, workspace 1
2019-11-13 09:34:56 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:56 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1200.000000, 1218.000000
2019-11-13 09:34:56 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8020 horizontally
2019-11-13 09:34:56 - [sway/desktop/transaction.c:412] Transaction 0x235a850 committing with 4 instructions
2019-11-13 09:34:56 - [sway/desktop/transaction.c:489] Transaction 0x235a850 is ready
2019-11-13 09:34:56 - [sway/desktop/transaction.c:280] Applying transaction 0x235a850
2019-11-13 09:34:56 - [sway/tree/container.c:1153] Container 0x235a5f0 entered output 0x1ff7750
2019-11-13 09:34:56 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:34:57 - [sway/commands/bind.c:610] running command for binding: move container to workspace 2
2019-11-13 09:34:57 - [sway/commands.c:250] Handling command 'move container to workspace 2'
2019-11-13 09:34:57 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:57 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1200.000000, 1218.000000
2019-11-13 09:34:57 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af81a0 horizontally
2019-11-13 09:34:57 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1902@0,18
2019-11-13 09:34:57 - [sway/tree/arrange.c:292] Arranging workspace '2' at 0.000000, 1218.000000
2019-11-13 09:34:57 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8180 horizontally
2019-11-13 09:34:57 - [sway/desktop/transaction.c:412] Transaction 0x236c3f0 committing with 5 instructions
2019-11-13 09:34:57 - [sway/desktop/transaction.c:489] Transaction 0x236c3f0 is ready
2019-11-13 09:34:57 - [sway/desktop/transaction.c:280] Applying transaction 0x236c3f0
2019-11-13 09:34:57 - [sway/tree/container.c:1161] Container 0x235a5f0 left output 0x1ff7750
2019-11-13 09:34:57 - [sway/tree/container.c:1153] Container 0x235a5f0 entered output 0x1ff1240
2019-11-13 09:34:59 - [sway/commands/bind.c:610] running command for binding: workspace 1
2019-11-13 09:34:59 - [sway/commands.c:250] Handling command 'workspace 1'
2019-11-13 09:34:59 - [sway/tree/workspace.c:477] Switching to workspace 0x2351480:1
2019-11-13 09:34:59 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:34:59 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1200.000000, 1218.000000
2019-11-13 09:34:59 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8130 horizontally
2019-11-13 09:34:59 - [sway/desktop/transaction.c:412] Transaction 0x2353ce0 committing with 2 instructions
2019-11-13 09:34:59 - [sway/desktop/transaction.c:280] Applying transaction 0x2353ce0
2019-11-13 09:35:00 - [sway/commands/bind.c:610] running command for binding: exec "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"
2019-11-13 09:35:00 - [sway/commands.c:250] Handling command 'exec "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"'
2019-11-13 09:35:00 - [sway/commands/exec_always.c:46] Executing rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run
2019-11-13 09:35:00 - [sway/commands/exec_always.c:87] Child process created with pid 27602
2019-11-13 09:35:00 - [sway/tree/root.c:275] Recording workspace for process 27602
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4194305)
2019-11-13 09:35:00 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:00 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: rofi
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:00 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: rofi Rofi
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:00 - [xwayland/xwm.c:479] NET_WM_PID 27602
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:00 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 4194305
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4194305)
2019-11-13 09:35:00 - [types/wlr_surface.c:609] New wlr_surface 0x236c680 (res 0x236ce60)
2019-11-13 09:35:00 - [xwayland/xwm.c:1375] New xwayland surface: 0x236c680
2019-11-13 09:35:00 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2019-11-13 09:35:00 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4194305)
2019-11-13 09:35:00 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: rofi Rofi
2019-11-13 09:35:00 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: rofi
2019-11-13 09:35:00 - [xwayland/xwm.c:479] NET_WM_PID 27602
2019-11-13 09:35:00 - [xwayland/xwm.c:1291] unhandled X11 event: MappingNotify (34)
2019-11-13 09:35:00 - [xwayland/xwm.c:1291] unhandled X11 event: MappingNotify (34)
2019-11-13 09:35:00 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:01 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:844] XCB_DESTROY_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:01 - [xwayland/xwm.c:1267] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 146, value 4194305
2019-11-13 09:35:01 - [sway/desktop/transaction.c:412] Transaction 0x1ff5d30 committing with 3 instructions
2019-11-13 09:35:01 - [sway/desktop/transaction.c:280] Applying transaction 0x1ff5d30
2019-11-13 09:35:01 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4194305)
2019-11-13 09:35:01 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 4194305
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 4194305
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: deluge Deluge
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 4194305
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:479] NET_WM_PID 27612
(deluge:27612): GVFS-WARNING **: 09:35:01.428: Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.Daemon: Unit gvfs-daemon.service not found. (g-io-error-quark, 36)
Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.UDisks2VolumeMonitor: Unit gvfs-udisks2-volume-monitor.service not found. (g-io-error-quark, 36)
Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.GPhoto2VolumeMonitor: Unit gvfs-gphoto2-volume-monitor.service not found. (g-io-error-quark, 36)
Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.MTPVolumeMonitor: Unit gvfs-mtp-volume-monitor.service not found. (g-io-error-quark, 36)
Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.AfcVolumeMonitor: Unit gvfs-afc-volume-monitor.service not found. (g-io-error-quark, 36)
2019-11-13 09:35:01 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4194307)
2019-11-13 09:35:01 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: deluge
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194305)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194307)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 380 (_XEMBED_INFO) for window 4194307
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194307)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 339 (_NET_WM_SYNC_REQUEST_COUNTER) for window 4194307
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194307)
2019-11-13 09:35:01 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194307)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 380 (_XEMBED_INFO) for window 4194307
2019-11-13 09:35:01 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4194334)
2019-11-13 09:35:01 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 382 (_MOTIF_DRAG_RECEIVER_INFO) for window 4194334
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 291 (XdndAware) for window 4194334
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:01 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4194363)
2019-11-13 09:35:01 - [sway/desktop/xwayland.c:584] New xwayland unmanaged surface
2019-11-13 09:35:01 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:922] XCB_MAP_REQUEST (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4194334
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4194334)
2019-11-13 09:35:01 - [types/wlr_surface.c:609] New wlr_surface 0x236a380 (res 0x22e7d20)
2019-11-13 09:35:01 - [xwayland/xwm.c:1375] New xwayland surface: 0x236a380
2019-11-13 09:35:01 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: deluge Deluge
2019-11-13 09:35:01 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Deluge
2019-11-13 09:35:01 - [xwayland/xwm.c:525] WM_PROTOCOLS (4)
2019-11-13 09:35:01 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:01 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:01 - [xwayland/xwm.c:502] NET_WM_WINDOW_TYPE (1)
2019-11-13 09:35:01 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Deluge
2019-11-13 09:35:01 - [xwayland/xwm.c:479] NET_WM_PID 27612
2019-11-13 09:35:01 - [sway/tree/workspace.c:64] Adding workspace 3 for output DP-3
2019-11-13 09:35:01 - [sway/ipc-server.c:308] Sending workspace::init event
2019-11-13 09:35:01 - [sway/ipc-server.c:938] Added IPC reply of type 0x80000000 to client 80 queue: { "change": "init", "old": null, "current": { "id": 14, "name": "3", "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 3, "output": "DP-3", "type": "workspace", "representation": null, "nodes": [ ] } }
2019-11-13 09:35:01 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:35:01 - [sway/tree/arrange.c:292] Arranging workspace '3' at 1200.000000, 1218.000000
2019-11-13 09:35:01 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8020 horizontally
2019-11-13 09:35:01 - [sway/desktop/transaction.c:412] Transaction 0x235feb0 committing with 3 instructions
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:01 - [sway/ipc-server.c:524] Client 80 writable
2019-11-13 09:35:01 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:35:01 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "focused": true, "visible": true }, { "id": 14, "name": "3", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 15 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 3, "output": "DP-3", "type": "workspace", "representation": "H[Deluge]", "focused": false, "visible": false }, { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focus": [ 13 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": "H[term-masaki]", "focused": false, "visible": true } ]
2019-11-13 09:35:01 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194307)
2019-11-13 09:35:01 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:01 - [xwayland/xwm.c:876] XCB_CONFIGURE_REQUEST (4194307) [48x48+0,0]
2019-11-13 09:35:01 - [sway/desktop/transaction.c:489] Transaction 0x235feb0 is ready
2019-11-13 09:35:01 - [sway/desktop/transaction.c:280] Applying transaction 0x235feb0
2019-11-13 09:35:01 - [sway/tree/container.c:1153] Container 0x236ab20 entered output 0x1ff7750
2019-11-13 09:35:01 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4194701)
2019-11-13 09:35:01 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:502] NET_WM_WINDOW_TYPE (1)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 339 (_NET_WM_SYNC_REQUEST_COUNTER) for window 4194701
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:466] XCB_ATOM_WM_TRANSIENT_FOR: 0x235bd00
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 333 (_NET_WM_ICON) for window 4194701
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:01 - [xwayland/xwm.c:876] XCB_CONFIGURE_REQUEST (4194701) [414x300+1953,1659]
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 382 (_MOTIF_DRAG_RECEIVER_INFO) for window 4194701
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 291 (XdndAware) for window 4194701
2019-11-13 09:35:01 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:502] NET_WM_WINDOW_TYPE (1)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:922] XCB_MAP_REQUEST (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4194701
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4194701)
2019-11-13 09:35:01 - [types/wlr_surface.c:609] New wlr_surface 0x2375560 (res 0x236a9b0)
2019-11-13 09:35:01 - [xwayland/xwm.c:1375] New xwayland surface: 0x2375560
2019-11-13 09:35:01 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: deluge Deluge
2019-11-13 09:35:01 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Connection Manager
2019-11-13 09:35:01 - [xwayland/xwm.c:466] XCB_ATOM_WM_TRANSIENT_FOR: 0x235bd00
2019-11-13 09:35:01 - [xwayland/xwm.c:525] WM_PROTOCOLS (4)
2019-11-13 09:35:01 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:01 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:01 - [xwayland/xwm.c:502] NET_WM_WINDOW_TYPE (1)
2019-11-13 09:35:01 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Connection Manager
2019-11-13 09:35:01 - [xwayland/xwm.c:479] NET_WM_PID 27612
2019-11-13 09:35:01 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:35:01 - [sway/tree/arrange.c:292] Arranging workspace '3' at 1200.000000, 1218.000000
2019-11-13 09:35:01 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8020 horizontally
2019-11-13 09:35:01 - [sway/desktop/transaction.c:412] Transaction 0x2376630 committing with 3 instructions
2019-11-13 09:35:01 - [sway/desktop/transaction.c:489] Transaction 0x2376630 is ready
2019-11-13 09:35:01 - [sway/desktop/transaction.c:280] Applying transaction 0x2376630
2019-11-13 09:35:01 - [sway/tree/container.c:1153] Container 0x2376200 entered output 0x1ff7750
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:01 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:01 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:07 - [sway/commands/bind.c:610] running command for binding: [class="Firefox"] focus
2019-11-13 09:35:07 - [sway/criteria.c:654] Found pair: class=Firefox
2019-11-13 09:35:07 - [sway/commands.c:250] Handling command 'focus'
2019-11-13 09:35:07 - [sway/commands/bind.c:630] could not run command for binding: [class="Firefox"] focus (No matching node.)
2019-11-13 09:35:10 - [sway/commands/bind.c:610] running command for binding: [app_id="term-masaki"] focus
2019-11-13 09:35:10 - [sway/criteria.c:654] Found pair: app_id=term-masaki
2019-11-13 09:35:10 - [sway/commands.c:250] Handling command 'focus'
2019-11-13 09:35:10 - [sway/ipc-server.c:308] Sending workspace::focus event
2019-11-13 09:35:10 - [sway/ipc-server.c:938] Added IPC reply of type 0x80000000 to client 80 queue: { "change": "focus", "old": { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focused": false, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "nodes": [ { "id": 12, "name": "", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focused": false, "focus": [ ], "border": "pixel", "current_border_width": 1, "layout": "none", "orientation": "none", "percent": 1.0, "window_rect": { "x": 1, "y": 1, "width": 1918, "height": 1180 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 494, "height": 290 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "fullscreen_mode": 0, "pid": 0, "app_id": "term-local", "visible": true, "marks": [ ], "nodes": [ ] } ] }, "current": { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focused": false, "focus": [ 13 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": "H[term-masaki]", "nodes": [ { "id": 13, "name": "", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focused": true, "focus": [ ], "border": "pixel", "current_border_width": 1, "layout": "none", "orientation": "none", "percent": 1.0, "window_rect": { "x": 1, "y": 1, "width": 1198, "height": 1900 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 494, "height": 290 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "fullscreen_mode": 0, "pid": 27575, "app_id": "term-masaki", "visible": true, "marks": [ ], "nodes": [ ] } ] } }
2019-11-13 09:35:10 - [sway/desktop/transaction.c:412] Transaction 0x23bc370 committing with 5 instructions
2019-11-13 09:35:10 - [sway/desktop/transaction.c:280] Applying transaction 0x23bc370
2019-11-13 09:35:10 - [sway/ipc-server.c:524] Client 80 writable
2019-11-13 09:35:10 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:35:10 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "focused": false, "visible": true }, { "id": 14, "name": "3", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 15, 16 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ { "id": 16, "name": "Connection Manager", "rect": { "x": 1951, "y": 1659, "width": 418, "height": 302 }, "focused": false, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.059308023124647495, "window_rect": { "x": 2, "y": 0, "width": 414, "height": 300 }, "deco_rect": { "x": 751, "y": 421, "width": 418, "height": 20 }, "geometry": { "x": 0, "y": 0, "width": 414, "height": 300 }, "window": 4194701, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "floating_con", "fullscreen_mode": 0, "pid": 0, "app_id": null, "visible": false, "marks": [ ], "window_properties": { "class": "Deluge", "instance": "deluge", "title": "Connection Manager", "transient_for": 4194334 }, "nodes": [ ] } ], "sticky": false, "num": 3, "output": "DP-3", "type": "workspace", "representation": "H[Deluge]", "focused": false, "visible": false }, { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focus": [ 13 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": "H[term-masaki]", "focused": true, "visible": true } ]
2019-11-13 09:35:10 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:35:10 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:35:10 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:35:10 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:35:10 - [sway/commands/bind.c:610] running command for binding: exec "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"
2019-11-13 09:35:10 - [sway/commands.c:250] Handling command 'exec "rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run"'
2019-11-13 09:35:10 - [sway/commands/exec_always.c:46] Executing rofi -kb-primary-paste Control+v,Insert -kb-secondary-paste Control+Shift+v,Shift+Insert -sidebar-mode -combi -modi window,drun,run -modi run,drun,window,ssh,combi -show run
2019-11-13 09:35:10 - [sway/commands/exec_always.c:87] Child process created with pid 27662
2019-11-13 09:35:10 - [sway/tree/root.c:275] Recording workspace for process 27662
2019-11-13 09:35:10 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:10 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (6291457)
2019-11-13 09:35:10 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:10 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: rofi
2019-11-13 09:35:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:10 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: rofi Rofi
2019-11-13 09:35:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:10 - [xwayland/xwm.c:479] NET_WM_PID 27662
2019-11-13 09:35:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:10 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 6291457
2019-11-13 09:35:10 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (6291457)
2019-11-13 09:35:10 - [types/wlr_surface.c:609] New wlr_surface 0x23c5d00 (res 0x2351330)
2019-11-13 09:35:10 - [xwayland/xwm.c:1375] New xwayland surface: 0x23c5d00
2019-11-13 09:35:10 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (6291457)
2019-11-13 09:35:10 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: rofi Rofi
2019-11-13 09:35:10 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: rofi
2019-11-13 09:35:10 - [xwayland/xwm.c:479] NET_WM_PID 27662
2019-11-13 09:35:11 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:844] XCB_DESTROY_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:11 - [xwayland/xwm.c:1267] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 265, value 6291457
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:11 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (8388610)
2019-11-13 09:35:11 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:11 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (6291457)
2019-11-13 09:35:11 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 6291457
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 6291457
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: firefox Firefox
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 6291457
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:479] NET_WM_PID 27668
2019-11-13 09:35:11 - [xwayland/xwm.c:844] XCB_DESTROY_NOTIFY (8388610)
2019-11-13 09:35:11 - [sway/desktop/transaction.c:412] Transaction 0x2376670 committing with 3 instructions
2019-11-13 09:35:11 - [sway/desktop/transaction.c:280] Applying transaction 0x2376670
(firefox:27668): GVFS-WARNING **: 09:35:11.859: Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.Daemon: Unit gvfs-daemon.service not found. (g-io-error-quark, 36)
2019-11-13 09:35:11 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (6291459)
2019-11-13 09:35:11 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Firefox
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291457)
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:11 - [xwayland/xwm.c:723] unhandled X11 property 399 (_NET_WM_OPAQUE_REGION) for window 6291459
2019-11-13 09:35:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:11 - [xwayland/xwm.c:723] unhandled X11 property 333 (_NET_WM_ICON) for window 6291459
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 291 (XdndAware) for window 6291459
2019-11-13 09:35:12 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (6291472)
2019-11-13 09:35:12 - [sway/desktop/xwayland.c:584] New xwayland unmanaged surface
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:413] XCB_ATOM_WM_WINDOW_ROLE: browser
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: Navigator Firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (8388609)
2019-11-13 09:35:12 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (8388609)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 8388609
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (8388609)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 8388609
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (8388609)
2019-11-13 09:35:12 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (8388609)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 8388609
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (8388609)
2019-11-13 09:35:12 - [xwayland/xwm.c:479] NET_WM_PID 27723
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Mozilla Firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 326 (_NET_WM_ICON_NAME) for window 6291459
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 37 (WM_ICON_NAME) for window 6291459
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:413] XCB_ATOM_WM_WINDOW_ROLE: browser
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: Navigator Firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:12 - [xwayland/xwm.c:876] XCB_CONFIGURE_REQUEST (6291459) [1200x720+0,0]
2019-11-13 09:35:12 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 407 (_GTK_THEME_VARIANT) for window 6291459
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:922] XCB_MAP_REQUEST (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 6291459
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (6291459)
2019-11-13 09:35:12 - [types/wlr_surface.c:609] New wlr_surface 0x23be0d0 (res 0x23c6270)
2019-11-13 09:35:12 - [xwayland/xwm.c:1375] New xwayland surface: 0x23be0d0
2019-11-13 09:35:12 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: Navigator Firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:525] WM_PROTOCOLS (4)
2019-11-13 09:35:12 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:12 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:12 - [xwayland/xwm.c:502] NET_WM_WINDOW_TYPE (1)
2019-11-13 09:35:12 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Mozilla Firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:479] NET_WM_PID 27668
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 399 (_NET_WM_OPAQUE_REGION) for window 6291459
2019-11-13 09:35:12 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1902@0,18
2019-11-13 09:35:12 - [sway/tree/arrange.c:292] Arranging workspace '2' at 0.000000, 1218.000000
2019-11-13 09:35:12 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8020 horizontally
2019-11-13 09:35:12 - [sway/desktop/transaction.c:412] Transaction 0x23bbb10 committing with 4 instructions
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:12 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:12 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (6291475)
2019-11-13 09:35:12 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:12 - [sway/desktop/transaction.c:489] Transaction 0x23bbb10 is ready
2019-11-13 09:35:12 - [sway/desktop/transaction.c:280] Applying transaction 0x23bbb10
2019-11-13 09:35:12 - [sway/tree/container.c:1153] Container 0x23bb720 entered output 0x1ff1240
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291475)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 291 (XdndAware) for window 6291475
2019-11-13 09:35:12 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:35:12 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (10485761)
2019-11-13 09:35:12 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (10485761)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 10485761
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (10485761)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 10485761
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (10485761)
2019-11-13 09:35:12 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (10485761)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 10485761
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (10485761)
2019-11-13 09:35:12 - [xwayland/xwm.c:479] NET_WM_PID 27761
2019-11-13 09:35:12 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (12582913)
2019-11-13 09:35:12 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (12582913)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 12582913
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (12582913)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 12582913
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (12582913)
2019-11-13 09:35:12 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (12582913)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 12582913
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (12582913)
2019-11-13 09:35:12 - [xwayland/xwm.c:479] NET_WM_PID 27766
2019-11-13 09:35:12 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (14680065)
2019-11-13 09:35:12 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (14680065)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 14680065
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (14680065)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 14680065
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (14680065)
2019-11-13 09:35:12 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (14680065)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 14680065
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (14680065)
2019-11-13 09:35:12 - [xwayland/xwm.c:479] NET_WM_PID 27782
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:12 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (16777217)
2019-11-13 09:35:12 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (16777217)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 16777217
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (16777217)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 16777217
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (16777217)
2019-11-13 09:35:12 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (16777217)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 16777217
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (16777217)
2019-11-13 09:35:12 - [xwayland/xwm.c:479] NET_WM_PID 27866
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291475)
2019-11-13 09:35:12 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: (null)
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291475)
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291475)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 326 (_NET_WM_ICON_NAME) for window 6291475
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291475)
2019-11-13 09:35:12 - [xwayland/xwm.c:723] unhandled X11 property 37 (WM_ICON_NAME) for window 6291475
2019-11-13 09:35:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:12 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:12 - [sway/commands/bind.c:610] running command for binding: layout stacking
2019-11-13 09:35:12 - [sway/commands.c:250] Handling command 'layout stacking'
2019-11-13 09:35:12 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1902@0,18
2019-11-13 09:35:12 - [sway/tree/arrange.c:292] Arranging workspace '2' at 0.000000, 1218.000000
2019-11-13 09:35:12 - [sway/desktop/transaction.c:412] Transaction 0x23c5c60 committing with 3 instructions
2019-11-13 09:35:13 - [sway/desktop/transaction.c:489] Transaction 0x23c5c60 is ready
2019-11-13 09:35:13 - [sway/desktop/transaction.c:280] Applying transaction 0x23c5c60
2019-11-13 09:35:13 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:13 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:35:13 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:13 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291459
2019-11-13 09:35:13 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:13 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291459
2019-11-13 09:35:13 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:13 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:13 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:13 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
JavaScript error: resource://gre/modules/ExtensionCommon.jsm, line 2279: Error: primed listener not re-registered
JavaScript error: resource://gre/modules/ExtensionCommon.jsm, line 2279: Error: primed listener not re-registered
JavaScript error: resource://gre/modules/ExtensionCommon.jsm, line 2279: Error: primed listener not re-registered
JavaScript error: moz-extension://85af389f-e74c-4891-8eac-680b466c5f55/build/background.js, line 1890: Error: Could not establish connection. Receiving end does not exist.
JavaScript error: moz-extension://85af389f-e74c-4891-8eac-680b466c5f55/build/background.js, line 1890: Error: Could not establish connection. Receiving end does not exist.
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:14 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:35:14 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (18874369)
2019-11-13 09:35:14 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (18874369)
2019-11-13 09:35:14 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 18874369
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (18874369)
2019-11-13 09:35:14 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 18874369
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (18874369)
2019-11-13 09:35:14 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (18874369)
2019-11-13 09:35:14 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 18874369
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (18874369)
2019-11-13 09:35:14 - [xwayland/xwm.c:479] NET_WM_PID 27955
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:14 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Home · swaywm/sway Wiki - Mozilla Firefox
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:14 - [xwayland/xwm.c:723] unhandled X11 property 326 (_NET_WM_ICON_NAME) for window 6291459
2019-11-13 09:35:14 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:14 - [xwayland/xwm.c:723] unhandled X11 property 37 (WM_ICON_NAME) for window 6291459
2019-11-13 09:35:15 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:35:15 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:35:15 - [sway/commands/bind.c:610] running command for binding: [class="Deluge"] focus
2019-11-13 09:35:15 - [sway/criteria.c:654] Found pair: class=Deluge
2019-11-13 09:35:15 - [sway/commands.c:250] Handling command 'focus'
2019-11-13 09:35:15 - [sway/ipc-server.c:308] Sending workspace::focus event
2019-11-13 09:35:15 - [sway/ipc-server.c:938] Added IPC reply of type 0x80000000 to client 80 queue: { "change": "focus", "old": { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focused": false, "focus": [ 17, 13 ], "border": "none", "current_border_width": 0, "layout": "stacked", "orientation": "none", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": "S[term-masaki Firefox]", "nodes": [ { "id": 13, "name": "", "rect": { "x": 0, "y": 1258, "width": 1200, "height": 1862 }, "focused": false, "focus": [ ], "border": "pixel", "current_border_width": 1, "layout": "none", "orientation": "none", "percent": 1.0, "window_rect": { "x": 1, "y": 1, "width": 1198, "height": 1861 }, "deco_rect": { "x": 0, "y": 0, "width": 1200, "height": 20 }, "geometry": { "x": 0, "y": 0, "width": 494, "height": 290 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "fullscreen_mode": 0, "pid": 27575, "app_id": "term-masaki", "visible": false, "marks": [ ], "nodes": [ ] }, { "id": 17, "name": "Home · swaywm\/sway Wiki - Mozilla Firefox", "rect": { "x": 0, "y": 1258, "width": 1200, "height": 1862 }, "focused": false, "focus": [ ], "border": "pixel", "current_border_width": 1, "layout": "none", "orientation": "none", "percent": 1.0, "window_rect": { "x": 1, "y": 1, "width": 1198, "height": 1861 }, "deco_rect": { "x": 0, "y": 20, "width": 1200, "height": 20 }, "geometry": { "x": 0, "y": 0, "width": 1200, "height": 720 }, "window": 6291459, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "fullscreen_mode": 0, "pid": 0, "app_id": null, "visible": true, "marks": [ ], "window_properties": { "class": "Firefox", "instance": "Navigator", "title": "Home · swaywm\/sway Wiki - Mozilla Firefox", "transient_for": null, "window_role": "browser" }, "nodes": [ ] } ] }, "current": { "id": 14, "name": "3", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focused": false, "focus": [ 15, 16 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ { "id": 16, "name": "Connection Manager", "rect": { "x": 1951, "y": 1659, "width": 418, "height": 302 }, "focused": false, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.059308023124647495, "window_rect": { "x": 2, "y": 0, "width": 414, "height": 300 }, "deco_rect": { "x": 751, "y": 421, "width": 418, "height": 20 }, "geometry": { "x": 0, "y": 0, "width": 414, "height": 300 }, "window": 4194701, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "floating_con", "fullscreen_mode": 0, "pid": 0, "app_id": null, "visible": true, "marks": [ ], "window_properties": { "class": "Deluge", "instance": "deluge", "title": "Connection Manager", "transient_for": 4194334 }, "nodes": [ ] } ], "sticky": false, "num": 3, "output": "DP-3", "type": "workspace", "representation": "H[Deluge]", "nodes": [ { "id": 15, "name": "Deluge", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focused": true, "focus": [ ], "border": "pixel", "current_border_width": 1, "layout": "none", "orientation": "none", "percent": 1.0, "window_rect": { "x": 1, "y": 1, "width": 1918, "height": 1180 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 640, "height": 480 }, "window": 4194334, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "fullscreen_mode": 0, "pid": 0, "app_id": null, "visible": true, "marks": [ ], "window_properties": { "class": "Deluge", "instance": "deluge", "title": "Deluge", "transient_for": null }, "nodes": [ ] } ] } }
2019-11-13 09:35:15 - [sway/desktop/transaction.c:412] Transaction 0x1fb7160 committing with 6 instructions
2019-11-13 09:35:15 - [sway/desktop/transaction.c:280] Applying transaction 0x1fb7160
2019-11-13 09:35:15 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:15 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:15 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:15 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:15 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:15 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:15 - [sway/ipc-server.c:524] Client 80 writable
2019-11-13 09:35:15 - [sway/ipc-server.c:220] Client 22 readable
2019-11-13 09:35:15 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 22 queue: [ { "id": 11, "name": "1", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 12 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-3", "type": "workspace", "representation": "H[term-local]", "focused": false, "visible": false }, { "id": 14, "name": "3", "rect": { "x": 1200, "y": 1218, "width": 1920, "height": 1182 }, "focus": [ 16, 15 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ { "id": 16, "name": "Connection Manager", "rect": { "x": 1951, "y": 1659, "width": 418, "height": 302 }, "focused": true, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.059308023124647495, "window_rect": { "x": 2, "y": 0, "width": 414, "height": 300 }, "deco_rect": { "x": 751, "y": 421, "width": 418, "height": 20 }, "geometry": { "x": 0, "y": 0, "width": 414, "height": 300 }, "window": 4194701, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "floating_con", "fullscreen_mode": 0, "pid": 0, "app_id": null, "visible": true, "marks": [ ], "window_properties": { "class": "Deluge", "instance": "deluge", "title": "Connection Manager", "transient_for": 4194334 }, "nodes": [ ] } ], "sticky": false, "num": 3, "output": "DP-3", "type": "workspace", "representation": "H[Deluge]", "focused": true, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 0, "y": 1218, "width": 1200, "height": 1902 }, "focus": [ 17, 13 ], "border": "none", "current_border_width": 0, "layout": "stacked", "orientation": "none", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-4", "type": "workspace", "representation": "S[term-masaki Firefox]", "focused": false, "visible": true } ]
2019-11-13 09:35:15 - [sway/ipc-server.c:524] Client 22 writable
2019-11-13 09:35:16 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:16 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194701
2019-11-13 09:35:18 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194701)
2019-11-13 09:35:18 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4194701)
2019-11-13 09:35:18 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:35:18 - [sway/tree/arrange.c:292] Arranging workspace '3' at 1200.000000, 1218.000000
2019-11-13 09:35:18 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af83e0 horizontally
2019-11-13 09:35:18 - [sway/desktop/transaction.c:412] Transaction 0x2376420 committing with 4 instructions
2019-11-13 09:35:18 - [sway/desktop/transaction.c:280] Applying transaction 0x2376420
2019-11-13 09:35:18 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:18 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4194701)
2019-11-13 09:35:18 - [xwayland/xwm.c:844] XCB_DESTROY_NOTIFY (4194701)
2019-11-13 09:35:18 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:18 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:18 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:18 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:18 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:18 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:18 - [xwayland/xwm.c:1267] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 454, value 4194701
2019-11-13 09:35:18 - [xwayland/xwm.c:1267] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 458, value 4194701
2019-11-13 09:35:20 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:20 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:25 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=0 serial=180
2019-11-13 09:35:25 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:25 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:25 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=180 serial=181
2019-11-13 09:35:27 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=180 serial=182
2019-11-13 09:35:27 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:27 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:27 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=182 serial=183
2019-11-13 09:35:28 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=182 serial=184
2019-11-13 09:35:28 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:28 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:29 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=184 serial=185
2019-11-13 09:35:29 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=184 serial=186
2019-11-13 09:35:29 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:29 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:29 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4204228)
2019-11-13 09:35:29 - [sway/desktop/xwayland.c:584] New xwayland unmanaged surface
2019-11-13 09:35:29 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:29 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:29 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:29 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:29 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=186 serial=188
2019-11-13 09:35:29 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=186 serial=189
2019-11-13 09:35:29 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:29 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:29 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=189 serial=190
2019-11-13 09:35:29 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=0)
2019-11-13 09:35:31 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:31 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:32 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:33 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:33 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4204701)
2019-11-13 09:35:33 - [sway/desktop/xwayland.c:584] New xwayland unmanaged surface
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:502] NET_WM_WINDOW_TYPE (1)
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:723] unhandled X11 property 339 (_NET_WM_SYNC_REQUEST_COUNTER) for window 4204701
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:723] unhandled X11 property 382 (_MOTIF_DRAG_RECEIVER_INFO) for window 4204701
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:723] unhandled X11 property 291 (XdndAware) for window 4204701
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:33 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:502] NET_WM_WINDOW_TYPE (1)
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4204701)
2019-11-13 09:35:33 - [types/wlr_surface.c:609] New wlr_surface 0x23becb0 (res 0x2375970)
2019-11-13 09:35:33 - [xwayland/xwm.c:1375] New xwayland surface: 0x23becb0
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4204701
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4204701
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:33 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4204701
2019-11-13 09:35:33 - [sway/commands/bind.c:610] running command for binding: exec termite
2019-11-13 09:35:33 - [sway/commands.c:250] Handling command 'exec termite'
2019-11-13 09:35:33 - [sway/commands/exec_always.c:46] Executing termite
2019-11-13 09:35:33 - [sway/commands/exec_always.c:87] Child process created with pid 28138
2019-11-13 09:35:33 - [sway/tree/root.c:275] Recording workspace for process 28138
2019-11-13 09:35:33 - [types/wlr_surface.c:609] New wlr_surface 0x23c4050 (res 0x23c4370)
2019-11-13 09:35:33 - [types/wlr_surface.c:609] New wlr_surface 0x23ba780 (res 0x23baaa0)
(termite:28138): GVFS-WARNING **: 09:35:33.287: Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.Daemon: Unit gvfs-daemon.service not found. (g-io-error-quark, 36)
Gdk-Message: 09:35:33.326: Unable to load hand2 from the cursor theme
2019-11-13 09:35:33 - [types/wlr_surface.c:609] New wlr_surface 0x23d1700 (res 0x23d1a20)
2019-11-13 09:35:33 - [types/xdg_shell/wlr_xdg_surface.c:442] new xdg_surface 0x23d1ab0 (res 0x23d1c00)
2019-11-13 09:35:33 - [sway/desktop/xdg_shell.c:498] New xdg_shell toplevel title='' app_id='termite'
2019-11-13 09:35:33 - [types/wlr_server_decoration.c:107] new server_decoration 0x23c0a60 (res 0x23d20c0)
2019-11-13 09:35:33 - [sway/tree/root.c:231] Looking up workspace for pid 28138
2019-11-13 09:35:33 - [sway/tree/root.c:240] found pid_workspace for pid 28138, workspace 3
2019-11-13 09:35:33 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:35:33 - [sway/tree/arrange.c:292] Arranging workspace '3' at 1200.000000, 1218.000000
2019-11-13 09:35:33 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8020 horizontally
2019-11-13 09:35:33 - [sway/desktop/transaction.c:412] Transaction 0x2377440 committing with 4 instructions
2019-11-13 09:35:33 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:33 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:33 - [sway/desktop/transaction.c:489] Transaction 0x2377440 is ready
2019-11-13 09:35:33 - [sway/desktop/transaction.c:280] Applying transaction 0x2377440
2019-11-13 09:35:33 - [sway/tree/container.c:1153] Container 0x2377180 entered output 0x1ff7750
2019-11-13 09:35:35 - [sway/commands/bind.c:610] running command for binding: move scratchpad
2019-11-13 09:35:35 - [sway/commands.c:250] Handling command 'move scratchpad'
2019-11-13 09:35:35 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:35:35 - [sway/tree/arrange.c:292] Arranging workspace '3' at 1200.000000, 1218.000000
2019-11-13 09:35:35 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8150 horizontally
2019-11-13 09:35:35 - [sway/desktop/transaction.c:412] Transaction 0x1fb7120 committing with 4 instructions
2019-11-13 09:35:35 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:35 - [sway/desktop/transaction.c:489] Transaction 0x1fb7120 is ready
2019-11-13 09:35:35 - [sway/desktop/transaction.c:280] Applying transaction 0x1fb7120
2019-11-13 09:35:36 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:36 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:36 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:35:36 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:35:36 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4204701
2019-11-13 09:35:36 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4204701)
2019-11-13 09:35:36 - [types/wlr_surface.c:609] New wlr_surface 0x2375de0 (res 0x2376ee0)
2019-11-13 09:35:36 - [xwayland/xwm.c:1375] New xwayland surface: 0x2375de0
2019-11-13 09:35:36 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4204701
2019-11-13 09:35:36 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4204701
2019-11-13 09:35:36 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4204701)
2019-11-13 09:35:36 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4204701
2019-11-13 09:35:37 - [sway/commands/bind.c:610] running command for binding: scratchpad show
2019-11-13 09:35:37 - [sway/commands.c:250] Handling command 'scratchpad show'
2019-11-13 09:35:37 - [sway/commands/scratchpad.c:70] Showing from list
2019-11-13 09:35:37 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:35:37 - [sway/tree/arrange.c:292] Arranging workspace '3' at 1200.000000, 1218.000000
2019-11-13 09:35:37 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af81a0 horizontally
2019-11-13 09:35:37 - [sway/desktop/transaction.c:412] Transaction 0x23bf790 committing with 4 instructions
2019-11-13 09:35:37 - [sway/desktop/transaction.c:280] Applying transaction 0x23bf790
2019-11-13 09:35:37 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:37 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:35:46 - [types/wlr_data_control_v1.c:53] Ignoring duplicate MIME type offer text/plain
2019-11-13 09:35:46 - [types/wlr_data_control_v1.c:53] Ignoring duplicate MIME type offer text/plain
2019-11-13 09:35:48 - [sway/commands/bind.c:610] running command for binding: scratchpad show
2019-11-13 09:35:48 - [sway/commands.c:250] Handling command 'scratchpad show'
2019-11-13 09:35:48 - [sway/commands/scratchpad.c:33] Focus is a scratchpad window - hiding
2019-11-13 09:35:48 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1182@0,18
2019-11-13 09:35:48 - [sway/tree/arrange.c:292] Arranging workspace '3' at 1200.000000, 1218.000000
2019-11-13 09:35:48 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af81d0 horizontally
2019-11-13 09:35:48 - [sway/desktop/transaction.c:412] Transaction 0x23c5c50 committing with 4 instructions
2019-11-13 09:35:48 - [sway/desktop/transaction.c:280] Applying transaction 0x23c5c50
2019-11-13 09:35:48 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=2097153)
2019-11-13 09:35:48 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=2097153)
2019-11-13 09:35:48 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:35:48 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=2097153)
2019-11-13 09:35:50 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=189 serial=276
2019-11-13 09:35:50 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:50 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:50 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:50 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:50 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:50 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:50 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=276 serial=279
2019-11-13 09:35:50 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=276 serial=280
2019-11-13 09:35:50 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:50 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:50 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=280 serial=281
2019-11-13 09:35:50 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=0)
2019-11-13 09:35:51 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:51 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:51 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:51 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:51 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:51 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:52 - [xwayland/xwm.c:1291] unhandled X11 event: SelectionClear (29)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=254)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:36] wrote 64 (chunk size 64) of 64 bytes
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:49] transfer complete
2019-11-13 09:35:52 - [types/wlr_data_control_v1.c:53] Ignoring duplicate MIME type offer text/plain
2019-11-13 09:35:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=2097153)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86350254 owner=2097153, requestor=2097153 selection=272, target=274, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:28] SendEvent destination=2097153 SelectionNotify(31) time=86350254 requestor=2097153 selection=272 target=274 property=273
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 254 to Xwayland window with MIME type text/plain;charset=utf-8, target 254
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=0 owner=2097153, requestor=2097153 selection=272, target=254, property=273)
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:291] pipe() failed: Inappropriate ioctl for device
2019-11-13 09:35:52 - [xwayland/selection/outgoing.c:28] SendEvent destination=2097153 SelectionNotify(31) time=0 requestor=2097153 selection=272 target=254 property=0
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=0, target=254)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:395] convert selection failed
2019-11-13 09:35:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:52 - [xwayland/xwm.c:1291] unhandled X11 event: SelectionClear (29)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:52 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:53 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:54 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:54 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:54 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:54 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:54 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:54 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:54 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:54 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:54 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:54 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:54 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:55 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=280 serial=339
2019-11-13 09:35:55 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:55 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:55 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=339 serial=340
2019-11-13 09:35:55 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=0)
2019-11-13 09:35:56 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=339 serial=342
2019-11-13 09:35:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:56 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:56 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=342 serial=343
2019-11-13 09:35:56 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:56 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:56 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:56 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:56 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:56 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:57 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:57 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:57 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:57 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:57 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:57 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:57 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:57 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:57 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:57 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:57 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:58 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=342 serial=367
2019-11-13 09:35:58 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:58 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:58 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=367 serial=368
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=0)
2019-11-13 09:35:58 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=367 serial=370
2019-11-13 09:35:58 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:58 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:58 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=370 serial=372
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:58 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=370 serial=374
2019-11-13 09:35:58 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:58 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:58 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=374 serial=376
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=4204228)
2019-11-13 09:35:58 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=1, property=273, target=274)
2019-11-13 09:35:59 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:59 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:59 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:59 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:59 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:59 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:59 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:59 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:59 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:59 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:35:59 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:35:59 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=272, owner=4204228)
2019-11-13 09:35:59 - [xwayland/selection/incoming.c:386] XCB_SELECTION_NOTIFY (selection=272, property=273, target=274)
2019-11-13 09:36:00 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=374 serial=397
2019-11-13 09:36:00 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:00 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:00 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=0)
2019-11-13 09:36:00 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=397 serial=399
2019-11-13 09:36:02 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=397 serial=400
2019-11-13 09:36:02 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:02 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:02 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=400 serial=401
2019-11-13 09:36:04 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=400 serial=402
2019-11-13 09:36:04 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:04 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:04 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=402 serial=403
2019-11-13 09:36:04 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=402 serial=404
2019-11-13 09:36:04 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:04 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:04 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=404 serial=405
2019-11-13 09:36:04 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=404 serial=406
2019-11-13 09:36:04 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:04 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:04 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=406 serial=407
2019-11-13 09:36:05 - [wayland] file descriptor expected, object (4), message create_pool(nhi)
2019-11-13 09:36:05 - [wayland] error in client communication (pid 27426)
wl_display@1: error 1: invalid arguments for wl_shm@4.create_pool
2019-11-13 09:36:05 - [sway/desktop/layer_shell.c:316] Layer surface destroyed (panel)
2019-11-13 09:36:05 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2019-11-13 09:36:05 - [sway/tree/arrange.c:262] Usable area for ws: 1200x1920@0,0
2019-11-13 09:36:05 - [sway/tree/arrange.c:292] Arranging workspace '2' at 0.000000, 1200.000000
2019-11-13 09:36:05 - [sway/desktop/transaction.c:412] Transaction 0x2283990 committing with 3 instructions
2019-11-13 09:36:05 - [sway/desktop/transaction.c:464] Unable to create transaction timer (some imperfect frames might be rendered): Too many open files
2019-11-13 09:36:05 - [sway/desktop/transaction.c:280] Applying transaction 0x2283990
2019-11-13 09:36:05 - [sway/desktop/layer_shell.c:316] Layer surface destroyed (panel)
2019-11-13 09:36:05 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2019-11-13 09:36:05 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
2019-11-13 09:36:05 - [sway/tree/arrange.c:292] Arranging workspace '1' at 1200.000000, 1200.000000
2019-11-13 09:36:05 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8290 horizontally
2019-11-13 09:36:05 - [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
2019-11-13 09:36:05 - [sway/tree/arrange.c:292] Arranging workspace '3' at 1200.000000, 1200.000000
2019-11-13 09:36:05 - [sway/tree/arrange.c:77] Arranging 0x7ffce3af8290 horizontally
2019-11-13 09:36:05 - [sway/desktop/transaction.c:412] Transaction 0x23cff00 committing with 4 instructions
2019-11-13 09:36:05 - [sway/desktop/transaction.c:464] Unable to create transaction timer (some imperfect frames might be rendered): Too many open files
2019-11-13 09:36:05 - [sway/desktop/transaction.c:280] Applying transaction 0x23cff00
2019-11-13 09:36:05 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:36:05 - [sway/ipc-server.c:215] Client 80 hung up
2019-11-13 09:36:05 - [sway/ipc-server.c:554] IPC Client 80 disconnected
2019-11-13 09:36:05 - [sway/ipc-server.c:215] Client 22 hung up
2019-11-13 09:36:05 - [sway/ipc-server.c:554] IPC Client 22 disconnected
2019-11-13 09:36:10 - [sway/desktop/transaction.c:412] Transaction 0x23cff00 committing with 5 instructions
2019-11-13 09:36:10 - [sway/desktop/transaction.c:280] Applying transaction 0x23cff00
2019-11-13 09:36:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:36:10 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:36:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:36:10 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:10 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:36:11 - [sway/desktop/transaction.c:412] Transaction 0x1ff1eb0 committing with 5 instructions
2019-11-13 09:36:11 - [sway/desktop/transaction.c:280] Applying transaction 0x1ff1eb0
2019-11-13 09:36:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:36:11 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:36:11 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:12 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (4220396)
2019-11-13 09:36:12 - [sway/desktop/xwayland.c:584] New xwayland unmanaged surface
2019-11-13 09:36:12 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:12 - [types/wlr_surface.c:609] New wlr_surface 0x23c82c0 (res 0x22bad60)
2019-11-13 09:36:12 - [xwayland/xwm.c:1375] New xwayland surface: 0x23c82c0
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:12 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:36:12 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4220396
2019-11-13 09:36:12 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:12 - [types/wlr_surface.c:609] New wlr_surface 0x22e68d0 (res 0x236a9b0)
2019-11-13 09:36:12 - [xwayland/xwm.c:1375] New xwayland surface: 0x22e68d0
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:12 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:12 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:12 - [sway/commands/bind.c:610] running command for binding: [app_id="term-masaki"] focus
2019-11-13 09:36:12 - [sway/criteria.c:654] Found pair: app_id=term-masaki
2019-11-13 09:36:12 - [sway/commands.c:250] Handling command 'focus'
2019-11-13 09:36:12 - [sway/desktop/transaction.c:412] Transaction 0x1ff1eb0 committing with 5 instructions
2019-11-13 09:36:12 - [sway/desktop/transaction.c:280] Applying transaction 0x1ff1eb0
2019-11-13 09:36:12 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:36:12 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:36:30 - [sway/desktop/transaction.c:412] Transaction 0x23c7db0 committing with 5 instructions
2019-11-13 09:36:30 - [sway/desktop/transaction.c:280] Applying transaction 0x23c7db0
2019-11-13 09:36:30 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:36:30 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:36:30 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:36:32 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4220396
2019-11-13 09:36:32 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:32 - [types/wlr_surface.c:609] New wlr_surface 0x22e8220 (res 0x1ff8ad0)
2019-11-13 09:36:32 - [xwayland/xwm.c:1375] New xwayland surface: 0x22e8220
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:32 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4194334)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4194334
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:607] WM_NORMAL_HINTS (18)
2019-11-13 09:36:32 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 4220396
2019-11-13 09:36:32 - [xwayland/xwm.c:941] XCB_MAP_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:1206] XCB_CLIENT_MESSAGE (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:955] XCB_UNMAP_NOTIFY (4220396)
2019-11-13 09:36:32 - [types/wlr_surface.c:609] New wlr_surface 0x22e8480 (res 0x22bf550)
2019-11-13 09:36:32 - [xwayland/xwm.c:1375] New xwayland surface: 0x22e8480
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (4220396)
2019-11-13 09:36:32 - [xwayland/xwm.c:723] unhandled X11 property 271 (WM_STATE) for window 4220396
2019-11-13 09:36:32 - [sway/commands/bind.c:610] running command for binding: [app_id="term-local"] focus
2019-11-13 09:36:32 - [sway/criteria.c:654] Found pair: app_id=term-local
2019-11-13 09:36:32 - [sway/commands.c:250] Handling command 'focus'
2019-11-13 09:36:32 - [sway/desktop/transaction.c:412] Transaction 0x1fdef40 committing with 5 instructions
2019-11-13 09:36:32 - [sway/desktop/transaction.c:280] Applying transaction 0x1fdef40
2019-11-13 09:36:32 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:36:32 - [xwayland/xwm.c:1291] unhandled X11 event: FocusOut (10)
2019-11-13 09:36:47 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=406 serial=710
2019-11-13 09:36:47 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=710 serial=711
2019-11-13 09:36:47 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=710 serial=712
2019-11-13 09:36:48 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=712 serial=713
2019-11-13 09:36:48 - [types/wlr_surface.c:609] New wlr_surface 0x22e8480 (res 0x2224df0)
2019-11-13 09:36:48 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=712 serial=714
2019-11-13 09:36:49 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=714 serial=715
2019-11-13 09:36:49 - [sway/desktop/transaction.c:412] Transaction 0x23bd0d0 committing with 5 instructions
2019-11-13 09:36:49 - [sway/desktop/transaction.c:280] Applying transaction 0x23bd0d0
2019-11-13 09:36:49 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
Gdk-Message: 09:36:49.787: Unable to load hand from the cursor theme
Gdk-Message: 09:36:49.838: Unable to load hand from the cursor theme
Gdk-Message: 09:36:50.191: Unable to load hand from the cursor theme
2019-11-13 09:36:50 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client
2019-11-13 09:36:50 - [sway/desktop/transaction.c:412] Transaction 0x235f1c0 committing with 4 instructions
2019-11-13 09:36:50 - [sway/desktop/transaction.c:280] Applying transaction 0x235f1c0
2019-11-13 09:36:50 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=2097153)
2019-11-13 09:36:50 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=2097153)
2019-11-13 09:36:50 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (926)
2019-11-13 09:36:50 - [xwayland/selection/incoming.c:414] XCB_XFIXES_SELECTION_NOTIFY (selection=1, owner=2097153)
2019-11-13 09:36:50 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:50 - [xwayland/xwm.c:555] WM_HINTS (9)
2019-11-13 09:36:51 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=714 serial=731
2019-11-13 09:36:51 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:51 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:51 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=731 serial=732
2019-11-13 09:36:51 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=731 serial=733
2019-11-13 09:36:51 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:51 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:51 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=733 serial=734
2019-11-13 09:36:51 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:51 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Mozilla Firefox
2019-11-13 09:36:51 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:51 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:51 - [xwayland/xwm.c:723] unhandled X11 property 326 (_NET_WM_ICON_NAME) for window 6291459
2019-11-13 09:36:51 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:51 - [xwayland/xwm.c:723] unhandled X11 property 37 (WM_ICON_NAME) for window 6291459
JavaScript error: , line 0: uncaught exception: Object
2019-11-13 09:36:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:52 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:52 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:53 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:53 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (20971521)
2019-11-13 09:36:53 - [sway/desktop/xwayland.c:590] New xwayland surface title='(null)' class='(null)'
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (20971521)
2019-11-13 09:36:53 - [xwayland/xwm.c:723] unhandled X11 property 34 (WM_COMMAND) for window 20971521
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (20971521)
2019-11-13 09:36:53 - [xwayland/xwm.c:723] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 20971521
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (20971521)
2019-11-13 09:36:53 - [xwayland/xwm.c:391] XCB_ATOM_WM_CLASS: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (20971521)
2019-11-13 09:36:53 - [xwayland/xwm.c:723] unhandled X11 property 373 (WM_LOCALE_NAME) for window 20971521
2019-11-13 09:36:53 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (20971521)
2019-11-13 09:36:53 - [xwayland/xwm.c:479] NET_WM_PID 28582
2019-11-13 09:36:55 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:55 - [xwayland/xwm.c:441] XCB_ATOM_WM_NAME: Debian Pastezone - Mozilla Firefox
2019-11-13 09:36:55 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:55 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:55 - [xwayland/xwm.c:723] unhandled X11 property 326 (_NET_WM_ICON_NAME) for window 6291459
2019-11-13 09:36:55 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:55 - [xwayland/xwm.c:723] unhandled X11 property 37 (WM_ICON_NAME) for window 6291459
2019-11-13 09:36:55 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (6291502)
2019-11-13 09:36:55 - [sway/desktop/xwayland.c:584] New xwayland unmanaged surface
2019-11-13 09:36:56 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=733 serial=751
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:56 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=751 serial=752
2019-11-13 09:36:56 - [types/seat/wlr_seat_pointer.c:364] button_count=1 grab_serial=751 serial=753
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291459)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 335 (_NET_WM_USER_TIME) for window 6291459
2019-11-13 09:36:56 - [types/seat/wlr_seat_pointer.c:364] button_count=0 grab_serial=753 serial=754
2019-11-13 09:36:56 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (6291506)
2019-11-13 09:36:56 - [sway/desktop/xwayland.c:584] New xwayland unmanaged surface
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414439 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414439 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414439 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414439 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414439 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414439 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414439 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414439 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414439 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414439 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414439 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414439 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414439 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414439 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414439 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414439 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414443 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414443 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414444 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414444 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414444 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414444 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414444 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414444 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414444 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414444 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414445 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414445 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414445 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414445 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414445 owner=2097153, requestor=6291506 selection=1, target=274, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:28] SendEvent destination=6291506 SelectionNotify(31) time=86414445 requestor=6291506 selection=1 target=274 property=387
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 387 (GDK_SELECTION) for window 6291506
2019-11-13 09:36:56 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (6291506)
2019-11-13 09:36:56 - [xwayland/xwm.c:723] unhandled X11 property 401 (GDK_TIMESTAMP_PROP) for window 6291506
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:369] XCB_SELECTION_REQUEST (time=86414446 owner=2097153, requestor=6291506 selection=1, target=412, property=387)
2019-11-13 09:36:56 - [xwayland/selection/outgoing.c:303] Sending Wayland selection 412 to Xwayland window with MIME type text/plain;charset=utf-8, target 412
2019-11-13 09:36:56 - [wayland] dup failed: Too many open files
Gdk-Message: 09:36:57.133: Error reading events from display: Broken pipe
Gdk-Message: 09:36:57.133: Error reading events from display: Broken pipe
Gdk-Message: 09:36:57.133: Error reading events from display: Broken pipe
(EE) failed to write to XWayland fd: Broken pipe
Gdk-Message: 09:36:57.137: Error reading events from display: Broken pipe
Gdk-Message: 09:36:57.144: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Gdk-Message: 09:36:57.144: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Gdk-Message: 09:36:57.144: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Gdk-Message: 09:36:57.144: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Gdk-Message: 09:36:57.144: /nix/store/3qfs0ynw358z1zn711fn9w1jf4b597n4-firefox-unwrapped-70.0/lib/firefox/firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Gdk-Message: 09:36:57.145: firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
deluge: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Sandbox: Unexpected EOF, op 2 flags 00 path /etc/localtime
Exiting due to channel error.
Exiting due to channel error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment