swaywm / wlroots

A modular Wayland compositor library
https://gitlab.freedesktop.org/wlroots/wlroots/
MIT License
2.15k stars 342 forks source link

Crash on hotplug (assumed race between scheduled flip and hotplug realloc) #1296

Closed Emantor closed 5 years ago

Emantor commented 5 years ago

bt f

(gdb) bt f
#0  0x0000559a9ce1a2a0 in  ()
#1  0x00007ff451871aa7 in schedule_frame_handle_idle_timer (data=0x559a9cc8d1f0) at ../subprojects/wlroots/types/wlr_output.c:551
        output = 0x559a9cc8d1f0
#2  0x00007ff450dfa66c in wl_event_loop_dispatch_idle () at /usr/lib/libwayland-server.so.0
#3  0x00007ff450dfa726 in wl_event_loop_dispatch () at /usr/lib/libwayland-server.so.0
#4  0x00007ff450df92ac in wl_display_run () at /usr/lib/libwayland-server.so.0
#5  0x0000559a9c2b26bd in server_run (server=0x559a9c309b40 <server>) at ../sway/server.c:174
#6  0x0000559a9c2b1dd2 in main (argc=2, argv=0x7ffd06a18278) at ../sway/main.c:384
        verbose = 0
        debug = 1
        validate = 0
        long_options =
            {{name = 0x559a9c2f2a14 "help", has_arg = 0, flag = 0x0, val = 104}, {name = 0x559a9c2f2a19 "config", has_arg = 1, flag = 0x0, val = 99}, {name = 0x559a9c2f2a20 "validate", has_arg = 0, flag = 0x0, val = 67}, {name = 0x559a9c2f2a29 "debug", has_arg = 0, flag = 0x0, val = 100}, {name = 0x559a9c2f2a2f "version", has_arg = 0, flag = 0x0, val = 118}, {name = 0x559a9c2f2a37 "verbose", has_arg = 0, flag = 0x0, val = 86}, {name = 0x559a9c2f2a3f "get-socketpath", has_arg = 0, flag = 0x0, val = 112}, {name = 0x0, has_arg = 0, flag = 0x0, val = 0}}
        config_path = 0x0
        usage = 0x559a9c2f25d0 "Usage: sway [options] [command]\n\n  -h, --help", ' ' <repeats 13 times>, "Show help message and quit.\n  -c, --config <config>  Specify a config file.\n  -C, --validate         Check the validity of the config file, th"...
        c = -1

Log File:

2018-10-09 10:15:16 - [sway/server.c:34] Preparing Wayland server initialization
2018-10-09 10:15:16 - [subprojects/wlroots/backend/session/logind.c:537] Successfully loaded logind session
2018-10-09 10:15:16 - [subprojects/wlroots/backend/backend.c:143] Found 1 GPUs
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/backend.c:151] Initializing DRM backend for /dev/dri/card0 (i915)
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:63] Using atomic DRM interface
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:156] Found 3 DRM CRTCs
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:87] Found 9 DRM planes
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:129] (3 overlay, 3 primary, 3 cursor)
2018-10-09 10:15:16 - [subprojects/wlroots/render/egl.c:145] Using EGL 1.4
2018-10-09 10:15:16 - [subprojects/wlroots/render/egl.c:146] 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_IMG_context_priority 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 
2018-10-09 10:15:16 - [subprojects/wlroots/render/egl.c:147] EGL vendor: Mesa Project
2018-10-09 10:15:16 - [subprojects/wlroots/render/egl.c:95] 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 NV16 YUYV UYVY 
2018-10-09 10:15:16 - [subprojects/wlroots/render/egl.c:213] Failed to obtain a high priority context
2018-10-09 10:15:16 - [subprojects/wlroots/render/gles2/renderer.c:493] Using OpenGL ES 3.2 Mesa 18.2.2
2018-10-09 10:15:16 - [subprojects/wlroots/render/gles2/renderer.c:494] GL vendor: Intel Open Source Technology Center
2018-10-09 10:15:16 - [subprojects/wlroots/render/gles2/renderer.c:495] Supported GLES2 extensions: GL_ANDROID_extension_pack_es31a GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_APPLE_texture_max_level GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_buffer_storage GL_EXT_clip_cull_distance GL_EXT_color_buffer_float GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_frag_depth GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_gpu_shader5 GL_EXT_map_buffer_range GL_EXT_multi_draw_arrays GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks GL_EXT_shader_samples_identical GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_compression_dxt1 GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_shader_integer_functions GL_NV_draw_buffers GL_NV_fbo_color_attachments GL_NV_image_formats GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_OES_copy_image GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_get_program_binary GL_OES_gpu_shader5 GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_primitive_bounding_box GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_surfaceless_context GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_3D GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array 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_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_OES_vertex_array_object GL_OES_vertex_half_float GL_OES_viewport_array 
2018-10-09 10:15:16 - [sway/main.c:173] Linux dibooki 4.19.0-rc7-ga62e43ba1360 #2 SMP PREEMPT Tue Oct 9 09:59:50 CEST 2018 x86_64 GNU/Linux
2018-10-09 10:15:16 - [sway/main.c:145] Contents of /etc/lsb-release:
2018-10-09 10:15:16 - [sway/main.c:152] LSB_VERSION=1.4
2018-10-09 10:15:16 - [sway/main.c:152] DISTRIB_ID=Arch
2018-10-09 10:15:16 - [sway/main.c:152] DISTRIB_RELEASE=rolling
2018-10-09 10:15:16 - [sway/main.c:152] DISTRIB_DESCRIPTION="Arch Linux"
2018-10-09 10:15:16 - [sway/main.c:145] Contents of /etc/os-release:
2018-10-09 10:15:16 - [sway/main.c:152] NAME="Arch Linux"
2018-10-09 10:15:16 - [sway/main.c:152] PRETTY_NAME="Arch Linux"
2018-10-09 10:15:16 - [sway/main.c:152] ID=arch
2018-10-09 10:15:16 - [sway/main.c:152] ID_LIKE=archlinux
2018-10-09 10:15:16 - [sway/main.c:152] ANSI_COLOR="0;36"
2018-10-09 10:15:16 - [sway/main.c:152] HOME_URL="https://www.archlinux.org/"
2018-10-09 10:15:16 - [sway/main.c:152] SUPPORT_URL="https://bbs.archlinux.org/"
2018-10-09 10:15:16 - [sway/main.c:152] BUG_REPORT_URL="https://bugs.archlinux.org/"
2018-10-09 10:15:16 - [sway/main.c:332] Starting sway version 1.0-alpha.6-191-g4bebee62 (Oct  9 2018, branch 'master')
2018-10-09 10:15:16 - [sway/server.c:47] Initializing Wayland server
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_idle.c:231] idle manager created
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_idle_inhibit_v1.c:191] idle_inhibit manager created
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] help (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] nw-resize (1 images) 24x24+10,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-link (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] fcf1c3c7cd4491d801f1e1c78f100000 (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] pointer (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] hand (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 24x24+10,15
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 028006030e0e7ebffc7f7070c0600140 (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] question_arrow (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] right_tee (1 images) 24x24+20,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] watch (60 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ul_angle (1 images) 24x24+4,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (60 images) 24x24+4,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] tcross (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ns-resize (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] pirate (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] arrow (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_ptr_watch (60 images) 24x24+4,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 14fef782d02440884392942c11205230 (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] n-resize (1 images) 24x24+13,6
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] draft_large (1 images) 24x24+21,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_ver (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] icon (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (60 images) 24x24+4,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] w-resize (1 images) 24x24+6,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] alias (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bottom_side (1 images) 24x24+13,18
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_down_arrow (1 images) 24x24+12,19
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] diamond_cross (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bottom_tee (1 images) 24x24+12,19
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] circle (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dot_box_mask (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] col-resize (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] row-resize (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_right_arrow (1 images) 24x24+19,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] not-allowed (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] progress (60 images) 24x24+4,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_tee (1 images) 24x24+6,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] right_side (1 images) 24x24+19,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 24x24+15,15
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] se-resize (1 images) 24x24+15,15
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] hand1 (1 images) 24x24+11,7
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] cell (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_tee (1 images) 24x24+12,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] e-resize (1 images) 24x24+19,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_side (1 images) 24x24+6,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] fleur (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sw-resize (1 images) 24x24+10,15
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] right_ptr (1 images) 24x24+21,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ew-resize (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_left_arrow (1 images) 24x24+6,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dotbox (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] pointer-move (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_side (1 images) 24x24+13,6
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-none (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] double_arrow (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 24x24+15,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] target (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] zoom-in (1 images) 24x24+11,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] xterm (1 images) 24x24+11,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] fd_double_arrow (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] X_cursor (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ne-resize (1 images) 24x24+15,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] move (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] nesw-resize (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] wait (60 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] link (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ur_angle (1 images) 24x24+20,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] draped_box (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] cross_reverse (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 2870a09082c103050810ffdffffe0204 (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] no-drop (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] copy (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] c7088f0f3e6c8088236ef8e1e3e70000 (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] hand2 (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_all (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] plus (1 images) 24x24+10,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ll_angle (1 images) 24x24+4,19
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] zoom-out (1 images) 24x24+11,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 24x24+10,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_ptr (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] crosshair (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] s-resize (1 images) 24x24+13,18
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_up_arrow (1 images) 24x24+12,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-move (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bd_double_arrow (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] draft_small (1 images) 24x24+21,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] vertical-text (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_hor (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] nwse-resize (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-ask (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] grabbing (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] text (1 images) 24x24+11,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] context-menu (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] pencil (1 images) 24x24+7,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] grab (1 images) 24x24+11,7
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] cross (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] all-scroll (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] lr_angle (1 images) 24x24+20,19
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] default (1 images) 24x24+4,4
2018-10-09 10:15:16 - [sway/main.c:130] PATH=/home/phoenix/.local/bin:/opt/bin:/home/phoenix/.pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
2018-10-09 10:15:16 - [sway/main.c:130] LD_LIBRARY_PATH=(null)
2018-10-09 10:15:16 - [sway/main.c:130] LD_PRELOAD_PATH=(null)
2018-10-09 10:15:16 - [sway/main.c:130] LD_LIBRARY_PATH=(null)
2018-10-09 10:15:16 - [sway/main.c:130] SWAY_CURSOR_THEME=(null)
2018-10-09 10:15:16 - [sway/main.c:130] SWAY_CURSOR_SIZE=(null)
2018-10-09 10:15:16 - [sway/main.c:130] SWAYSOCK=/run/user/1000/sway-ipc.1000.6969.sock
2018-10-09 10:15:16 - [sway/config.c:327] Set XDG_CONFIG_HOME to /home/phoenix/.config
2018-10-09 10:15:16 - [sway/config.c:357] Loading config from /home/phoenix/.config/sway/config
2018-10-09 10:15:16 - [sway/config.c:661] Read line 1: # Default config for sway
2018-10-09 10:15:16 - [sway/config.c:661] Read line 2: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 3: # Copy this to ~/.config/sway/config and edit it to your liking.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 4: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 5: # Read `man 5 sway` for a complete reference.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 6: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 7: ### Variables
2018-10-09 10:15:16 - [sway/config.c:661] Read line 8: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 9: # Logo key. Use Mod1 for Alt.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 10: set $mod Mod1
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 11
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Home row direction keys, like vim`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: set $mod Mod1
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'set $mod Mod1'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(set)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 11: # Home row direction keys, like vim
2018-10-09 10:15:16 - [sway/config.c:661] Read line 12: set $left h
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 13
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `set $down j`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: set $left h
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'set $left h'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(set)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 13: set $down j
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 14
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `set $up k`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: set $down j
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'set $down j'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(set)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 14: set $up k
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 15
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `set $right l`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: set $up k
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'set $up k'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(set)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 15: set $right l
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 16
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Your preferred terminal emulator`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: set $right l
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'set $right l'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(set)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 16: # Your preferred terminal emulator
2018-10-09 10:15:16 - [sway/config.c:661] Read line 17: set $term termite
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 18
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Your preferred application launcher`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: set $term termite
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'set $term termite'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(set)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 18: # Your preferred application launcher
2018-10-09 10:15:16 - [sway/config.c:661] Read line 19: set $menu dmenu_run
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 20
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 21
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `### Output configuration`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: set $menu dmenu_run
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'set $menu dmenu_run'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(set)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 20: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 21: ### Output configuration
2018-10-09 10:15:16 - [sway/config.c:661] Read line 22: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 23: # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 24: output * bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 25
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `#`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: output * bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'output * bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(output)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bg)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bg)
2018-10-09 10:15:16 - [sway/config/output.c:127] Adding output * config
2018-10-09 10:15:16 - [sway/config/output.c:135] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 transform -1) (bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill) (dpms 0)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 25: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 26: # Example configuration:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 27: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 28: #   output HDMI-A-1 resolution 1920x1080 position 1920,0
2018-10-09 10:15:16 - [sway/config.c:661] Read line 29: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 30: # You can get the names of your outputs by running: swaymsg -t get_outputs
2018-10-09 10:15:16 - [sway/config.c:661] Read line 31: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 32: ### Input configuration
2018-10-09 10:15:16 - [sway/config.c:661] Read line 33: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 34: # Example configuration:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 35: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 36: #   input "2:14:SynPS/2_Synaptics_TouchPad" {
2018-10-09 10:15:16 - [sway/config.c:661] Read line 37: #       dwt enabled
2018-10-09 10:15:16 - [sway/config.c:661] Read line 38: #       tap enabled
2018-10-09 10:15:16 - [sway/config.c:661] Read line 39: #       natural_scroll enabled
2018-10-09 10:15:16 - [sway/config.c:661] Read line 40: #       middle_emulation enabled
2018-10-09 10:15:16 - [sway/config.c:661] Read line 41: #   }
2018-10-09 10:15:16 - [sway/config.c:661] Read line 42: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 43: # You can get the names of your inputs by running: swaymsg -t get_inputs
2018-10-09 10:15:16 - [sway/config.c:661] Read line 44: # Read `man 5 sway-input` for more information about this section.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 45: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 46: ### Key bindings
2018-10-09 10:15:16 - [sway/config.c:661] Read line 47: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 48: # Basics:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 49: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 50:     floating_modifier $mod
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 51
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# start a terminal`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: floating_modifier $mod
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'floating_modifier $mod'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(floating_modifier)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 51:     # start a terminal
2018-10-09 10:15:16 - [sway/config.c:661] Read line 52:     bindsym $mod+Shift+Return exec $term
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 53
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 54
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# kill focused window`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+Return exec $term
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+Return exec $term'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+Return to command exec termite
2018-10-09 10:15:16 - [sway/config.c:661] Read line 53: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 54:     # kill focused window
2018-10-09 10:15:16 - [sway/config.c:661] Read line 55:     bindsym $mod+Shift+c kill
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 56
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 57
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# start your launcher`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+c kill
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+c kill'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+c to command kill
2018-10-09 10:15:16 - [sway/config.c:661] Read line 56: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 57:     # start your launcher
2018-10-09 10:15:16 - [sway/config.c:661] Read line 58:     bindsym $mod+p exec $menu
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 59
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 60
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# reload the configuration file`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+p exec $menu
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+p exec $menu'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+p to command exec dmenu_run
2018-10-09 10:15:16 - [sway/config.c:661] Read line 59: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 60:     # reload the configuration file
2018-10-09 10:15:16 - [sway/config.c:661] Read line 61:     bindsym $mod+q reload
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 62
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 63
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# exit sway (logs you out of your wayland session)`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+q reload
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+q reload'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+q to command reload
2018-10-09 10:15:16 - [sway/config.c:661] Read line 62: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 63:     # exit sway (logs you out of your wayland session)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 64:     bindsym $mod+Shift+q exit
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 65
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `#`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+q exit
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+q exit'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+q to command exit
2018-10-09 10:15:16 - [sway/config.c:661] Read line 65: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 66: # Moving around:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 67: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 68:     # Move your focus around
2018-10-09 10:15:16 - [sway/config.c:661] Read line 69:     bindsym $mod+$left focus left
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 70
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+$down focus down`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+$left focus left
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+$left focus left'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+h to command focus left
2018-10-09 10:15:16 - [sway/config.c:661] Read line 70:     bindsym $mod+$down focus down
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 71
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+$up focus up`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+$down focus down
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+$down focus down'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+j to command focus down
2018-10-09 10:15:16 - [sway/config.c:661] Read line 71:     bindsym $mod+$up focus up
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 72
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+$right focus right`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+$up focus up
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+$up focus up'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+k to command focus up
2018-10-09 10:15:16 - [sway/config.c:661] Read line 72:     bindsym $mod+$right focus right
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 73
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# or use $mod+[up|down|left|right]`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+$right focus right
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+$right focus right'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+l to command focus right
2018-10-09 10:15:16 - [sway/config.c:661] Read line 73:     # or use $mod+[up|down|left|right]
2018-10-09 10:15:16 - [sway/config.c:661] Read line 74:     bindsym $mod+Left focus left
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 75
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Down focus down`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Left focus left
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Left focus left'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Left to command focus left
2018-10-09 10:15:16 - [sway/config.c:661] Read line 75:     bindsym $mod+Down focus down
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 76
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Up focus up`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Down focus down
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Down focus down'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Down to command focus down
2018-10-09 10:15:16 - [sway/config.c:661] Read line 76:     bindsym $mod+Up focus up
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 77
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Right focus right`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Up focus up
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Up focus up'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Up to command focus up
2018-10-09 10:15:16 - [sway/config.c:661] Read line 77:     bindsym $mod+Right focus right
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 78
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 79
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# _move_ the focused window with the same, but add Shift`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Right focus right
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Right focus right'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Right to command focus right
2018-10-09 10:15:16 - [sway/config.c:661] Read line 78: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 79:     # _move_ the focused window with the same, but add Shift
2018-10-09 10:15:16 - [sway/config.c:661] Read line 80:     bindsym $mod+Shift+$left move left
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 81
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+$down move down`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+$left move left
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+$left move left'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+h to command move left
2018-10-09 10:15:16 - [sway/config.c:661] Read line 81:     bindsym $mod+Shift+$down move down
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 82
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+$up move up`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+$down move down
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+$down move down'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+j to command move down
2018-10-09 10:15:16 - [sway/config.c:661] Read line 82:     bindsym $mod+Shift+$up move up
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 83
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+$right move right`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+$up move up
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+$up move up'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+k to command move up
2018-10-09 10:15:16 - [sway/config.c:661] Read line 83:     bindsym $mod+Shift+$right move right
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 84
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# ditto, with arrow keys`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+$right move right
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+$right move right'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+l to command move right
2018-10-09 10:15:16 - [sway/config.c:661] Read line 84:     # ditto, with arrow keys
2018-10-09 10:15:16 - [sway/config.c:661] Read line 85:     bindsym $mod+Shift+Left move left
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 86
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+Down move down`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+Left move left
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+Left move left'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+Left to command move left
2018-10-09 10:15:16 - [sway/config.c:661] Read line 86:     bindsym $mod+Shift+Down move down
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 87
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+Up move up`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+Down move down
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+Down move down'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+Down to command move down
2018-10-09 10:15:16 - [sway/config.c:661] Read line 87:     bindsym $mod+Shift+Up move up
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 88
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+Right move right`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+Up move up
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+Up move up'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+Up to command move up
2018-10-09 10:15:16 - [sway/config.c:661] Read line 88:     bindsym $mod+Shift+Right move right
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 89
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 90
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Mod1+$left workspace prev`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+Right move right
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+Right move right'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+Right to command move right
2018-10-09 10:15:16 - [sway/config.c:661] Read line 89: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 90:     bindsym $mod+Mod1+$left workspace prev
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 91
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Mod1+$right workspace next`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Mod1+$left workspace prev
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Mod1+$left workspace prev'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:249] overwriting old binding with command 'focus left'
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Mod1+h to command workspace prev
2018-10-09 10:15:16 - [sway/config.c:661] Read line 91:     bindsym $mod+Mod1+$right workspace next
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 92
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `#`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Mod1+$right workspace next
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Mod1+$right workspace next'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:249] overwriting old binding with command 'focus right'
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Mod1+l to command workspace next
2018-10-09 10:15:16 - [sway/config.c:661] Read line 92: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 93: # Workspaces:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 94: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 95:     # switch to workspace
2018-10-09 10:15:16 - [sway/config.c:661] Read line 96:     bindsym $mod+F1 workspace 1:web
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 97
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F2 workspace 2:irc`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F1 workspace 1:web
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F1 workspace 1:web'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F1 to command workspace 1:web
2018-10-09 10:15:16 - [sway/config.c:661] Read line 97:     bindsym $mod+F2 workspace 2:irc
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 98
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F3 workspace 3:work`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F2 workspace 2:irc
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F2 workspace 2:irc'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F2 to command workspace 2:irc
2018-10-09 10:15:16 - [sway/config.c:661] Read line 98:     bindsym $mod+F3 workspace 3:work
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 99
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F4 workspace 4:video`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F3 workspace 3:work
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F3 workspace 3:work'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F3 to command workspace 3:work
2018-10-09 10:15:16 - [sway/config.c:661] Read line 99:     bindsym $mod+F4 workspace 4:video
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 100
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F5 workspace 5`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F4 workspace 4:video
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F4 workspace 4:video'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F4 to command workspace 4:video
2018-10-09 10:15:16 - [sway/config.c:661] Read line 100:     bindsym $mod+F5 workspace 5
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 101
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F6 workspace 6`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F5 workspace 5
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F5 workspace 5'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F5 to command workspace 5
2018-10-09 10:15:16 - [sway/config.c:661] Read line 101:     bindsym $mod+F6 workspace 6
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 102
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F7 workspace 7`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F6 workspace 6
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F6 workspace 6'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F6 to command workspace 6
2018-10-09 10:15:16 - [sway/config.c:661] Read line 102:     bindsym $mod+F7 workspace 7
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 103
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F8 workspace 8`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F7 workspace 7
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F7 workspace 7'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F7 to command workspace 7
2018-10-09 10:15:16 - [sway/config.c:661] Read line 103:     bindsym $mod+F8 workspace 8
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 104
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F9 workspace 9`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F8 workspace 8
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F8 workspace 8'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F8 to command workspace 8
2018-10-09 10:15:16 - [sway/config.c:661] Read line 104:     bindsym $mod+F9 workspace 9
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 105
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+F10 workspace 10`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F9 workspace 9
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F9 workspace 9'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F9 to command workspace 9
2018-10-09 10:15:16 - [sway/config.c:661] Read line 105:     bindsym $mod+F10 workspace 10
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 106
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# move focused container to workspace`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+F10 workspace 10
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+F10 workspace 10'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+F10 to command workspace 10
2018-10-09 10:15:16 - [sway/config.c:661] Read line 106:     # move focused container to workspace
2018-10-09 10:15:16 - [sway/config.c:661] Read line 107:     bindsym $mod+Shift+F1 move container to workspace 1:web
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 108
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F2 move container to workspace 2:irc`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F1 move container to workspace 1:web
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F1 move container to workspace 1:web'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F1 to command move container to workspace 1:web
2018-10-09 10:15:16 - [sway/config.c:661] Read line 108:     bindsym $mod+Shift+F2 move container to workspace 2:irc
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 109
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F3 move container to workspace 3:work`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F2 move container to workspace 2:irc
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F2 move container to workspace 2:irc'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F2 to command move container to workspace 2:irc
2018-10-09 10:15:16 - [sway/config.c:661] Read line 109:     bindsym $mod+Shift+F3 move container to workspace 3:work
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 110
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F4 move container to workspace 4:video`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F3 move container to workspace 3:work
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F3 move container to workspace 3:work'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F3 to command move container to workspace 3:work
2018-10-09 10:15:16 - [sway/config.c:661] Read line 110:     bindsym $mod+Shift+F4 move container to workspace 4:video
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 111
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F5 move container to workspace 5`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F4 move container to workspace 4:video
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F4 move container to workspace 4:video'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F4 to command move container to workspace 4:video
2018-10-09 10:15:16 - [sway/config.c:661] Read line 111:     bindsym $mod+Shift+F5 move container to workspace 5
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 112
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F6 move container to workspace 6`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F5 move container to workspace 5
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F5 move container to workspace 5'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F5 to command move container to workspace 5
2018-10-09 10:15:16 - [sway/config.c:661] Read line 112:     bindsym $mod+Shift+F6 move container to workspace 6
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 113
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F7 move container to workspace 7`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F6 move container to workspace 6
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F6 move container to workspace 6'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F6 to command move container to workspace 6
2018-10-09 10:15:16 - [sway/config.c:661] Read line 113:     bindsym $mod+Shift+F7 move container to workspace 7
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 114
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F8 move container to workspace 8`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F7 move container to workspace 7
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F7 move container to workspace 7'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F7 to command move container to workspace 7
2018-10-09 10:15:16 - [sway/config.c:661] Read line 114:     bindsym $mod+Shift+F8 move container to workspace 8
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 115
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F9 move container to workspace 9`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F8 move container to workspace 8
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F8 move container to workspace 8'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F8 to command move container to workspace 8
2018-10-09 10:15:16 - [sway/config.c:661] Read line 115:     bindsym $mod+Shift+F9 move container to workspace 9
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 116
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+F10 move container to workspace 10`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F9 move container to workspace 9
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F9 move container to workspace 9'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F9 to command move container to workspace 9
2018-10-09 10:15:16 - [sway/config.c:661] Read line 116:     bindsym $mod+Shift+F10 move container to workspace 10
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 117
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Note: workspaces can have any name you want, not just numbers.`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+F10 move container to workspace 10
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+F10 move container to workspace 10'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+F10 to command move container to workspace 10
2018-10-09 10:15:16 - [sway/config.c:661] Read line 117:     # Note: workspaces can have any name you want, not just numbers.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 118:     # We just use 1-10 as the default.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 119: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 120: # Layout stuff:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 121: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 122:     # You can "split" the current object of your focus with
2018-10-09 10:15:16 - [sway/config.c:661] Read line 123:     # $mod+b or $mod+v, for horizontal and vertical splits
2018-10-09 10:15:16 - [sway/config.c:661] Read line 124:     # respectively.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 125:     bindsym $mod+b splith
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 126
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+v splitv`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+b splith
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+b splith'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+b to command splith
2018-10-09 10:15:16 - [sway/config.c:661] Read line 126:     bindsym $mod+v splitv
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 127
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 128
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Switch the current container between different layout styles`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+v splitv
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+v splitv'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+v to command splitv
2018-10-09 10:15:16 - [sway/config.c:661] Read line 127: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 128:     # Switch the current container between different layout styles
2018-10-09 10:15:16 - [sway/config.c:661] Read line 129:     bindsym $mod+s layout stacking
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 130
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+w layout tabbed`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+s layout stacking
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+s layout stacking'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+s to command layout stacking
2018-10-09 10:15:16 - [sway/config.c:661] Read line 130:     bindsym $mod+w layout tabbed
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 131
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+e layout toggle split`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+w layout tabbed
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+w layout tabbed'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+w to command layout tabbed
2018-10-09 10:15:16 - [sway/config.c:661] Read line 131:     bindsym $mod+e layout toggle split
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 132
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 133
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+w move workspace to output eDP-1`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+e layout toggle split
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+e layout toggle split'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+e to command layout toggle split
2018-10-09 10:15:16 - [sway/config.c:661] Read line 132: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 133:     bindsym $mod+Shift+w move workspace to output eDP-1
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 134
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Shift+e move workspace to output DP-1`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+w move workspace to output eDP-1
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+w move workspace to output eDP-1'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+w to command move workspace to output eDP-1
2018-10-09 10:15:16 - [sway/config.c:661] Read line 134:     bindsym $mod+Shift+e move workspace to output DP-1
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 135
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 136
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Make the current focus fullscreen`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+e move workspace to output DP-1
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+e move workspace to output DP-1'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+e to command move workspace to output DP-1
2018-10-09 10:15:16 - [sway/config.c:661] Read line 135: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 136:     # Make the current focus fullscreen
2018-10-09 10:15:16 - [sway/config.c:661] Read line 137:     bindsym $mod+f fullscreen
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 138
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 139
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Toggle the current focus between tiling and floating mode`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+f fullscreen
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+f fullscreen'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+f to command fullscreen
2018-10-09 10:15:16 - [sway/config.c:661] Read line 138: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 139:     # Toggle the current focus between tiling and floating mode
2018-10-09 10:15:16 - [sway/config.c:661] Read line 140:     bindsym $mod+Shift+space floating toggle
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 141
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 142
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Swap focus between the tiling area and the floating area`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+space floating toggle
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+space floating toggle'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+space to command floating toggle
2018-10-09 10:15:16 - [sway/config.c:661] Read line 141: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 142:     # Swap focus between the tiling area and the floating area
2018-10-09 10:15:16 - [sway/config.c:661] Read line 143:     bindsym $mod+space focus mode_toggle
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 144
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 145
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# move focus to the parent container`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+space focus mode_toggle
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+space focus mode_toggle'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+space to command focus mode_toggle
2018-10-09 10:15:16 - [sway/config.c:661] Read line 144: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 145:     # move focus to the parent container
2018-10-09 10:15:16 - [sway/config.c:661] Read line 146:     bindsym $mod+a focus parent
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 147
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 148
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+n border toggle`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+a focus parent
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+a focus parent'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+a to command focus parent
2018-10-09 10:15:16 - [sway/config.c:661] Read line 147: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 148:     bindsym $mod+n border toggle
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 149
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `#`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+n border toggle
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+n border toggle'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+n to command border toggle
2018-10-09 10:15:16 - [sway/config.c:661] Read line 149: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 150: # Scratchpad:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 151: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 152:     # Sway has a "scratchpad", which is a bag of holding for windows.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 153:     # You can send windows there and get them back later.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 154: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 155:     # Move the currently focused window to the scratchpad
2018-10-09 10:15:16 - [sway/config.c:661] Read line 156:     bindsym $mod+Shift+grave move scratchpad
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 157
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 158
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Show the next scratchpad window or hide the focused scratchpad window.`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Shift+grave move scratchpad
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Shift+grave move scratchpad'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Shift+grave to command move scratchpad
2018-10-09 10:15:16 - [sway/config.c:661] Read line 157: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 158:     # Show the next scratchpad window or hide the focused scratchpad window.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 159:     # If there are multiple scratchpad windows, this command cycles through them.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 160:     bindsym $mod+grave scratchpad show
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 161
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `#`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+grave scratchpad show
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+grave scratchpad show'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+grave to command scratchpad show
2018-10-09 10:15:16 - [sway/config.c:661] Read line 161: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 162: # Resizing containers:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 163: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 164: mode "resize" {
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" {
2018-10-09 10:15:16 - [sway/config.c:735] Entering block 'mode "resize"'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 165:     # left will shrink the containers width
2018-10-09 10:15:16 - [sway/config.c:661] Read line 166:     # right will grow the containers width
2018-10-09 10:15:16 - [sway/config.c:661] Read line 167:     # up will shrink the containers height
2018-10-09 10:15:16 - [sway/config.c:661] Read line 168:     # down will grow the containers height
2018-10-09 10:15:16 - [sway/config.c:661] Read line 169:     bindsym $left resize shrink width 10 px
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 170
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $down resize grow height 10 px`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym $left resize shrink width 10 px
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym $left resize shrink width 10 px'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym h resize shrink width 10 px
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound h to command resize shrink width 10 px
2018-10-09 10:15:16 - [sway/config.c:661] Read line 170:     bindsym $down resize grow height 10 px
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 171
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $up resize shrink height 10 px`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym $down resize grow height 10 px
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym $down resize grow height 10 px'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym j resize grow height 10 px
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound j to command resize grow height 10 px
2018-10-09 10:15:16 - [sway/config.c:661] Read line 171:     bindsym $up resize shrink height 10 px
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 172
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $right resize grow width 10 px`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym $up resize shrink height 10 px
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym $up resize shrink height 10 px'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym k resize shrink height 10 px
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound k to command resize shrink height 10 px
2018-10-09 10:15:16 - [sway/config.c:661] Read line 172:     bindsym $right resize grow width 10 px
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 173
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 174
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# ditto, with arrow keys`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym $right resize grow width 10 px
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym $right resize grow width 10 px'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym l resize grow width 10 px
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound l to command resize grow width 10 px
2018-10-09 10:15:16 - [sway/config.c:661] Read line 173: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 174:     # ditto, with arrow keys
2018-10-09 10:15:16 - [sway/config.c:661] Read line 175:     bindsym Left resize shrink width 10 px
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 176
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym Down resize grow height 10 px`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym Left resize shrink width 10 px
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym Left resize shrink width 10 px'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Left resize shrink width 10 px
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Left to command resize shrink width 10 px
2018-10-09 10:15:16 - [sway/config.c:661] Read line 176:     bindsym Down resize grow height 10 px
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 177
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym Up resize shrink height 10 px`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym Down resize grow height 10 px
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym Down resize grow height 10 px'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Down resize grow height 10 px
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Down to command resize grow height 10 px
2018-10-09 10:15:16 - [sway/config.c:661] Read line 177:     bindsym Up resize shrink height 10 px
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 178
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym Right resize grow width 10 px`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym Up resize shrink height 10 px
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym Up resize shrink height 10 px'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Up resize shrink height 10 px
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Up to command resize shrink height 10 px
2018-10-09 10:15:16 - [sway/config.c:661] Read line 178:     bindsym Right resize grow width 10 px
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 179
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 180
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# return to default mode`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym Right resize grow width 10 px
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym Right resize grow width 10 px'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Right resize grow width 10 px
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Right to command resize grow width 10 px
2018-10-09 10:15:16 - [sway/config.c:661] Read line 179: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 180:     # return to default mode
2018-10-09 10:15:16 - [sway/config.c:661] Read line 181:     bindsym Return mode "default"
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 182
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym Escape mode "default"`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym Return mode "default"
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym Return mode "default"'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Return mode default
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Return to command mode default
2018-10-09 10:15:16 - [sway/config.c:661] Read line 182:     bindsym Escape mode "default"
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 183
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym q mode "default"`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym Escape mode "default"
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym Escape mode "default"'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Escape mode default
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Escape to command mode default
2018-10-09 10:15:16 - [sway/config.c:661] Read line 183:     bindsym q mode "default"
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 184
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `}`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" bindsym q mode "default"
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "resize" bindsym q mode "default"'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym q mode default
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound q to command mode default
2018-10-09 10:15:16 - [sway/config.c:661] Read line 184: }
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "resize" }
2018-10-09 10:15:16 - [sway/config.c:752] Exiting block 'mode "resize"'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 185: bindsym $mod+r mode "resize"
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 186
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 187
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `mode "start_apps" {`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+r mode "resize"
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+r mode "resize"'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+r to command mode "resize"
2018-10-09 10:15:16 - [sway/config.c:661] Read line 186: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 187: mode "start_apps" {
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "start_apps" {
2018-10-09 10:15:16 - [sway/config.c:735] Entering block 'mode "start_apps"'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 188:     bindsym e exec emacsclient -c; mode "default";
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 189
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym p exec zathura; mode "default";`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "start_apps" bindsym e exec emacsclient -c; mode "default";
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "start_apps" bindsym e exec emacsclient -c; mode "default";'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `start_apps' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym e exec emacsclient -c; mode default;
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound e to command exec emacsclient -c; mode default;
2018-10-09 10:15:16 - [sway/config.c:661] Read line 189:     bindsym p exec zathura; mode "default";
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 190
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym Shift+p exec evince; mode "default";`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "start_apps" bindsym p exec zathura; mode "default";
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "start_apps" bindsym p exec zathura; mode "default";'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `start_apps' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym p exec zathura; mode default;
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound p to command exec zathura; mode default;
2018-10-09 10:15:16 - [sway/config.c:661] Read line 190:     bindsym Shift+p exec evince; mode "default";
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 191
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 192
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym Return mode "default"`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "start_apps" bindsym Shift+p exec evince; mode "default";
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "start_apps" bindsym Shift+p exec evince; mode "default";'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `start_apps' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Shift+p exec evince; mode default;
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Shift+p to command exec evince; mode default;
2018-10-09 10:15:16 - [sway/config.c:661] Read line 191: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 192:     bindsym Return mode "default"
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 193
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym Escape mode "default"`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "start_apps" bindsym Return mode "default"
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "start_apps" bindsym Return mode "default"'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `start_apps' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Return mode default
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Return to command mode default
2018-10-09 10:15:16 - [sway/config.c:661] Read line 193:     bindsym Escape mode "default"
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 194
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym q mode "default"`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "start_apps" bindsym Escape mode "default"
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "start_apps" bindsym Escape mode "default"'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `start_apps' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym Escape mode default
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Escape to command mode default
2018-10-09 10:15:16 - [sway/config.c:661] Read line 194:     bindsym q mode "default"
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 195
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `}`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "start_apps" bindsym q mode "default"
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'mode "start_apps" bindsym q mode "default"'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(mode)
2018-10-09 10:15:16 - [sway/commands/mode.c:70] Switching to mode `start_apps' (pango=0)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: bindsym q mode default
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound q to command mode default
2018-10-09 10:15:16 - [sway/config.c:661] Read line 195: }
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: mode "start_apps" }
2018-10-09 10:15:16 - [sway/config.c:752] Exiting block 'mode "start_apps"'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 196: bindsym $mod+o mode "start_apps"
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 197
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 198
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym XF86AudioRaiseVolume exec pulseaudio-ctl up 1`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+o mode "start_apps"
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+o mode "start_apps"'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+o to command mode "start_apps"
2018-10-09 10:15:16 - [sway/config.c:661] Read line 197: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 198: bindsym XF86AudioRaiseVolume exec pulseaudio-ctl up 1
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 199
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym XF86AudioLowerVolume exec pulseaudio-ctl down 1`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym XF86AudioRaiseVolume exec pulseaudio-ctl up 1
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym XF86AudioRaiseVolume exec pulseaudio-ctl up 1'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound XF86AudioRaiseVolume to command exec pulseaudio-ctl up 1
2018-10-09 10:15:16 - [sway/config.c:661] Read line 199: bindsym XF86AudioLowerVolume exec pulseaudio-ctl down 1
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 200
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym XF86AudioMute exec pulseaudio-ctl mute`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym XF86AudioLowerVolume exec pulseaudio-ctl down 1
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym XF86AudioLowerVolume exec pulseaudio-ctl down 1'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound XF86AudioLowerVolume to command exec pulseaudio-ctl down 1
2018-10-09 10:15:16 - [sway/config.c:661] Read line 200: bindsym XF86AudioMute exec pulseaudio-ctl mute
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 201
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym XF86MonBrightnessDown exec sudo light -U 5`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym XF86AudioMute exec pulseaudio-ctl mute
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym XF86AudioMute exec pulseaudio-ctl mute'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound XF86AudioMute to command exec pulseaudio-ctl mute
2018-10-09 10:15:16 - [sway/config.c:661] Read line 201: bindsym XF86MonBrightnessDown exec sudo light -U 5
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 202
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym XF86MonBrightnessUp exec sudo light -A 5`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym XF86MonBrightnessDown exec sudo light -U 5
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym XF86MonBrightnessDown exec sudo light -U 5'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound XF86MonBrightnessDown to command exec sudo light -U 5
2018-10-09 10:15:16 - [sway/config.c:661] Read line 202: bindsym XF86MonBrightnessUp exec sudo light -A 5
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 203
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 204
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Mod1+1 exec sudo light -S 1`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym XF86MonBrightnessUp exec sudo light -A 5
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym XF86MonBrightnessUp exec sudo light -A 5'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound XF86MonBrightnessUp to command exec sudo light -A 5
2018-10-09 10:15:16 - [sway/config.c:661] Read line 203: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 204: bindsym $mod+Mod1+1 exec sudo light -S 1
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 205
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Mod1+2 exec sudo light -S 10`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Mod1+1 exec sudo light -S 1
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Mod1+1 exec sudo light -S 1'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Mod1+1 to command exec sudo light -S 1
2018-10-09 10:15:16 - [sway/config.c:661] Read line 205: bindsym $mod+Mod1+2 exec sudo light -S 10
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 206
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Mod1+3 exec sudo light -S 25`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Mod1+2 exec sudo light -S 10
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Mod1+2 exec sudo light -S 10'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Mod1+2 to command exec sudo light -S 10
2018-10-09 10:15:16 - [sway/config.c:661] Read line 206: bindsym $mod+Mod1+3 exec sudo light -S 25
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 207
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Mod1+4 exec sudo light -S 50`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Mod1+3 exec sudo light -S 25
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Mod1+3 exec sudo light -S 25'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Mod1+3 to command exec sudo light -S 25
2018-10-09 10:15:16 - [sway/config.c:661] Read line 207: bindsym $mod+Mod1+4 exec sudo light -S 50
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 208
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Mod1+5 exec sudo light -S 75`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Mod1+4 exec sudo light -S 50
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Mod1+4 exec sudo light -S 50'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Mod1+4 to command exec sudo light -S 50
2018-10-09 10:15:16 - [sway/config.c:661] Read line 208: bindsym $mod+Mod1+5 exec sudo light -S 75
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 209
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+Mod1+6 exec sudo light -S 100`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Mod1+5 exec sudo light -S 75
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Mod1+5 exec sudo light -S 75'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Mod1+5 to command exec sudo light -S 75
2018-10-09 10:15:16 - [sway/config.c:661] Read line 209: bindsym $mod+Mod1+6 exec sudo light -S 100
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 210
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 211
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `bindsym $mod+z mark quick_term`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+Mod1+6 exec sudo light -S 100
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+Mod1+6 exec sudo light -S 100'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+Mod1+6 to command exec sudo light -S 100
2018-10-09 10:15:16 - [sway/config.c:661] Read line 210: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 211: bindsym $mod+z mark quick_term
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 212
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 213
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `# Default configurations`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bindsym $mod+z mark quick_term
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bindsym $mod+z mark quick_term'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bindsym)
2018-10-09 10:15:16 - [sway/commands/bind.c:261] bindsym - Bound Mod1+z to command mark quick_term
2018-10-09 10:15:16 - [sway/config.c:661] Read line 212: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 213: # Default configurations
2018-10-09 10:15:16 - [sway/config.c:661] Read line 214: default_border pixel
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 215
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `default_floating_border pixel`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: default_border pixel
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'default_border pixel'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(default_border)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 215: default_floating_border pixel
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 216
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 217
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: ``
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 218
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `#`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: default_floating_border pixel
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'default_floating_border pixel'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(default_floating_border)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 216: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 217: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 218: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 219: # Status Bar:
2018-10-09 10:15:16 - [sway/config.c:661] Read line 220: #
2018-10-09 10:15:16 - [sway/config.c:661] Read line 221: # Read `man 5 sway-bar` for more information about this section.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 222: bar {
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar {
2018-10-09 10:15:16 - [sway/config.c:735] Entering block 'bar'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 223:     position top
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 224
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `separator_symbol /`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar position top
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar position top'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(position)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(position)
2018-10-09 10:15:16 - [sway/commands/bar.c:111] Creating bar bar-0
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: position top
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(position)
2018-10-09 10:15:16 - [sway/commands/bar/position.c:19] Setting bar position 'top' for bar: bar-0
2018-10-09 10:15:16 - [sway/config.c:661] Read line 224:     separator_symbol /
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 225
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `colors {`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar separator_symbol /
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar separator_symbol /'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(separator_symbol)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(separator_symbol)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: separator_symbol /
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(separator_symbol)
2018-10-09 10:15:16 - [sway/commands/bar/separator_symbol.c:18] Settings separator_symbol '/' for bar: bar-0
2018-10-09 10:15:16 - [sway/config.c:661] Read line 225:     colors {
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors {
2018-10-09 10:15:16 - [sway/config.c:735] Entering block 'bar colors'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 226:         statusline #ffffff
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 227
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `background #323232`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors statusline #ffffff
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar colors statusline #ffffff'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: colors statusline #ffffff
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: statusline #ffffff
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(statusline)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 227:         background #323232
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 228
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `inactive_workspace #32323200 #32323200 #5c5c5c`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors background #323232
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar colors background #323232'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: colors background #323232
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: background #323232
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(background)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 228:         inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 229
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `}`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar colors inactive_workspace #32323200 #32323200 #5c5c5c'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: colors inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(inactive_workspace)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 229:     }
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors }
2018-10-09 10:15:16 - [sway/config.c:752] Exiting block 'bar colors'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 230: }
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar }
2018-10-09 10:15:16 - [sway/config.c:752] Exiting block 'bar'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 231: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 232: bar {
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar {
2018-10-09 10:15:16 - [sway/config.c:735] Entering block 'bar'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 233:     position bottom
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 234
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `separator_symbol /`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar position bottom
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar position bottom'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(position)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(position)
2018-10-09 10:15:16 - [sway/commands/bar.c:111] Creating bar bar-1
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: position bottom
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(position)
2018-10-09 10:15:16 - [sway/commands/bar/position.c:19] Setting bar position 'bottom' for bar: bar-1
2018-10-09 10:15:16 - [sway/config.c:661] Read line 234:     separator_symbol /
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 235
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `status_command i3status`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar separator_symbol /
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar separator_symbol /'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(separator_symbol)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(separator_symbol)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: separator_symbol /
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(separator_symbol)
2018-10-09 10:15:16 - [sway/commands/bar/separator_symbol.c:18] Settings separator_symbol '/' for bar: bar-1
2018-10-09 10:15:16 - [sway/config.c:661] Read line 235:     status_command i3status
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 236
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `workspace_buttons no`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar status_command i3status
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar status_command i3status'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(status_command)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(status_command)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: status_command i3status
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(status_command)
2018-10-09 10:15:16 - [sway/commands/bar/status_command.c:22] Feeding bar with status command: i3status
2018-10-09 10:15:16 - [sway/config.c:661] Read line 236:     workspace_buttons no
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 237
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `colors {`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar workspace_buttons no
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar workspace_buttons no'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(workspace_buttons)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(workspace_buttons)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: workspace_buttons no
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(workspace_buttons)
2018-10-09 10:15:16 - [sway/commands/bar/workspace_buttons.c:22] Disabling workspace buttons on bar: bar-1
2018-10-09 10:15:16 - [sway/config.c:661] Read line 237:     colors {
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors {
2018-10-09 10:15:16 - [sway/config.c:735] Entering block 'bar colors'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 238:         statusline #ffffff
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 239
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `background #323232`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors statusline #ffffff
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar colors statusline #ffffff'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: colors statusline #ffffff
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: statusline #ffffff
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(statusline)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 239:         background #323232
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 240
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `inactive_workspace #32323200 #32323200 #5c5c5c`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors background #323232
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar colors background #323232'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: colors background #323232
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: background #323232
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(background)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 240:         inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 241
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `}`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'bar colors inactive_workspace #32323200 #32323200 #5c5c5c'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(bar)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: colors inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(colors)
2018-10-09 10:15:16 - [sway/commands.c:423] Subcommand: inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(inactive_workspace)
2018-10-09 10:15:16 - [sway/config.c:661] Read line 241:     }
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar colors }
2018-10-09 10:15:16 - [sway/config.c:752] Exiting block 'bar colors'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 242: }
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: bar }
2018-10-09 10:15:16 - [sway/config.c:752] Exiting block 'bar'
2018-10-09 10:15:16 - [sway/config.c:661] Read line 243: 
2018-10-09 10:15:16 - [sway/config.c:661] Read line 244: include /etc/sway/config.d/*
2018-10-09 10:15:16 - [sway/config.c:592] Peeking line 245
2018-10-09 10:15:16 - [sway/config.c:598] Peeked line: `(null)`
2018-10-09 10:15:16 - [sway/config.c:703] Expanded line: include /etc/sway/config.d/*
2018-10-09 10:15:16 - [sway/commands.c:388] handling config command 'include /etc/sway/config.d/*'
2018-10-09 10:15:16 - [sway/commands.c:170] find_handler(include)
2018-10-09 10:15:16 - [sway/config.c:513] /etc/sway/config.d/* not found.
2018-10-09 10:15:16 - [sway/config.c:661] Read line 245: 
2018-10-09 10:15:16 - [sway/server.c:162] Starting backend on wayland display 'wayland-0'
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1007] Scanning DRM connectors
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1070] Found connector 'eDP-1'
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1106] 'eDP-1' connected
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1108] Current CRTC: 45
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1113] Physical size: 280x160
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1124] Detected modes:
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@60020
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@48034
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1070] Found connector 'HDMI-A-1'
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1070] Found connector 'DP-1'
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1070] Found connector 'HDMI-A-2'
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:857] Reallocating CRTCs
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:869] State before reallocation:
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:879]   'eDP-1' crtc=0 state=1 desired_enabled=1
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:940] State after reallocation:
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:945]   'eDP-1' crtc=0 state=1 desired_enabled=1
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:433] Reallocating planes
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 35 (type 0) to CRTC 45
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 28 (type 1) to CRTC 45
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 42 (type 2) to CRTC 45
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:1210] Requesting modeset for 'eDP-1'
2018-10-09 10:15:16 - [sway/desktop/output.c:547] New output 0x559a9cc8d1f0: eDP-1
2018-10-09 10:15:16 - [sway/tree/output.c:254] Matched wildcard output config for eDP-1
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:510] Modesetting 'eDP-1' with '1920x1080@60020 mHz'
2018-10-09 10:15:16 - [subprojects/wlroots/backend/drm/drm.c:357] Starting renderer on output 'eDP-1'
2018-10-09 10:15:16 - [GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
2018-10-09 10:15:16 - [GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
2018-10-09 10:15:16 - [GLES2] VS SIMD8 shader: 28 inst, 0 loops, 116 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 448 to 336 bytes.
2018-10-09 10:15:16 - [GLES2] FS SIMD16 shader: 2 inst, 0 loops, 0 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 32 to 32 bytes.
2018-10-09 10:15:16 - [sway/config/output.c:237] Setting background for output 0 to /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png
2018-10-09 10:15:16 - [sway/config/output.c:252] -> swaybg 0 "/usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png" fill 
2018-10-09 10:15:16 - [sway/tree/workspace.c:230] Workspace: Generating new workspace name for output eDP-1
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: 'prev'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: 'next'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '1:web'
2018-10-09 10:15:16 - [sway/tree/workspace.c:220] Workspace: Found free name 1:web
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '2:irc'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '3:work'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '4:video'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '5'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '6'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '7'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '8'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '9'
2018-10-09 10:15:16 - [sway/tree/workspace.c:167] Got valid workspace command for target: '10'
2018-10-09 10:15:16 - [sway/tree/output.c:82] Creating default workspace 1:web
2018-10-09 10:15:16 - [sway/tree/workspace.c:55] Adding workspace 1:web for output eDP-1
2018-10-09 10:15:16 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:16 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1080@0,0
2018-10-09 10:15:16 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 0.000000, 0.000000
2018-10-09 10:15:16 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1080@0,0
2018-10-09 10:15:16 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 0.000000, 0.000000
2018-10-09 10:15:16 - [sway/desktop/transaction.c:393] Transaction 0x559a9cce5930 committing with 2 instructions
2018-10-09 10:15:16 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cce5930
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/backend.c:55] Initializing libinput
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added Power Button [0:1]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '0:1:Power_Button'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 0:1:Power_Button to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added Video Bus [0:6]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '0:6:Video_Bus'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 0:6:Video_Bus to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added Power Button [0:1]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '0:1:Power_Button'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 0:1:Power_Button to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added Lid Switch [0:5]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added Sleep Button [0:3]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '0:3:Sleep_Button'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 0:3:Sleep_Button to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added Integrated_Webcam_HD: Integrate [7119:10424]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '7119:10424:Integrated_Webcam_HD:_Integrate'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 7119:10424:Integrated_Webcam_HD:_Integrate to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added HDA Intel PCH Headphone Mic [0:0]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added HDA Intel PCH Dock Mic [0:0]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added HDA Intel PCH Dock Line Out [0:0]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=3 [0:0]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=7 [0:0]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=8 [0:0]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=9 [0:0]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=10 [0:0]
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added Dell WMI hotkeys [0:0]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '0:0:Dell_WMI_hotkeys'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 0:0:Dell_WMI_hotkeys to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added AT Translated Set 2 keyboard [1:1]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '1:1:AT_Translated_Set_2_keyboard'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added AlpsPS/2 ALPS GlidePoint [2:8]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '2:8:AlpsPS/2_ALPS_GlidePoint'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 2:8:AlpsPS/2_ALPS_GlidePoint to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] help (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] nw-resize (1 images) 24x24+10,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-link (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] fcf1c3c7cd4491d801f1e1c78f100000 (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] pointer (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] hand (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 24x24+10,15
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 028006030e0e7ebffc7f7070c0600140 (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] question_arrow (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] right_tee (1 images) 24x24+20,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] watch (60 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ul_angle (1 images) 24x24+4,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (60 images) 24x24+4,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] tcross (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ns-resize (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] pirate (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] arrow (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_ptr_watch (60 images) 24x24+4,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 14fef782d02440884392942c11205230 (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] n-resize (1 images) 24x24+13,6
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] draft_large (1 images) 24x24+21,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_ver (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] icon (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (60 images) 24x24+4,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] w-resize (1 images) 24x24+6,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] alias (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bottom_side (1 images) 24x24+13,18
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_down_arrow (1 images) 24x24+12,19
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] diamond_cross (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bottom_tee (1 images) 24x24+12,19
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] circle (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dot_box_mask (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] col-resize (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] row-resize (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_right_arrow (1 images) 24x24+19,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] not-allowed (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] progress (60 images) 24x24+4,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_tee (1 images) 24x24+6,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] right_side (1 images) 24x24+19,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 24x24+15,15
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] se-resize (1 images) 24x24+15,15
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] hand1 (1 images) 24x24+11,7
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] cell (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_tee (1 images) 24x24+12,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] e-resize (1 images) 24x24+19,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_side (1 images) 24x24+6,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] fleur (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sw-resize (1 images) 24x24+10,15
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] right_ptr (1 images) 24x24+21,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ew-resize (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_left_arrow (1 images) 24x24+6,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dotbox (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] pointer-move (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_side (1 images) 24x24+13,6
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-none (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] double_arrow (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 24x24+15,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] target (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] zoom-in (1 images) 24x24+11,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] xterm (1 images) 24x24+11,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] fd_double_arrow (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] X_cursor (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ne-resize (1 images) 24x24+15,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] move (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] nesw-resize (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] wait (60 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] link (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ur_angle (1 images) 24x24+20,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] draped_box (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] cross_reverse (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 2870a09082c103050810ffdffffe0204 (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 24x24+12,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] no-drop (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] copy (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] c7088f0f3e6c8088236ef8e1e3e70000 (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] hand2 (1 images) 24x24+8,5
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_all (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 24x24+12,13
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] plus (1 images) 24x24+10,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] ll_angle (1 images) 24x24+4,19
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] zoom-out (1 images) 24x24+11,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 24x24+10,10
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] left_ptr (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] crosshair (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] s-resize (1 images) 24x24+13,18
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_up_arrow (1 images) 24x24+12,3
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-move (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] bd_double_arrow (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] draft_small (1 images) 24x24+21,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] vertical-text (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] size_hor (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] nwse-resize (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] dnd-ask (1 images) 24x24+9,9
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] grabbing (1 images) 24x24+12,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] text (1 images) 24x24+11,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] context-menu (1 images) 24x24+4,4
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] pencil (1 images) 24x24+7,21
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] grab (1 images) 24x24+11,7
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] cross (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] all-scroll (1 images) 24x24+11,11
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] lr_angle (1 images) 24x24+20,19
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 24x24+12,12
2018-10-09 10:15:16 - [subprojects/wlroots/xcursor/wlr_xcursor.c:248] default (1 images) 24x24+4,4
2018-10-09 10:15:16 - [GLES2] FS SIMD8 shader: 14 inst, 0 loops, 308 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 224 to 160 bytes.
2018-10-09 10:15:16 - [GLES2] FS SIMD16 shader: 14 inst, 0 loops, 322 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 224 to 160 bytes.
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/events.c:94] Added DELL Wireless hotkeys [0:0]
2018-10-09 10:15:16 - [sway/input/input-manager.c:241] adding device: '0:0:DELL_Wireless_hotkeys'
2018-10-09 10:15:16 - [sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-09 10:15:16 - [sway/input/seat.c:526] adding device 0:0:DELL_Wireless_hotkeys to seat seat0
2018-10-09 10:15:16 - [subprojects/wlroots/backend/libinput/backend.c:101] libinput successfully initialized
2018-10-09 10:15:16 - [sway/config/bar.c:224] Invoking swaybar for bar id 'bar-0'
2018-10-09 10:15:16 - [sway/config/bar.c:201] Spawned swaybar 6974
2018-10-09 10:15:16 - [sway/config/bar.c:224] Invoking swaybar for bar id 'bar-1'
2018-10-09 10:15:16 - [sway/config/bar.c:201] Spawned swaybar 6975
2018-10-09 10:15:16 - [sway/main.c:366] Running deferred commands
2018-10-09 10:15:16 - [sway/server.c:173] Running compositor on wayland display 'wayland-0'
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cf73f30 (res 0x559a9ce6d090)
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfaa5a0 (res 0x559a9cf9d6c0)
2018-10-09 10:15:16 - [sway/desktop/layer_shell.c:368] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0
2018-10-09 10:15:16 - [sway/ipc-server.c:155] Event on IPC listening socket
2018-10-09 10:15:16 - [sway/ipc-server.c:201] New client: fd 56
2018-10-09 10:15:16 - [sway/ipc-server.c:155] Event on IPC listening socket
2018-10-09 10:15:16 - [sway/ipc-server.c:201] New client: fd 58
2018-10-09 10:15:16 - [sway/ipc-server.c:223] Client 56 readable
2018-10-09 10:15:16 - [sway/ipc-server.c:860] Added IPC reply to client 56 queue: { "id": "bar-0", "mode": "dock", "hidden_state": "hide", "position": "top", "status_command": null, "font": "monospace 10", "separator_symbol": "\/", "bar_height": -1, "wrap_scroll": false, "workspace_buttons": true, "strip_workspace_numbers": false, "binding_mode_indicator": true, "verbose": false, "pango_markup": false, "colors": { "background": "#323232ff", "statusline": "#ffffffff", "separator": "#666666ff", "focused_background": "#323232ff", "focused_statusline": "#ffffffff", "focused_separator": "#666666ff", "focused_workspace_border": "#4c7899ff", "focused_workspace_bg": "#285577ff", "focused_workspace_text": "#ffffffff", "inactive_workspace_border": "#32323200", "inactive_workspace_bg": "#32323200", "inactive_workspace_text": "#5c5c5cff", "active_workspace_border": "#333333ff", "active_workspace_bg": "#5f676aff", "active_workspace_text": "#ffffffff", "urgent_workspace_border": "#2f343aff", "urgent_workspace_bg": "#900000ff", "urgent_workspace_text": "#ffffffff", "binding_mode_border": "#2f343aff", "binding_mode_bg": "#900000ff", "binding_mode_text": "#ffffffff" } }
2018-10-09 10:15:16 - [sway/ipc-server.c:155] Event on IPC listening socket
2018-10-09 10:15:16 - [sway/ipc-server.c:201] New client: fd 61
2018-10-09 10:15:16 - [sway/ipc-server.c:484] Client 56 writable
2018-10-09 10:15:16 - [sway/ipc-server.c:155] Event on IPC listening socket
2018-10-09 10:15:16 - [sway/ipc-server.c:201] New client: fd 60
2018-10-09 10:15:16 - [sway/ipc-server.c:223] Client 61 readable
2018-10-09 10:15:16 - [sway/ipc-server.c:860] Added IPC reply to client 61 queue: { "id": "bar-1", "mode": "dock", "hidden_state": "hide", "position": "bottom", "status_command": "i3status", "font": "monospace 10", "separator_symbol": "\/", "bar_height": -1, "wrap_scroll": false, "workspace_buttons": false, "strip_workspace_numbers": false, "binding_mode_indicator": true, "verbose": false, "pango_markup": false, "colors": { "background": "#323232ff", "statusline": "#ffffffff", "separator": "#666666ff", "focused_background": "#323232ff", "focused_statusline": "#ffffffff", "focused_separator": "#666666ff", "focused_workspace_border": "#4c7899ff", "focused_workspace_bg": "#285577ff", "focused_workspace_text": "#ffffffff", "inactive_workspace_border": "#32323200", "inactive_workspace_bg": "#32323200", "inactive_workspace_text": "#5c5c5cff", "active_workspace_border": "#333333ff", "active_workspace_bg": "#5f676aff", "active_workspace_text": "#ffffffff", "urgent_workspace_border": "#2f343aff", "urgent_workspace_bg": "#900000ff", "urgent_workspace_text": "#ffffffff", "binding_mode_border": "#2f343aff", "binding_mode_bg": "#900000ff", "binding_mode_text": "#ffffffff" } }
2018-10-09 10:15:16 - [sway/ipc-server.c:223] Client 56 readable
2018-10-09 10:15:16 - [sway/ipc-server.c:860] Added IPC reply to client 56 queue: [ { "id": 2, "name": "eDP-1", "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "focused": false, "focus": [ 3 ], "border": "none", "current_border_width": 0, "layout": "output", "orientation": "none", "percent": 1.0, "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, "primary": false, "make": "Unknown", "model": "0x04A2", "serial": "0x00000000", "scale": 1.0, "refresh": 60020, "transform": "normal", "current_workspace": "1:web", "modes": [ { "width": 1920, "height": 1080, "refresh": 48034 }, { "width": 1920, "height": 1080, "refresh": 60020 } ] } ]
2018-10-09 10:15:16 - [sway/ipc-server.c:484] Client 61 writable
2018-10-09 10:15:16 - [sway/ipc-server.c:484] Client 56 writable
2018-10-09 10:15:16 - [sway/ipc-server.c:223] Client 61 readable
2018-10-09 10:15:16 - [sway/ipc-server.c:860] Added IPC reply to client 61 queue: [ { "id": 2, "name": "eDP-1", "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "focused": false, "focus": [ 3 ], "border": "none", "current_border_width": 0, "layout": "output", "orientation": "none", "percent": 1.0, "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, "primary": false, "make": "Unknown", "model": "0x04A2", "serial": "0x00000000", "scale": 1.0, "refresh": 60020, "transform": "normal", "current_workspace": "1:web", "modes": [ { "width": 1920, "height": 1080, "refresh": 48034 }, { "width": 1920, "height": 1080, "refresh": 60020 } ] } ]
2018-10-09 10:15:16 - [sway/ipc-server.c:223] Client 58 readable
2018-10-09 10:15:16 - [sway/ipc-server.c:860] Added IPC reply to client 58 queue: {"success": true}
2018-10-09 10:15:16 - [sway/ipc-server.c:484] Client 61 writable
2018-10-09 10:15:16 - [sway/ipc-server.c:484] Client 58 writable
2018-10-09 10:15:16 - [sway/ipc-server.c:223] Client 60 readable
2018-10-09 10:15:16 - [sway/ipc-server.c:860] Added IPC reply to client 60 queue: {"success": true}
2018-10-09 10:15:16 - [sway/ipc-server.c:484] Client 60 writable
i3status: trying to auto-detect output_format setting
i3status: auto-detected "i3bar"
2018-10-09 10:15:16 - [sway/ipc-server.c:223] Client 61 readable
2018-10-09 10:15:16 - [sway/ipc-server.c:860] Added IPC reply to client 61 queue: [ { "id": 3, "name": "1:web", "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "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, "focused": true, "visible": true } ]
2018-10-09 10:15:16 - [sway/ipc-server.c:484] Client 61 writable
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfa1f60 (res 0x559a9cfab0e0)
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfa2280 (res 0x559a9cfaafc0)
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfaf510 (res 0x559a9cfa96b0)
2018-10-09 10:15:16 - [sway/ipc-server.c:223] Client 56 readable
2018-10-09 10:15:16 - [sway/ipc-server.c:860] Added IPC reply to client 56 queue: [ { "id": 3, "name": "1:web", "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "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, "focused": true, "visible": true } ]
2018-10-09 10:15:16 - [sway/ipc-server.c:484] Client 56 writable
2018-10-09 10:15:16 - [sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x24 margin 0,0,0,0
2018-10-09 10:15:16 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:16 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1056@0,0
2018-10-09 10:15:16 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 0.000000, 0.000000
2018-10-09 10:15:16 - [sway/desktop/transaction.c:393] Transaction 0x559a9ce3dfd0 committing with 1 instructions
2018-10-09 10:15:16 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9ce3dfd0
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfa23f0 (res 0x559a9cfaa1f0)
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfa2710 (res 0x559a9cfaa0d0)
2018-10-09 10:15:16 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfaeac0 (res 0x559a9cfa9e90)
2018-10-09 10:15:16 - [sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x22 margin 0,0,0,0
2018-10-09 10:15:16 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:16 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:16 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 0.000000, 22.000000
2018-10-09 10:15:16 - [sway/desktop/transaction.c:393] Transaction 0x559a9ce64640 committing with 1 instructions
2018-10-09 10:15:16 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9ce64640
2018-10-09 10:15:19 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0-DP-2 (add)
2018-10-09 10:15:19 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0 (change)
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/backend.c:131] /dev/dri/card0 invalidated
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1007] Scanning DRM connectors
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1070] Found connector 'DP-2'
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1106] 'DP-2' connected
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1108] Current CRTC: -1
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1113] Physical size: 520x320
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1124] Detected modes:
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1200@59950
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@60000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@60000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@59940
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@50000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@24000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@23976
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1600x1200@60000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1280x1024@75025
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1280x1024@60020
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1152x864@75000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1280x720@60000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1280x720@60000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1280x720@59940
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1280x720@50000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1024x768@75029
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   1024x768@60004
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   800x600@75000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   800x600@60317
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x576@50000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x576@50000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x480@60000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x480@60000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x480@59940
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x480@59940
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x480@59940
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   640x480@75000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   640x480@60000
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   640x480@59940
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   640x480@59940
2018-10-09 10:15:19 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x400@70082
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1070] Found connector 'DP-3'
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1106] 'DP-3' connected
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1108] Current CRTC: -1
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1113] Physical size: 480x270
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1124] Detected modes:
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   1920x1080@60000
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   1280x1024@75025
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   1280x1024@60020
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   1152x864@75000
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   1024x768@75029
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   1024x768@60004
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   800x600@75000
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   800x600@60317
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   640x480@75000
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   640x480@59940
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1139]   720x400@70082
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1070] Found connector 'DP-4'
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:857] Reallocating CRTCs
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:869] State before reallocation:
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-3' crtc=-1 state=1 desired_enabled=1
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-2' crtc=-1 state=1 desired_enabled=1
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:879]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:936] Assigning CRTC 1 to output -1 -> 1 'DP-3'
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:936] Assigning CRTC 2 to output -1 -> 2 'DP-2'
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:940] State after reallocation:
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-3' crtc=1 state=1 desired_enabled=1
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-2' crtc=2 state=1 desired_enabled=1
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:945]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:433] Reallocating planes
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 53 (type 0) to CRTC 63
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 71 (type 0) to CRTC 81
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 46 (type 1) to CRTC 63
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 64 (type 1) to CRTC 81
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 60 (type 2) to CRTC 63
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:478] Assigning plane -1 -> 78 (type 2) to CRTC 81
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:1210] Requesting modeset for 'DP-2'
2018-10-09 10:15:20 - [sway/desktop/output.c:547] New output 0x559a9cfcb3c0: DP-2
2018-10-09 10:15:20 - [sway/tree/output.c:254] Matched wildcard output config for DP-2
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:510] Modesetting 'DP-2' with '1920x1200@59950 mHz'
2018-10-09 10:15:20 - [subprojects/wlroots/backend/drm/drm.c:357] Starting renderer on output 'DP-2'
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 1920.000000, 22.000000
2018-10-09 10:15:21 - [sway/desktop/transaction.c:393] Transaction 0x559a9ce5fa20 committing with 1 instructions
2018-10-09 10:15:21 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9ce5fa20
2018-10-09 10:15:21 - [sway/config/output.c:237] Setting background for output 1 to /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png
2018-10-09 10:15:21 - [sway/config/output.c:252] -> swaybg 1 "/usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png" fill 
2018-10-09 10:15:21 - [sway/tree/workspace.c:230] Workspace: Generating new workspace name for output DP-2
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: 'prev'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: 'next'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '1:web'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '2:irc'
2018-10-09 10:15:21 - [sway/tree/workspace.c:220] Workspace: Found free name 2:irc
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '3:work'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '4:video'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '5'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '6'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '7'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '8'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '9'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '10'
2018-10-09 10:15:21 - [sway/tree/output.c:82] Creating default workspace 2:irc
2018-10-09 10:15:21 - [sway/tree/workspace.c:55] Adding workspace 2:irc for output DP-2
2018-10-09 10:15:21 - [sway/ipc-server.c:303] Sending workspace::init event
2018-10-09 10:15:21 - [sway/ipc-server.c:860] Added IPC reply to client 58 queue: { "change": "init", "old": null, "current": { "id": 5, "name": "2:irc", "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": 2, "output": "DP-2", "type": "workspace", "representation": null, "nodes": [ ] } }
2018-10-09 10:15:21 - [sway/ipc-server.c:860] Added IPC reply to client 60 queue: { "change": "init", "old": null, "current": { "id": 5, "name": "2:irc", "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": 2, "output": "DP-2", "type": "workspace", "representation": null, "nodes": [ ] } }
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1200@0,0
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '2:irc' at 0.000000, 0.000000
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 1920.000000, 22.000000
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1200@0,0
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '2:irc' at 0.000000, 0.000000
2018-10-09 10:15:21 - [sway/desktop/transaction.c:393] Transaction 0x559a9ce63630 committing with 3 instructions
2018-10-09 10:15:21 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9ce63630
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:1210] Requesting modeset for 'DP-3'
2018-10-09 10:15:21 - [sway/desktop/output.c:547] New output 0x559a9cfcbca0: DP-3
2018-10-09 10:15:21 - [sway/tree/output.c:254] Matched wildcard output config for DP-3
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:510] Modesetting 'DP-3' with '1920x1080@60000 mHz'
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:357] Starting renderer on output 'DP-3'
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 3840.000000, 22.000000
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1200@0,0
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '2:irc' at 1920.000000, 0.000000
2018-10-09 10:15:21 - [sway/desktop/transaction.c:393] Transaction 0x559a9cfcde30 committing with 2 instructions
2018-10-09 10:15:21 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cfcde30
2018-10-09 10:15:21 - [sway/config/output.c:237] Setting background for output 2 to /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png
2018-10-09 10:15:21 - [sway/config/output.c:252] -> swaybg 2 "/usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png" fill 
2018-10-09 10:15:21 - [sway/tree/workspace.c:230] Workspace: Generating new workspace name for output DP-3
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: 'prev'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: 'next'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '1:web'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '2:irc'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '3:work'
2018-10-09 10:15:21 - [sway/tree/workspace.c:220] Workspace: Found free name 3:work
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '4:video'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '5'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '6'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '7'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '8'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '9'
2018-10-09 10:15:21 - [sway/tree/workspace.c:167] Got valid workspace command for target: '10'
2018-10-09 10:15:21 - [sway/tree/output.c:82] Creating default workspace 3:work
2018-10-09 10:15:21 - [sway/tree/workspace.c:55] Adding workspace 3:work for output DP-3
2018-10-09 10:15:21 - [sway/ipc-server.c:303] Sending workspace::init event
2018-10-09 10:15:21 - [sway/ipc-server.c:860] Added IPC reply to client 58 queue: { "change": "init", "old": null, "current": { "id": 7, "name": "3:work", "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": [ ] } }
2018-10-09 10:15:21 - [sway/ipc-server.c:860] Added IPC reply to client 60 queue: { "change": "init", "old": null, "current": { "id": 7, "name": "3:work", "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": [ ] } }
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1080@0,0
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '3:work' at 0.000000, 0.000000
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 3840.000000, 22.000000
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1200@0,0
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '2:irc' at 1920.000000, 0.000000
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1080@0,0
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '3:work' at 0.000000, 0.000000
2018-10-09 10:15:21 - [sway/desktop/transaction.c:393] Transaction 0x559a9cfce250 committing with 4 instructions
2018-10-09 10:15:21 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cfce250
2018-10-09 10:15:21 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0-DP-3 (add)
2018-10-09 10:15:21 - [sway/ipc-server.c:484] Client 58 writable
2018-10-09 10:15:21 - [sway/ipc-server.c:484] Client 60 writable
2018-10-09 10:15:21 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0 (change)
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/backend.c:131] /dev/dri/card0 invalidated
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:1007] Scanning DRM connectors
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:857] Reallocating CRTCs
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:869] State before reallocation:
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-3' crtc=1 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-2' crtc=2 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:940] State after reallocation:
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-3' crtc=1 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-2' crtc=2 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:433] Reallocating planes
2018-10-09 10:15:21 - [sway/ipc-server.c:223] Client 56 readable
2018-10-09 10:15:21 - [sway/ipc-server.c:860] Added IPC reply to client 56 queue: [ { "id": 3, "name": "1:web", "rect": { "x": 3840, "y": 22, "width": 1920, "height": 1034 }, "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, "focused": true, "visible": true }, { "id": 5, "name": "2:irc", "rect": { "x": 1920, "y": 0, "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-2", "type": "workspace", "representation": null, "focused": false, "visible": true }, { "id": 7, "name": "3:work", "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "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, "focused": false, "visible": true } ]
2018-10-09 10:15:21 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0-DP-4 (add)
2018-10-09 10:15:21 - [sway/ipc-server.c:223] Client 61 readable
2018-10-09 10:15:21 - [sway/ipc-server.c:860] Added IPC reply to client 61 queue: [ { "id": 3, "name": "1:web", "rect": { "x": 3840, "y": 22, "width": 1920, "height": 1034 }, "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, "focused": true, "visible": true }, { "id": 5, "name": "2:irc", "rect": { "x": 1920, "y": 0, "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-2", "type": "workspace", "representation": null, "focused": false, "visible": true }, { "id": 7, "name": "3:work", "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "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, "focused": false, "visible": true } ]
2018-10-09 10:15:21 - [sway/ipc-server.c:484] Client 56 writable
2018-10-09 10:15:21 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0 (change)
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/backend.c:131] /dev/dri/card0 invalidated
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:1007] Scanning DRM connectors
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:857] Reallocating CRTCs
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:869] State before reallocation:
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-3' crtc=1 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-2' crtc=2 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:940] State after reallocation:
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-3' crtc=1 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-2' crtc=2 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:433] Reallocating planes
2018-10-09 10:15:21 - [sway/ipc-server.c:484] Client 61 writable
2018-10-09 10:15:21 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0 (change)
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/backend.c:131] /dev/dri/card0 invalidated
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:1007] Scanning DRM connectors
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:857] Reallocating CRTCs
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:869] State before reallocation:
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-3' crtc=1 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-2' crtc=2 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:940] State after reallocation:
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-3' crtc=1 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-2' crtc=2 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:433] Reallocating planes
2018-10-09 10:15:21 - [sway/ipc-server.c:223] Client 56 readable
2018-10-09 10:15:21 - [sway/ipc-server.c:860] Added IPC reply to client 56 queue: [ { "id": 3, "name": "1:web", "rect": { "x": 3840, "y": 22, "width": 1920, "height": 1034 }, "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, "focused": true, "visible": true }, { "id": 5, "name": "2:irc", "rect": { "x": 1920, "y": 0, "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-2", "type": "workspace", "representation": null, "focused": false, "visible": true }, { "id": 7, "name": "3:work", "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "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, "focused": false, "visible": true } ]
2018-10-09 10:15:21 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0 (change)
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/backend.c:131] /dev/dri/card0 invalidated
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:1007] Scanning DRM connectors
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:857] Reallocating CRTCs
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:869] State before reallocation:
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-3' crtc=1 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-2' crtc=2 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:879]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:940] State after reallocation:
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-3' crtc=1 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-2' crtc=2 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:945]   'eDP-1' crtc=0 state=3 desired_enabled=1
2018-10-09 10:15:21 - [subprojects/wlroots/backend/drm/drm.c:433] Reallocating planes
2018-10-09 10:15:21 - [sway/ipc-server.c:223] Client 61 readable
2018-10-09 10:15:21 - [sway/ipc-server.c:860] Added IPC reply to client 61 queue: [ { "id": 3, "name": "1:web", "rect": { "x": 3840, "y": 22, "width": 1920, "height": 1034 }, "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, "focused": true, "visible": true }, { "id": 5, "name": "2:irc", "rect": { "x": 1920, "y": 0, "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-2", "type": "workspace", "representation": null, "focused": false, "visible": true }, { "id": 7, "name": "3:work", "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "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, "focused": false, "visible": true } ]
2018-10-09 10:15:21 - [sway/ipc-server.c:484] Client 56 writable
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfceaf0 (res 0x559a9cfad690)
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfcee10 (res 0x559a9cfb1bb0)
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:368] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0
2018-10-09 10:15:21 - [sway/ipc-server.c:484] Client 61 writable
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfcf030 (res 0x559a9cfacd90)
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfcf350 (res 0x559a9cfa2b90)
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:368] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfcf570 (res 0x559a9cfb12b0)
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfcf890 (res 0x559a9cf99c90)
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfcfa00 (res 0x559a9cfb25d0)
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfcfd20 (res 0x559a9cfad570)
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x22 margin 0,0,0,0
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1058@0,22
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '3:work' at 0.000000, 22.000000
2018-10-09 10:15:21 - [sway/desktop/transaction.c:393] Transaction 0x559a9ce3dfd0 committing with 1 instructions
2018-10-09 10:15:21 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9ce3dfd0
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x22 margin 0,0,0,0
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1178@0,22
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '2:irc' at 1920.000000, 22.000000
2018-10-09 10:15:21 - [sway/desktop/transaction.c:393] Transaction 0x559a9ccf27a0 committing with 1 instructions
2018-10-09 10:15:21 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9ccf27a0
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfcfe90 (res 0x559a9cf77030)
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfd01b0 (res 0x559a9cfb1a90)
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x24 margin 0,0,0,0
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1154@0,22
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '2:irc' at 1920.000000, 22.000000
2018-10-09 10:15:21 - [sway/desktop/transaction.c:393] Transaction 0x559a9cfabbb0 committing with 1 instructions
2018-10-09 10:15:21 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cfabbb0
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_surface.c:626] New wlr_surface 0x559a9cfd93f0 (res 0x559a9cd633a0)
2018-10-09 10:15:21 - [subprojects/wlroots/types/wlr_layer_shell_v1.c:388] new layer_surface 0x559a9cfcda30 (res 0x559a9ce7eae0)
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x24 margin 0,0,0,0
2018-10-09 10:15:21 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-09 10:15:21 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:21 - [sway/tree/arrange.c:217] Arranging workspace '3:work' at 0.000000, 22.000000
2018-10-09 10:15:21 - [sway/desktop/transaction.c:393] Transaction 0x559a9cfabbb0 committing with 1 instructions
2018-10-09 10:15:21 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cfabbb0
2018-10-09 10:15:27 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0-DP-2 (remove)
2018-10-09 10:15:27 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0-DP-3 (remove)
2018-10-09 10:15:27 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0-DP-4 (remove)
2018-10-09 10:15:27 - [subprojects/wlroots/backend/session/session.c:40] udev event for card0 (change)
2018-10-09 10:15:27 - [subprojects/wlroots/backend/drm/backend.c:131] /dev/dri/card0 invalidated
2018-10-09 10:15:27 - [subprojects/wlroots/backend/drm/drm.c:1007] Scanning DRM connectors
2018-10-09 10:15:27 - [subprojects/wlroots/backend/drm/drm.c:1157] 'DP-2' disconnected
2018-10-09 10:15:27 - [subprojects/wlroots/backend/drm/drm.c:1354] Emitting destruction signal for 'DP-2'
2018-10-09 10:15:27 - [subprojects/wlroots/backend/drm/drm.c:827] De-allocating CRTC 2 for output 'DP-2'
2018-10-09 10:15:28 - [sway/tree/output.c:203] Disabling output 'DP-2'
2018-10-09 10:15:28 - [sway/tree/workspace.c:116] Destroying workspace '2:irc'
2018-10-09 10:15:28 - [sway/ipc-server.c:303] Sending workspace::empty event
2018-10-09 10:15:28 - [sway/ipc-server.c:860] Added IPC reply to client 58 queue: { "change": "empty", "old": null, "current": { "id": 5, "name": "2:irc", "rect": { "x": 1920, "y": 22, "width": 1920, "height": 1154 }, "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": null, "type": "workspace", "representation": null, "nodes": [ ] } }
2018-10-09 10:15:28 - [sway/ipc-server.c:860] Added IPC reply to client 60 queue: { "change": "empty", "old": null, "current": { "id": 5, "name": "2:irc", "rect": { "x": 1920, "y": 22, "width": 1920, "height": 1154 }, "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": null, "type": "workspace", "representation": null, "nodes": [ ] } }
2018-10-09 10:15:28 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:28 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 3840.000000, 22.000000
2018-10-09 10:15:28 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:28 - [sway/tree/arrange.c:217] Arranging workspace '3:work' at 0.000000, 22.000000
2018-10-09 10:15:28 - [sway/tree/output.c:228] Destroying output 'DP-2'
2018-10-09 10:15:28 - [sway/desktop/transaction.c:393] Transaction 0x559a9cf76750 committing with 4 instructions
2018-10-09 10:15:28 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cf76750
2018-10-09 10:15:28 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:28 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 1920.000000, 22.000000
2018-10-09 10:15:28 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:28 - [sway/tree/arrange.c:217] Arranging workspace '3:work' at 0.000000, 22.000000
2018-10-09 10:15:28 - [sway/desktop/transaction.c:393] Transaction 0x559a9cfaf4d0 committing with 2 instructions
2018-10-09 10:15:28 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cfaf4d0
2018-10-09 10:15:28 - [subprojects/wlroots/backend/drm/drm.c:1157] 'DP-3' disconnected
2018-10-09 10:15:28 - [subprojects/wlroots/backend/drm/drm.c:1354] Emitting destruction signal for 'DP-3'
2018-10-09 10:15:28 - [subprojects/wlroots/backend/drm/drm.c:827] De-allocating CRTC 1 for output 'DP-3'
2018-10-09 10:15:29 - [sway/tree/output.c:203] Disabling output 'DP-3'
2018-10-09 10:15:29 - [sway/tree/workspace.c:116] Destroying workspace '3:work'
2018-10-09 10:15:29 - [sway/ipc-server.c:303] Sending workspace::empty event
2018-10-09 10:15:29 - [sway/ipc-server.c:860] Added IPC reply to client 58 queue: { "change": "empty", "old": null, "current": { "id": 7, "name": "3:work", "rect": { "x": 0, "y": 22, "width": 1920, "height": 1034 }, "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": null, "type": "workspace", "representation": null, "nodes": [ ] } }
2018-10-09 10:15:29 - [sway/ipc-server.c:860] Added IPC reply to client 60 queue: { "change": "empty", "old": null, "current": { "id": 7, "name": "3:work", "rect": { "x": 0, "y": 22, "width": 1920, "height": 1034 }, "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": null, "type": "workspace", "representation": null, "nodes": [ ] } }
2018-10-09 10:15:29 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:29 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 1920.000000, 22.000000
2018-10-09 10:15:29 - [sway/tree/output.c:228] Destroying output 'DP-3'
2018-10-09 10:15:29 - [sway/desktop/transaction.c:393] Transaction 0x559a9cfcdf80 committing with 3 instructions
2018-10-09 10:15:29 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cfcdf80
2018-10-09 10:15:29 - [sway/tree/arrange.c:186] Usable area for ws: 1920x1034@0,22
2018-10-09 10:15:29 - [sway/tree/arrange.c:217] Arranging workspace '1:web' at 0.000000, 22.000000
2018-10-09 10:15:29 - [sway/desktop/transaction.c:393] Transaction 0x559a9cf766f0 committing with 1 instructions
2018-10-09 10:15:29 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cf766f0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:1176] 'eDP-1' disappeared
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:1354] Emitting destruction signal for 'eDP-1'
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:827] De-allocating CRTC 0 for output 'eDP-1'
2018-10-09 10:15:29 - [sway/tree/output.c:203] Disabling output 'eDP-1'
2018-10-09 10:15:29 - [sway/tree/workspace.c:116] Destroying workspace '1:web'
2018-10-09 10:15:29 - [sway/ipc-server.c:303] Sending workspace::empty event
2018-10-09 10:15:29 - [sway/ipc-server.c:860] Added IPC reply to client 58 queue: { "change": "empty", "old": null, "current": { "id": 3, "name": "1:web", "rect": { "x": 0, "y": 22, "width": 1920, "height": 1034 }, "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": 1, "output": null, "type": "workspace", "representation": null, "nodes": [ ] } }
2018-10-09 10:15:29 - [sway/ipc-server.c:860] Added IPC reply to client 60 queue: { "change": "empty", "old": null, "current": { "id": 3, "name": "1:web", "rect": { "x": 0, "y": 22, "width": 1920, "height": 1034 }, "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": 1, "output": null, "type": "workspace", "representation": null, "nodes": [ ] } }
2018-10-09 10:15:29 - [sway/tree/output.c:228] Destroying output 'eDP-1'
2018-10-09 10:15:29 - [sway/desktop/transaction.c:393] Transaction 0x559a9cce58a0 committing with 2 instructions
2018-10-09 10:15:29 - [sway/desktop/transaction.c:263] Applying transaction 0x559a9cce58a0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:857] Reallocating CRTCs
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:869] State before reallocation:
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-3' crtc=-1 state=0 desired_enabled=1
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-2' crtc=-1 state=0 desired_enabled=1
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:879]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:879]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:940] State after reallocation:
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-4' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-3' crtc=-1 state=0 desired_enabled=1
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-2' crtc=-1 state=0 desired_enabled=1
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:945]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:945]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-09 10:15:29 - [subprojects/wlroots/backend/drm/drm.c:433] Reallocating planes
2018-10-09 10:15:29 - 2018-10-09 10:15:29 - [common/ipc-client.c:70] Unable to receive IPC response[common/ipc-client.c:70] Unable to receive IPC response

Exiting due to signal.
emersion commented 5 years ago

Can you try https://github.com/swaywm/wlroots/pull/1298?