swaywm / wlroots

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

Cursor Image hidden when direct scan-out is used #2845

Open project-repo opened 3 years ago

project-repo commented 3 years ago

Hi, We just upgraded cagebreak to support wlroots 0.13 and noticed that when scanning out views, the cursor image seems to no longer be set correctly. I can reproduce this in sway, cage and cagebreak with any xwayland view which is scanned out. However, I'm unable to test it with native wayland views, since when attempting to scan out xdg_shells, wlr_output_test fails with [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer (should I open a second bug report for this?). cheers, project-repo


wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:

https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/2845

emersion commented 3 years ago

Can you provide a full debug log?

project-repo commented 3 years ago

Here is a full debug log of the following procedure:

Debug log ``` 00:00:00.000 [INFO] [sway/main.c:346] Sway version 1.6-86b08e32 (Apr 11 2021, branch 'master') 00:00:00.009 [INFO] [sway/main.c:154] Linux archlinux 5.11.12-arch1-1 #1 SMP PREEMPT Wed, 07 Apr 2021 21:48:28 +0000 x86_64 GNU/Linux 00:00:00.009 [INFO] [sway/main.c:170] Contents of /etc/os-release: 00:00:00.009 [INFO] [sway/main.c:154] NAME="Arch Linux" 00:00:00.010 [INFO] [sway/main.c:154] PRETTY_NAME="Arch Linux" 00:00:00.010 [INFO] [sway/main.c:154] ID=arch 00:00:00.010 [INFO] [sway/main.c:154] BUILD_ID=rolling 00:00:00.010 [INFO] [sway/main.c:154] ANSI_COLOR="38;2;23;147;209" 00:00:00.010 [INFO] [sway/main.c:154] HOME_URL="https://www.archlinux.org/" 00:00:00.010 [INFO] [sway/main.c:154] DOCUMENTATION_URL="https://wiki.archlinux.org/" 00:00:00.010 [INFO] [sway/main.c:154] SUPPORT_URL="https://bbs.archlinux.org/" 00:00:00.010 [INFO] [sway/main.c:154] BUG_REPORT_URL="https://bugs.archlinux.org/" 00:00:00.010 [INFO] [sway/main.c:154] LOGO=archlinux 00:00:00.010 [INFO] [sway/main.c:142] LD_LIBRARY_PATH= 00:00:00.010 [INFO] [sway/main.c:142] LD_PRELOAD= 00:00:00.010 [INFO] [sway/main.c:142] PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/jfe/bin 00:00:00.010 [INFO] [sway/main.c:142] SWAYSOCK= 00:00:00.010 [DEBUG] [sway/server.c:49] Preparing Wayland server initialization 00:00:00.012 [INFO] [wlr] [backend/session/logind.c:572] Selecting session from XDG_SESSION_ID: 3 00:00:00.033 [INFO] [wlr] [backend/session/logind.c:706] Successfully loaded logind session 00:00:00.043 [INFO] [wlr] [backend/backend.c:167] Found 1 GPUs 00:00:00.043 [INFO] [wlr] [backend/drm/backend.c:155] Initializing DRM backend for /dev/dri/card0 (i915) 00:00:00.043 [DEBUG] [wlr] [backend/drm/drm.c:69] Using atomic DRM interface 00:00:00.043 [DEBUG] [wlr] [backend/drm/drm.c:82] ADDFB2 modifiers supported 00:00:00.043 [INFO] [wlr] [backend/drm/drm.c:244] Found 3 DRM CRTCs 00:00:00.044 [INFO] [wlr] [backend/drm/drm.c:171] Found 9 DRM planes 00:00:00.182 [INFO] [wlr] [render/egl.c:308] Using EGL 1.5 00:00:00.182 [INFO] [wlr] [render/egl.c:309] Supported EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_MESA_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless 00:00:00.182 [INFO] [wlr] [render/egl.c:310] Supported EGL display 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_cl_event2 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_MESA_query_driver EGL_WL_bind_wayland_display 00:00:00.182 [INFO] [wlr] [render/egl.c:312] Supported EGL device extensions: EGL_EXT_device_drm 00:00:00.182 [INFO] [wlr] [render/egl.c:314] EGL vendor: Mesa Project 00:00:00.182 [DEBUG] [wlr] [render/egl.c:149] Supported DMA-BUF formats: AB4H XB4H AR30 XR30 AB30 AR24 AB24 XR24 XB24 AR15 RG16 R8 R16 GR88 GR32 YUV9 YU11 YU12 YU16 YU24 YVU9 YV11 YV12 YV16 YV24 NV12 P010 P012 P016 NV16 AYUV XYUV YUYV UYVY 00:00:00.182 [DEBUG] [wlr] [render/egl.c:150] EGL DMA-BUF format modifiers supported 00:00:00.184 [DEBUG] [wlr] [render/egl.c:354] Obtained high priority context 00:00:00.189 [INFO] [wlr] [render/gles2/renderer.c:744] Using OpenGL ES 3.2 Mesa 21.0.2 00:00:00.189 [INFO] [wlr] [render/gles2/renderer.c:745] GL vendor: Intel 00:00:00.189 [INFO] [wlr] [render/gles2/renderer.c:746] GL renderer: Mesa Intel(R) UHD Graphics 620 (KBL GT2) 00:00:00.189 [INFO] [wlr] [render/gles2/renderer.c:747] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_NV_fragment_shader_interlock GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod 00:00:00.212 [DEBUG] [wlr] [render/gbm_allocator.c:179] Created GBM allocator with backend drm 00:00:00.212 [INFO] [sway/main.c:394] Starting sway version 1.6-86b08e32 (Apr 11 2021, branch 'master') 00:00:00.212 [DEBUG] [sway/server.c:62] Initializing Wayland server 00:00:00.212 [DEBUG] [wlr] [types/wlr_idle.c:247] idle manager created 00:00:00.212 [INFO] [wlr] [backend/noop/backend.c:59] Creating noop backend 00:00:00.212 [INFO] [wlr] [backend/headless/backend.c:247] Creating headless backend with parent renderer 00:00:00.222 [DEBUG] [wlr] [render/gbm_allocator.c:179] Created GBM allocator with backend drm 00:00:00.232 [INFO] [sway/config.c:404] Loading config from /home/jfe/.config/sway/config 00:00:00.232 [DEBUG] [sway/config.c:818] Read line 1: # Default config for sway 00:00:00.232 [DEBUG] [sway/config.c:818] Read line 2: # 00:00:00.232 [DEBUG] [sway/config.c:818] Read line 3: # Copy this to ~/.config/sway/config and edit it to your liking. 00:00:00.232 [DEBUG] [sway/config.c:818] Read line 4: # 00:00:00.232 [DEBUG] [sway/config.c:818] Read line 5: # Read `man 5 sway` for a complete reference. 00:00:00.232 [DEBUG] [sway/config.c:818] Read line 6: 00:00:00.232 [DEBUG] [sway/config.c:818] Read line 7: # Font for bar and window titles 00:00:00.232 [DEBUG] [sway/config.c:818] Read line 8: font pango: FiraCode 12 00:00:00.233 [INFO] [sway/commands.c:377] Config command: font pango: FiraCode 12 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: font pango: FiraCode 12 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 9: 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 10: ### Variables 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 11: # 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 12: # Modifier key 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 13: set $mod Mod4 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $mod Mod4 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $mod Mod4 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 14: 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 15: # Home row direction keys, like vim 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 16: set $left h 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $left h 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $left h 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 17: set $down j 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $down j 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $down j 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 18: set $up k 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $up k 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $up k 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 19: set $right l 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $right l 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $right l 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 20: 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 21: # Terminal emulator 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 22: set $term termite 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $term termite 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $term termite 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 23: 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 24: # Application launcher 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 25: set $menu rofi -show run | xargs swaymsg exec 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $menu rofi -show run | xargs swaymsg exec 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $menu rofi -show run | xargs swaymsg exec 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 26: 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 27: # Wallpaper 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 28: set $wallpaper /home/ihabunek/Pictures/Wallpapers/firewatch-forest-night-light.jpg 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $wallpaper /home/ihabunek/Pictures/Wallpapers/firewatch-forest-night-light.jpg 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $wallpaper /home/ihabunek/Pictures/Wallpapers/firewatch-forest-night-light.jpg 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 29: 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 30: # Colors 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 31: set $light-gray #F3F4F5 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $light-gray #F3F4F5 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $light-gray #F3F4F5 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 32: set $medium-gray #676E7D 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $medium-gray #676E7D 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $medium-gray #676E7D 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 33: set $dark-gray #2F343F 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $dark-gray #2F343F 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $dark-gray #2F343F 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 34: set $red #E53935 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $red #E53935 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $red #E53935 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 35: set $orange #E95420 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $orange #E95420 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $orange #E95420 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 36: set $green #27AE60 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $green #27AE60 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $green #27AE60 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 37: set $purple #9575cd 00:00:00.233 [INFO] [sway/commands.c:377] Config command: set $purple #9575cd 00:00:00.233 [INFO] [sway/commands.c:397] After replacement: set $purple #9575cd 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 38: 00:00:00.233 [DEBUG] [sway/config.c:818] Read line 39: # Workspace names 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 40: set $ws1 "1: " 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws1 "1: " 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws1 "1: " 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 41: set $ws2 "2: " 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws2 "2: " 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws2 "2: " 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 42: set $ws3 "3: " 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws3 "3: " 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws3 "3: " 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 43: set $ws4 "4: " 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws4 "4: " 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws4 "4: " 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 44: set $ws5 "5: " 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws5 "5: " 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws5 "5: " 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 45: set $ws6 "6" 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws6 "6" 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws6 "6" 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 46: set $ws7 "7" 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws7 "7" 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws7 "7" 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 47: set $ws8 "8" 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws8 "8" 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws8 "8" 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 48: set $ws9 "9" 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws9 "9" 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws9 "9" 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 49: set $ws0 "10" 00:00:00.234 [INFO] [sway/commands.c:377] Config command: set $ws0 "10" 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: set $ws0 "10" 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 50: 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 51: ### Output configuration 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 52: 00:00:00.234 [DEBUG] [sway/config.c:818] Read line 53: output * bg $wallpaper fill 00:00:00.234 [INFO] [sway/commands.c:377] Config command: output * bg $wallpaper fill 00:00:00.234 [INFO] [sway/commands.c:397] After replacement: output * bg /home/ihabunek/Pictures/Wallpapers/firewatch-forest-night-light.jpg fill 00:00:00.234 [DEBUG] [sway/commands.c:428] Subcommand: bg /home/ihabunek/Pictures/Wallpapers/firewatch-forest-night-light.jpg fill 00:00:00.234 [ERROR] [sway/commands/output/background.c:122] Unable to access background file '/home/ihabunek/Pictures/Wallpapers/firewatch-forest-night-light.jpg': No such file or directory 00:00:00.241 [DEBUG] [sway/config/output.c:223] Adding output * config 00:00:00.241 [DEBUG] [sway/config/output.c:227] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (dpms 0) (max render time: -1) 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 54: #output eDP-1 scale 1 resolution 2560x1440 position 0,0 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 55: 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 56: exec termite 00:00:00.241 [INFO] [sway/commands.c:377] Config command: exec termite 00:00:00.241 [INFO] [sway/commands.c:397] After replacement: exec termite 00:00:00.241 [DEBUG] [sway/config.c:862] Deferring command `exec termite' 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 57: 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 58: ### Idle configuration 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 59: 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 64: exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f' 00:00:00.241 [INFO] [sway/commands.c:377] Config command: exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f' 00:00:00.241 [INFO] [sway/commands.c:397] After replacement: exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f' 00:00:00.241 [DEBUG] [sway/config.c:862] Deferring command `exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f'' 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 65: 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 66: ### Input configuration 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 67: 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 68: input "1:1:AT_Translated_Set_2_keyboard" { 00:00:00.241 [DEBUG] [sway/config.c:872] Entering block 'input "1:1:AT_Translated_Set_2_keyboard"' 00:00:00.241 [DEBUG] [sway/config.c:818] Read line 69: xkb_layout hr 00:00:00.241 [INFO] [sway/commands.c:377] Config command: input "1:1:AT_Translated_Set_2_keyboard" xkb_layout hr 00:00:00.241 [INFO] [sway/commands.c:397] After replacement: input "1:1:AT_Translated_Set_2_keyboard" xkb_layout hr 00:00:00.241 [DEBUG] [sway/commands/input.c:54] entering input block: 1:1:AT_Translated_Set_2_keyboard 00:00:00.241 [DEBUG] [sway/config/input.c:15] new_input_config(1:1:AT_Translated_Set_2_keyboard) 00:00:00.241 [DEBUG] [sway/commands.c:428] Subcommand: xkb_layout hr 00:00:00.241 [DEBUG] [sway/commands/input/xkb_layout.c:18] set-xkb_layout for config: 1:1:AT_Translated_Set_2_keyboard layout: hr 00:00:00.241 [DEBUG] [sway/config/input.c:15] new_input_config(temp) /bin/sh: line 1: swaynag: command not found 00:00:00.252 [DEBUG] [sway/config/input.c:350] Config stored for input 1:1:AT_Translated_Set_2_keyboard 00:00:00.261 [DEBUG] [sway/config.c:1069] Translated keysyms using config for device '1:1:AT_Translated_Set_2_keyboard' 00:00:00.261 [DEBUG] [sway/config.c:818] Read line 70: xkb_options ctrl:nocaps 00:00:00.261 [INFO] [sway/commands.c:377] Config command: input "1:1:AT_Translated_Set_2_keyboard" xkb_options ctrl:nocaps 00:00:00.261 [INFO] [sway/commands.c:397] After replacement: input "1:1:AT_Translated_Set_2_keyboard" xkb_options ctrl:nocaps 00:00:00.261 [DEBUG] [sway/commands/input.c:54] entering input block: 1:1:AT_Translated_Set_2_keyboard 00:00:00.261 [DEBUG] [sway/config/input.c:15] new_input_config(1:1:AT_Translated_Set_2_keyboard) 00:00:00.261 [DEBUG] [sway/commands.c:428] Subcommand: xkb_options ctrl:nocaps 00:00:00.261 [DEBUG] [sway/commands/input/xkb_options.c:18] set-xkb_options for config: 1:1:AT_Translated_Set_2_keyboard options: ctrl:nocaps 00:00:00.261 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.270 [DEBUG] [sway/config/input.c:350] Config stored for input 1:1:AT_Translated_Set_2_keyboard 00:00:00.279 [DEBUG] [sway/config.c:1069] Translated keysyms using config for device '1:1:AT_Translated_Set_2_keyboard' 00:00:00.279 [DEBUG] [sway/config.c:818] Read line 71: xkb_numlock enabled 00:00:00.279 [INFO] [sway/commands.c:377] Config command: input "1:1:AT_Translated_Set_2_keyboard" xkb_numlock enabled 00:00:00.279 [INFO] [sway/commands.c:397] After replacement: input "1:1:AT_Translated_Set_2_keyboard" xkb_numlock enabled 00:00:00.279 [DEBUG] [sway/commands/input.c:54] entering input block: 1:1:AT_Translated_Set_2_keyboard 00:00:00.279 [DEBUG] [sway/config/input.c:15] new_input_config(1:1:AT_Translated_Set_2_keyboard) 00:00:00.279 [DEBUG] [sway/commands.c:428] Subcommand: xkb_numlock enabled 00:00:00.279 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.289 [DEBUG] [sway/config/input.c:350] Config stored for input 1:1:AT_Translated_Set_2_keyboard 00:00:00.298 [DEBUG] [sway/config.c:1069] Translated keysyms using config for device '1:1:AT_Translated_Set_2_keyboard' 00:00:00.298 [DEBUG] [sway/config.c:818] Read line 72: } 00:00:00.299 [DEBUG] [sway/config.c:889] Exiting block 'input "1:1:AT_Translated_Set_2_keyboard"' 00:00:00.299 [DEBUG] [sway/config.c:818] Read line 73: 00:00:00.299 [DEBUG] [sway/config.c:818] Read line 74: input "1133:49948:Logitech_USB_Keyboard" { 00:00:00.299 [DEBUG] [sway/config.c:872] Entering block 'input "1133:49948:Logitech_USB_Keyboard"' 00:00:00.299 [DEBUG] [sway/config.c:818] Read line 75: xkb_layout hr 00:00:00.299 [INFO] [sway/commands.c:377] Config command: input "1133:49948:Logitech_USB_Keyboard" xkb_layout hr 00:00:00.299 [INFO] [sway/commands.c:397] After replacement: input "1133:49948:Logitech_USB_Keyboard" xkb_layout hr 00:00:00.299 [DEBUG] [sway/commands/input.c:54] entering input block: 1133:49948:Logitech_USB_Keyboard 00:00:00.299 [DEBUG] [sway/config/input.c:15] new_input_config(1133:49948:Logitech_USB_Keyboard) 00:00:00.299 [DEBUG] [sway/commands.c:428] Subcommand: xkb_layout hr 00:00:00.299 [DEBUG] [sway/commands/input/xkb_layout.c:18] set-xkb_layout for config: 1133:49948:Logitech_USB_Keyboard layout: hr 00:00:00.299 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.308 [DEBUG] [sway/config/input.c:350] Config stored for input 1133:49948:Logitech_USB_Keyboard 00:00:00.308 [DEBUG] [sway/config.c:818] Read line 76: xkb_options ctrl:nocaps 00:00:00.308 [INFO] [sway/commands.c:377] Config command: input "1133:49948:Logitech_USB_Keyboard" xkb_options ctrl:nocaps 00:00:00.308 [INFO] [sway/commands.c:397] After replacement: input "1133:49948:Logitech_USB_Keyboard" xkb_options ctrl:nocaps 00:00:00.308 [DEBUG] [sway/commands/input.c:54] entering input block: 1133:49948:Logitech_USB_Keyboard 00:00:00.308 [DEBUG] [sway/config/input.c:15] new_input_config(1133:49948:Logitech_USB_Keyboard) 00:00:00.308 [DEBUG] [sway/commands.c:428] Subcommand: xkb_options ctrl:nocaps 00:00:00.308 [DEBUG] [sway/commands/input/xkb_options.c:18] set-xkb_options for config: 1133:49948:Logitech_USB_Keyboard options: ctrl:nocaps 00:00:00.308 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.318 [DEBUG] [sway/config/input.c:350] Config stored for input 1133:49948:Logitech_USB_Keyboard 00:00:00.318 [DEBUG] [sway/config.c:818] Read line 77: xkb_numlock enabled 00:00:00.318 [INFO] [sway/commands.c:377] Config command: input "1133:49948:Logitech_USB_Keyboard" xkb_numlock enabled 00:00:00.318 [INFO] [sway/commands.c:397] After replacement: input "1133:49948:Logitech_USB_Keyboard" xkb_numlock enabled 00:00:00.318 [DEBUG] [sway/commands/input.c:54] entering input block: 1133:49948:Logitech_USB_Keyboard 00:00:00.318 [DEBUG] [sway/config/input.c:15] new_input_config(1133:49948:Logitech_USB_Keyboard) 00:00:00.318 [DEBUG] [sway/commands.c:428] Subcommand: xkb_numlock enabled 00:00:00.318 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.327 [DEBUG] [sway/config/input.c:350] Config stored for input 1133:49948:Logitech_USB_Keyboard 00:00:00.327 [DEBUG] [sway/config.c:818] Read line 78: } 00:00:00.327 [DEBUG] [sway/config.c:889] Exiting block 'input "1133:49948:Logitech_USB_Keyboard"' 00:00:00.327 [DEBUG] [sway/config.c:818] Read line 79: 00:00:00.327 [DEBUG] [sway/config.c:818] Read line 80: input "2:7:SynPS/2_Synaptics_TouchPad" { 00:00:00.327 [DEBUG] [sway/config.c:872] Entering block 'input "2:7:SynPS/2_Synaptics_TouchPad"' 00:00:00.328 [DEBUG] [sway/config.c:818] Read line 81: tap enabled 00:00:00.328 [INFO] [sway/commands.c:377] Config command: input "2:7:SynPS/2_Synaptics_TouchPad" tap enabled 00:00:00.328 [INFO] [sway/commands.c:397] After replacement: input "2:7:SynPS/2_Synaptics_TouchPad" tap enabled 00:00:00.328 [DEBUG] [sway/commands/input.c:54] entering input block: 2:7:SynPS/2_Synaptics_TouchPad 00:00:00.328 [DEBUG] [sway/config/input.c:15] new_input_config(2:7:SynPS/2_Synaptics_TouchPad) 00:00:00.328 [DEBUG] [sway/commands.c:428] Subcommand: tap enabled 00:00:00.328 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.336 [DEBUG] [sway/config/input.c:350] Config stored for input 2:7:SynPS/2_Synaptics_TouchPad 00:00:00.336 [DEBUG] [sway/config.c:818] Read line 82: dwt enabled 00:00:00.336 [INFO] [sway/commands.c:377] Config command: input "2:7:SynPS/2_Synaptics_TouchPad" dwt enabled 00:00:00.336 [INFO] [sway/commands.c:397] After replacement: input "2:7:SynPS/2_Synaptics_TouchPad" dwt enabled 00:00:00.336 [DEBUG] [sway/commands/input.c:54] entering input block: 2:7:SynPS/2_Synaptics_TouchPad 00:00:00.336 [DEBUG] [sway/config/input.c:15] new_input_config(2:7:SynPS/2_Synaptics_TouchPad) 00:00:00.336 [DEBUG] [sway/commands.c:428] Subcommand: dwt enabled 00:00:00.336 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.344 [DEBUG] [sway/config/input.c:350] Config stored for input 2:7:SynPS/2_Synaptics_TouchPad 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 83: } 00:00:00.344 [DEBUG] [sway/config.c:889] Exiting block 'input "2:7:SynPS/2_Synaptics_TouchPad"' 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 84: 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 85: input "1133:49232:Logitech_USB-PS/2_Optical_Mouse" { 00:00:00.344 [DEBUG] [sway/config.c:872] Entering block 'input "1133:49232:Logitech_USB-PS/2_Optical_Mouse"' 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 86: 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 87: } 00:00:00.344 [DEBUG] [sway/config.c:889] Exiting block 'input "1133:49232:Logitech_USB-PS/2_Optical_Mouse"' 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 88: 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 89: ### Key bindings 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 90: # 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 91: # Basics: 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 92: # 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 93: # start a terminal 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 94: bindsym $mod+Return exec $term 00:00:00.344 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Return exec $term 00:00:00.344 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Return exec termite 00:00:00.344 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Return to command `exec termite` for device '*' 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 95: 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 96: bindsym $mod+I exec inkscape 00:00:00.344 [INFO] [sway/commands.c:377] Config command: bindsym $mod+I exec inkscape 00:00:00.344 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+I exec inkscape 00:00:00.344 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+I to command `exec inkscape` for device '*' 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 97: 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 98: # kill focused window 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 99: bindsym $mod+q kill 00:00:00.344 [INFO] [sway/commands.c:377] Config command: bindsym $mod+q kill 00:00:00.344 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+q kill 00:00:00.344 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+q to command `kill` for device '*' 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 100: 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 101: # start your launcher 00:00:00.344 [DEBUG] [sway/config.c:818] Read line 102: bindsym $mod+d exec $menu 00:00:00.344 [INFO] [sway/commands.c:377] Config command: bindsym $mod+d exec $menu 00:00:00.344 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+d exec rofi -show run | xargs swaymsg exec 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+d to command `exec rofi -show run | xargs swaymsg exec` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 103: 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 104: # Drag floating windows by holding down $mod and lXeft mouse button. 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 105: # Resize them with right mouse button + $mod. 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 106: # Despite the name, also works for non-floating windows. 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 107: # Change normal to inverse to use left mouse button for resizing and right 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 108: # mouse button for dragging. 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 109: floating_modifier $mod normal 00:00:00.345 [INFO] [sway/commands.c:377] Config command: floating_modifier $mod normal 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: floating_modifier Mod4 normal 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 110: 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 111: # Lock 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 112: bindsym $mod+Shift+x exec swaylock --daemonize 00:00:00.345 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+x exec swaylock --daemonize 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+x exec swaylock --daemonize 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+x to command `exec swaylock --daemonize` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 113: 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 114: # reload the configuration file 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 115: bindsym $mod+Shift+r reload 00:00:00.345 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+r reload 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+r reload 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+r to command `reload` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 116: 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 117: # exit sway (logs you out of your Wayland session) 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 120: bindsym $mod+Shift+e exec swaynag -t warning -m 'Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 00:00:00.345 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+e exec swaynag -t warning -m 'Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+e exec swaynag -t warning -m 'Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+e to command `exec swaynag -t warning -m 'Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 121: 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 122: bindsym Print exec wl_screenshot 00:00:00.345 [INFO] [sway/commands.c:377] Config command: bindsym Print exec wl_screenshot 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: bindsym Print exec wl_screenshot 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Print to command `exec wl_screenshot` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 123: 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 124: # 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 125: # Moving around: 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 126: # 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 127: # Move your focus around 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 128: bindsym $mod+$left focus left 00:00:00.345 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$left focus left 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+h focus left 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+h to command `focus left` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 129: bindsym $mod+$down focus down 00:00:00.345 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$down focus down 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+j focus down 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+j to command `focus down` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 130: bindsym $mod+$up focus up 00:00:00.345 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$up focus up 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+k focus up 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+k to command `focus up` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 131: bindsym $mod+$right focus right 00:00:00.345 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$right focus right 00:00:00.345 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+l focus right 00:00:00.345 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+l to command `focus right` for device '*' 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 132: 00:00:00.345 [DEBUG] [sway/config.c:818] Read line 133: # ditto, with arrow keys 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 134: bindsym $mod+Left focus left 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Left focus left 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Left focus left 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Left to command `focus left` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 135: bindsym $mod+Down focus down 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Down focus down 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Down focus down 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Down to command `focus down` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 136: bindsym $mod+Up focus up 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Up focus up 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Up focus up 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Up to command `focus up` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 137: bindsym $mod+Right focus right 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Right focus right 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Right focus right 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Right to command `focus right` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 138: 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 139: # _move_ the focused window with the same, but add Shift 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 140: bindsym $mod+Shift+$left move left 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$left move left 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+h move left 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+h to command `move left` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 141: bindsym $mod+Shift+$down move down 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$down move down 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+j move down 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+j to command `move down` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 142: bindsym $mod+Shift+$up move up 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$up move up 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+k move up 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+k to command `move up` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 143: bindsym $mod+Shift+$right move right 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$right move right 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+l move right 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+l to command `move right` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 144: 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 145: # ditto, with arrow keys 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 146: bindsym $mod+Shift+Left move left 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Left move left 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Left move left 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 147: bindsym $mod+Shift+Down move down 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Down move down 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Down move down 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 148: bindsym $mod+Shift+Up move up 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Up move up 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Up move up 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*' 00:00:00.346 [DEBUG] [sway/config.c:818] Read line 149: bindsym $mod+Shift+Right move right 00:00:00.346 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Right move right 00:00:00.346 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Right move right 00:00:00.346 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 150: 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 151: # move workspace to other display 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 152: bindsym $mod+m move workspace to output left 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+m move workspace to output left 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+m move workspace to output left 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+m to command `move workspace to output left` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 153: bindsym $mod+Shift+m move workspace to output up 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+m move workspace to output up 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+m move workspace to output up 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+m to command `move workspace to output up` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 154: 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 155: # 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 156: # Workspaces: 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 157: # 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 158: # switch to workspace 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 159: bindsym $mod+1 workspace $ws1 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+1 workspace $ws1 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+1 workspace "1: " 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+1 to command `workspace "1: "` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 160: bindsym $mod+2 workspace $ws2 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+2 workspace $ws2 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+2 workspace "2: " 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+2 to command `workspace "2: "` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 161: bindsym $mod+3 workspace $ws3 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+3 workspace $ws3 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+3 workspace "3: " 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+3 to command `workspace "3: "` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 162: bindsym $mod+4 workspace $ws4 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+4 workspace $ws4 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+4 workspace "4: " 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+4 to command `workspace "4: "` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 163: bindsym $mod+5 workspace $ws5 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+5 workspace $ws5 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+5 workspace "5: " 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+5 to command `workspace "5: "` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 164: bindsym $mod+6 workspace $ws6 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+6 workspace $ws6 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+6 workspace "6" 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+6 to command `workspace "6"` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 165: bindsym $mod+7 workspace $ws7 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+7 workspace $ws7 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+7 workspace "7" 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+7 to command `workspace "7"` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 166: bindsym $mod+8 workspace $ws8 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+8 workspace $ws8 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+8 workspace "8" 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+8 to command `workspace "8"` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 167: bindsym $mod+9 workspace $ws9 00:00:00.347 [INFO] [sway/commands.c:377] Config command: bindsym $mod+9 workspace $ws9 00:00:00.347 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+9 workspace "9" 00:00:00.347 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+9 to command `workspace "9"` for device '*' 00:00:00.347 [DEBUG] [sway/config.c:818] Read line 168: bindsym $mod+0 workspace $ws10 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+0 workspace $ws10 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+0 workspace "1: "0 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+0 to command `workspace "1: "0` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 169: 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 170: # move focused container to workspace 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 171: bindsym $mod+Shift+1 move container to workspace $ws1 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+1 move container to workspace $ws1 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+1 move container to workspace "1: " 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+1 to command `move container to workspace "1: "` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 172: bindsym $mod+Shift+2 move container to workspace $ws2 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+2 move container to workspace $ws2 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+2 move container to workspace "2: " 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+2 to command `move container to workspace "2: "` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 173: bindsym $mod+Shift+3 move container to workspace $ws3 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+3 move container to workspace $ws3 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+3 move container to workspace "3: " 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+3 to command `move container to workspace "3: "` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 174: bindsym $mod+Shift+4 move container to workspace $ws4 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+4 move container to workspace $ws4 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+4 move container to workspace "4: " 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+4 to command `move container to workspace "4: "` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 175: bindsym $mod+Shift+5 move container to workspace $ws5 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+5 move container to workspace $ws5 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+5 move container to workspace "5: " 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+5 to command `move container to workspace "5: "` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 176: bindsym $mod+Shift+6 move container to workspace $ws6 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+6 move container to workspace $ws6 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+6 move container to workspace "6" 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+6 to command `move container to workspace "6"` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 177: bindsym $mod+Shift+7 move container to workspace $ws7 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+7 move container to workspace $ws7 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+7 move container to workspace "7" 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+7 to command `move container to workspace "7"` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 178: bindsym $mod+Shift+8 move container to workspace $ws8 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+8 move container to workspace $ws8 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+8 move container to workspace "8" 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+8 to command `move container to workspace "8"` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 179: bindsym $mod+Shift+9 move container to workspace $ws9 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+9 move container to workspace $ws9 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+9 move container to workspace "9" 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+9 to command `move container to workspace "9"` for device '*' 00:00:00.348 [DEBUG] [sway/config.c:818] Read line 180: bindsym $mod+Shift+0 move container to workspace $ws10 00:00:00.348 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+0 move container to workspace $ws10 00:00:00.348 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+0 move container to workspace "1: "0 00:00:00.348 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+0 to command `move container to workspace "1: "0` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 181: 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 182: # 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 183: # Layout stuff: 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 184: # 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 185: # You can "split" the current object of your focus with 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 186: # $mod+b or $mod+v, for horizontal and vertical splits 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 187: # respectively. 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 188: bindsym $mod+b splith 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+b splith 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+b splith 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+b to command `splith` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 189: bindsym $mod+v splitv 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+v splitv 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+v splitv 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+v to command `splitv` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 190: 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 191: # Switch the current container between different layout styles 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 192: bindsym $mod+s layout stacking 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+s layout stacking 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+s layout stacking 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+s to command `layout stacking` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 193: bindsym $mod+w layout tabbed 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+w layout tabbed 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+w layout tabbed 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+w to command `layout tabbed` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 194: bindsym $mod+e layout toggle split 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+e layout toggle split 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+e layout toggle split 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+e to command `layout toggle split` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 195: 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 196: # Make the current focus fullscreen 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 197: bindsym $mod+f fullscreen 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+f fullscreen 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+f fullscreen 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+f to command `fullscreen` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 198: 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 199: # Toggle the current focus between tiling and floating mode 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 200: bindsym $mod+Shift+space floating toggle 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+space floating toggle 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+space floating toggle 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 201: 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 202: # Swap focus between the tiling area and the floating area 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 203: bindsym $mod+space focus mode_toggle 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+space focus mode_toggle 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+space focus mode_toggle 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 204: 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 205: # move focus to the parent container 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 206: bindsym $mod+a focus parent 00:00:00.349 [INFO] [sway/commands.c:377] Config command: bindsym $mod+a focus parent 00:00:00.349 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+a focus parent 00:00:00.349 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+a to command `focus parent` for device '*' 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 207: 00:00:00.349 [DEBUG] [sway/config.c:818] Read line 208: # 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 209: # Scratchpad: 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 210: # 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 211: # Move the currently focused window to the scratchpad 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 212: bindsym $mod+Shift+minus move scratchpad 00:00:00.350 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+minus move scratchpad 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+minus move scratchpad 00:00:00.350 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 213: 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 214: # Show the next scratchpad window or hide the focused scratchpad window. 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 215: # If there are multiple scratchpad windows, this command cycles through them. 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 216: bindsym $mod+minus scratchpad show 00:00:00.350 [INFO] [sway/commands.c:377] Config command: bindsym $mod+minus scratchpad show 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+minus scratchpad show 00:00:00.350 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 217: 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 218: # 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 219: # Resizing containers: 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 220: # 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 221: mode "resize" { 00:00:00.350 [DEBUG] [sway/config.c:872] Entering block 'mode "resize"' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 222: bindsym $left resize shrink width 10px 00:00:00.350 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $left resize shrink width 10px 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym h resize shrink width 10px 00:00:00.350 [DEBUG] [sway/commands.c:428] Subcommand: bindsym h resize shrink width 10px 00:00:00.350 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound h to command `resize shrink width 10px` for device '*' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 223: bindsym $down resize grow height 10px 00:00:00.350 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $down resize grow height 10px 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym j resize grow height 10px 00:00:00.350 [DEBUG] [sway/commands.c:428] Subcommand: bindsym j resize grow height 10px 00:00:00.350 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound j to command `resize grow height 10px` for device '*' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 224: bindsym $up resize shrink height 10px 00:00:00.350 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $up resize shrink height 10px 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym k resize shrink height 10px 00:00:00.350 [DEBUG] [sway/commands.c:428] Subcommand: bindsym k resize shrink height 10px 00:00:00.350 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound k to command `resize shrink height 10px` for device '*' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 225: bindsym $right resize grow width 10px 00:00:00.350 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $right resize grow width 10px 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym l resize grow width 10px 00:00:00.350 [DEBUG] [sway/commands.c:428] Subcommand: bindsym l resize grow width 10px 00:00:00.350 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound l to command `resize grow width 10px` for device '*' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 226: 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 227: # ditto, with arrow keys 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 228: bindsym Left resize shrink width 10px 00:00:00.350 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Left resize shrink width 10px 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Left resize shrink width 10px 00:00:00.350 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Left resize shrink width 10px 00:00:00.350 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Left to command `resize shrink width 10px` for device '*' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 229: bindsym Down resize grow height 10px 00:00:00.350 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Down resize grow height 10px 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Down resize grow height 10px 00:00:00.350 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Down resize grow height 10px 00:00:00.350 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Down to command `resize grow height 10px` for device '*' 00:00:00.350 [DEBUG] [sway/config.c:818] Read line 230: bindsym Up resize shrink height 10px 00:00:00.350 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Up resize shrink height 10px 00:00:00.350 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Up resize shrink height 10px 00:00:00.351 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Up resize shrink height 10px 00:00:00.351 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Up to command `resize shrink height 10px` for device '*' 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 231: bindsym Right resize grow width 10px 00:00:00.351 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Right resize grow width 10px 00:00:00.351 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Right resize grow width 10px 00:00:00.351 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Right resize grow width 10px 00:00:00.351 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Right to command `resize grow width 10px` for device '*' 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 232: 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 233: # return to default mode 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 234: bindsym Return mode "default" 00:00:00.351 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Return mode "default" 00:00:00.351 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Return mode "default" 00:00:00.351 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Return mode "default" 00:00:00.351 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Return to command `mode "default"` for device '*' 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 235: bindsym Escape mode "default" 00:00:00.351 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Escape mode "default" 00:00:00.351 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Escape mode "default" 00:00:00.351 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Escape mode "default" 00:00:00.351 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Escape to command `mode "default"` for device '*' 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 236: } 00:00:00.351 [DEBUG] [sway/config.c:889] Exiting block 'mode "resize"' 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 237: bindsym $mod+r mode "resize" 00:00:00.351 [INFO] [sway/commands.c:377] Config command: bindsym $mod+r mode "resize" 00:00:00.351 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+r mode "resize" 00:00:00.351 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+r to command `mode "resize"` for device '*' 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 238: 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 239: # 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 240: # Status Bar 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 241: # 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 242: bar { 00:00:00.351 [DEBUG] [sway/config.c:872] Entering block 'bar' 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 243: position bottom 00:00:00.351 [INFO] [sway/commands.c:377] Config command: bar position bottom 00:00:00.351 [INFO] [sway/commands.c:397] After replacement: bar position bottom 00:00:00.351 [DEBUG] [sway/commands/bar.c:93] Creating bar: bar-0 00:00:00.351 [DEBUG] [sway/commands.c:428] Subcommand: position bottom 00:00:00.351 [DEBUG] [sway/commands/bar/position.c:15] Setting bar position 'bottom' for bar: bar-0 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 244: 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 245: # When the status_command prints a new line to stdout, swaybar updates. 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 246: # The default just shows the current date and time. 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 247: # status_command while date +'%Y-%m-%d %H:%M:%S'; do sleep 1; done 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 248: status_command i3blocks -c ~/.config/sway/i3blocks.conf 00:00:00.351 [INFO] [sway/commands.c:377] Config command: bar status_command i3blocks -c ~/.config/sway/i3blocks.conf 00:00:00.351 [INFO] [sway/commands.c:397] After replacement: bar status_command i3blocks -c ~/.config/sway/i3blocks.conf 00:00:00.351 [DEBUG] [sway/commands.c:428] Subcommand: status_command i3blocks -c ~/.config/sway/i3blocks.conf 00:00:00.351 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: i3blocks -c ~/.config/sway/i3blocks.conf 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 249: 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 250: colors { 00:00:00.351 [DEBUG] [sway/config.c:872] Entering block 'bar colors' 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 251: statusline #ffffff 00:00:00.351 [INFO] [sway/commands.c:377] Config command: bar colors statusline #ffffff 00:00:00.351 [INFO] [sway/commands.c:397] After replacement: bar colors statusline #ffffff 00:00:00.351 [DEBUG] [sway/commands.c:428] Subcommand: colors statusline #ffffff 00:00:00.351 [DEBUG] [sway/commands.c:428] Subcommand: statusline #ffffff 00:00:00.351 [DEBUG] [sway/config.c:818] Read line 252: background #323233 00:00:00.351 [INFO] [sway/commands.c:377] Config command: bar colors background #323233 00:00:00.351 [INFO] [sway/commands.c:397] After replacement: bar colors background #323233 00:00:00.352 [DEBUG] [sway/commands.c:428] Subcommand: colors background #323233 00:00:00.352 [DEBUG] [sway/commands.c:428] Subcommand: background #323233 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 253: inactive_workspace #32323200 #32323200 #5c5c5c 00:00:00.352 [INFO] [sway/commands.c:377] Config command: bar colors inactive_workspace #32323200 #32323200 #5c5c5c 00:00:00.352 [INFO] [sway/commands.c:397] After replacement: bar colors inactive_workspace #32323200 #32323200 #5c5c5c 00:00:00.352 [DEBUG] [sway/commands.c:428] Subcommand: colors inactive_workspace #32323200 #32323200 #5c5c5c 00:00:00.352 [DEBUG] [sway/commands.c:428] Subcommand: inactive_workspace #32323200 #32323200 #5c5c5c 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 254: } 00:00:00.352 [DEBUG] [sway/config.c:889] Exiting block 'bar colors' 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 255: } 00:00:00.352 [DEBUG] [sway/config.c:889] Exiting block 'bar' 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 256: 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 257: include /usr/local/etc/sway/config.d/* 00:00:00.352 [INFO] [sway/commands.c:377] Config command: include /usr/local/etc/sway/config.d/* 00:00:00.352 [INFO] [sway/commands.c:397] After replacement: include /usr/local/etc/sway/config.d/* 00:00:00.352 [DEBUG] [sway/config.c:600] /usr/local/etc/sway/config.d/* not found. 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 258: 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 259: # 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 260: # Laptop keys 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 261: # 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 262: ## Pulse Audio controls 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 263: bindsym XF86AudioRaiseVolume exec ~/.local/bin/volume +5% 00:00:00.352 [INFO] [sway/commands.c:377] Config command: bindsym XF86AudioRaiseVolume exec ~/.local/bin/volume +5% 00:00:00.352 [INFO] [sway/commands.c:397] After replacement: bindsym XF86AudioRaiseVolume exec ~/.local/bin/volume +5% 00:00:00.352 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86AudioRaiseVolume to command `exec ~/.local/bin/volume +5%` for device '*' 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 264: bindsym XF86AudioLowerVolume exec ~/.local/bin/volume -5% 00:00:00.352 [INFO] [sway/commands.c:377] Config command: bindsym XF86AudioLowerVolume exec ~/.local/bin/volume -5% 00:00:00.352 [INFO] [sway/commands.c:397] After replacement: bindsym XF86AudioLowerVolume exec ~/.local/bin/volume -5% 00:00:00.352 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86AudioLowerVolume to command `exec ~/.local/bin/volume -5%` for device '*' 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 265: bindsym XF86AudioMute exec ~/.local/bin/mute 00:00:00.352 [INFO] [sway/commands.c:377] Config command: bindsym XF86AudioMute exec ~/.local/bin/mute 00:00:00.352 [INFO] [sway/commands.c:397] After replacement: bindsym XF86AudioMute exec ~/.local/bin/mute 00:00:00.352 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86AudioMute to command `exec ~/.local/bin/mute` for device '*' 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 266: 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 267: # Sreen brightness controls 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 268: # Requires https://github.com/haikarainen/light 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 269: bindsym XF86MonBrightnessUp exec sudo light -A 5 00:00:00.352 [INFO] [sway/commands.c:377] Config command: bindsym XF86MonBrightnessUp exec sudo light -A 5 00:00:00.352 [INFO] [sway/commands.c:397] After replacement: bindsym XF86MonBrightnessUp exec sudo light -A 5 00:00:00.352 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86MonBrightnessUp to command `exec sudo light -A 5` for device '*' 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 270: bindsym XF86MonBrightnessDown exec sudo light -U 5 00:00:00.352 [INFO] [sway/commands.c:377] Config command: bindsym XF86MonBrightnessDown exec sudo light -U 5 00:00:00.352 [INFO] [sway/commands.c:397] After replacement: bindsym XF86MonBrightnessDown exec sudo light -U 5 00:00:00.352 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86MonBrightnessDown to command `exec sudo light -U 5` for device '*' 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 271: 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 272: # 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 273: # Apps 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 274: # 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 275: # Run on startup 00:00:00.352 [DEBUG] [sway/config.c:818] Read line 276: exec dropbox start 00:00:00.352 [INFO] [sway/commands.c:377] Config command: exec dropbox start 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: exec dropbox start 00:00:00.353 [DEBUG] [sway/config.c:862] Deferring command `exec dropbox start' 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 277: exec nextcloud 00:00:00.353 [INFO] [sway/commands.c:377] Config command: exec nextcloud 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: exec nextcloud 00:00:00.353 [DEBUG] [sway/config.c:862] Deferring command `exec nextcloud' 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 278: exec redshift 00:00:00.353 [INFO] [sway/commands.c:377] Config command: exec redshift 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: exec redshift 00:00:00.353 [DEBUG] [sway/config.c:862] Deferring command `exec redshift' 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 279: 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 280: # Assign apps to workspaces 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 281: assign [class="^Sublime_text$"] → $ws2 00:00:00.353 [INFO] [sway/commands.c:377] Config command: assign [class="^Sublime_text$"] → $ws2 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: assign [class="^Sublime_text$"] → "2: " 00:00:00.353 [DEBUG] [sway/criteria.c:712] Found pair: class=^Sublime_text$ 00:00:00.353 [DEBUG] [sway/commands/assign.c:59] assign: '[class="^Sublime_text$"]' -> '2: ' added 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 282: assign [class="^Firefox"] → $ws3 00:00:00.353 [INFO] [sway/commands.c:377] Config command: assign [class="^Firefox"] → $ws3 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: assign [class="^Firefox"] → "3: " 00:00:00.353 [DEBUG] [sway/criteria.c:712] Found pair: class=^Firefox 00:00:00.353 [DEBUG] [sway/commands/assign.c:59] assign: '[class="^Firefox"]' -> '3: ' added 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 283: assign [class="^Slack$"] → $ws4 00:00:00.353 [INFO] [sway/commands.c:377] Config command: assign [class="^Slack$"] → $ws4 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: assign [class="^Slack$"] → "4: " 00:00:00.353 [DEBUG] [sway/criteria.c:712] Found pair: class=^Slack$ 00:00:00.353 [DEBUG] [sway/commands/assign.c:59] assign: '[class="^Slack$"]' -> '4: ' added 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 284: 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 285: # Auto float apps 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 286: for_window [app_id="gnome-calculator"] floating enable 00:00:00.353 [INFO] [sway/commands.c:377] Config command: for_window [app_id="gnome-calculator"] floating enable 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: for_window [app_id="gnome-calculator"] floating enable 00:00:00.353 [DEBUG] [sway/criteria.c:712] Found pair: app_id=gnome-calculator 00:00:00.353 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="gnome-calculator"]' -> 'floating enable' added 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 287: for_window [class="^Gnome-commander$"] floating enable 00:00:00.353 [INFO] [sway/commands.c:377] Config command: for_window [class="^Gnome-commander$"] floating enable 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: for_window [class="^Gnome-commander$"] floating enable 00:00:00.353 [DEBUG] [sway/criteria.c:712] Found pair: class=^Gnome-commander$ 00:00:00.353 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Gnome-commander$"]' -> 'floating enable' added 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 288: for_window [app_id="keepassxc"] floating enable 00:00:00.353 [INFO] [sway/commands.c:377] Config command: for_window [app_id="keepassxc"] floating enable 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: for_window [app_id="keepassxc"] floating enable 00:00:00.353 [DEBUG] [sway/criteria.c:712] Found pair: app_id=keepassxc 00:00:00.353 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="keepassxc"]' -> 'floating enable' added 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 289: for_window [class="^Lxappearance$"] floating enable 00:00:00.353 [INFO] [sway/commands.c:377] Config command: for_window [class="^Lxappearance$"] floating enable 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: for_window [class="^Lxappearance$"] floating enable 00:00:00.353 [DEBUG] [sway/criteria.c:712] Found pair: class=^Lxappearance$ 00:00:00.353 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Lxappearance$"]' -> 'floating enable' added 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 290: for_window [class="^mpv$"] floating enable 00:00:00.353 [INFO] [sway/commands.c:377] Config command: for_window [class="^mpv$"] floating enable 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: for_window [class="^mpv$"] floating enable 00:00:00.353 [DEBUG] [sway/criteria.c:712] Found pair: class=^mpv$ 00:00:00.353 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^mpv$"]' -> 'floating enable' added 00:00:00.353 [DEBUG] [sway/config.c:818] Read line 291: for_window [class="^Pavucontrol$"] floating enable 00:00:00.353 [INFO] [sway/commands.c:377] Config command: for_window [class="^Pavucontrol$"] floating enable 00:00:00.353 [INFO] [sway/commands.c:397] After replacement: for_window [class="^Pavucontrol$"] floating enable 00:00:00.354 [DEBUG] [sway/criteria.c:712] Found pair: class=^Pavucontrol$ 00:00:00.354 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Pavucontrol$"]' -> 'floating enable' added 00:00:00.354 [DEBUG] [sway/config.c:818] Read line 292: for_window [app_id="pavucontrol"] floating enable 00:00:00.354 [INFO] [sway/commands.c:377] Config command: for_window [app_id="pavucontrol"] floating enable 00:00:00.354 [INFO] [sway/commands.c:397] After replacement: for_window [app_id="pavucontrol"] floating enable 00:00:00.354 [DEBUG] [sway/criteria.c:712] Found pair: app_id=pavucontrol 00:00:00.354 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="pavucontrol"]' -> 'floating enable' added 00:00:00.354 [DEBUG] [sway/config.c:818] Read line 293: for_window [class="^qBittorrent$"] floating enable 00:00:00.354 [INFO] [sway/commands.c:377] Config command: for_window [class="^qBittorrent$"] floating enable 00:00:00.354 [INFO] [sway/commands.c:397] After replacement: for_window [class="^qBittorrent$"] floating enable 00:00:00.354 [DEBUG] [sway/criteria.c:712] Found pair: class=^qBittorrent$ 00:00:00.354 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^qBittorrent$"]' -> 'floating enable' added 00:00:00.354 [DEBUG] [sway/config.c:818] Read line 294: for_window [class="^Thunar$"] floating enable 00:00:00.354 [INFO] [sway/commands.c:377] Config command: for_window [class="^Thunar$"] floating enable 00:00:00.354 [INFO] [sway/commands.c:397] After replacement: for_window [class="^Thunar$"] floating enable 00:00:00.354 [DEBUG] [sway/criteria.c:712] Found pair: class=^Thunar$ 00:00:00.354 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Thunar$"]' -> 'floating enable' added 00:00:00.354 [DEBUG] [sway/config.c:818] Read line 295: for_window [class="^vlc$"] floating enable 00:00:00.354 [INFO] [sway/commands.c:377] Config command: for_window [class="^vlc$"] floating enable 00:00:00.354 [INFO] [sway/commands.c:397] After replacement: for_window [class="^vlc$"] floating enable 00:00:00.354 [DEBUG] [sway/criteria.c:712] Found pair: class=^vlc$ 00:00:00.354 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^vlc$"]' -> 'floating enable' added 00:00:00.354 [DEBUG] [sway/config.c:818] Read line 296: for_window [title="Slack Call Minipanel"] floating enable 00:00:00.354 [INFO] [sway/commands.c:377] Config command: for_window [title="Slack Call Minipanel"] floating enable 00:00:00.354 [INFO] [sway/commands.c:397] After replacement: for_window [title="Slack Call Minipanel"] floating enable 00:00:00.354 [DEBUG] [sway/criteria.c:712] Found pair: title=Slack Call Minipanel 00:00:00.354 [DEBUG] [sway/commands/for_window.c:34] for_window: '[title="Slack Call Minipanel"]' -> 'floating enable' added 00:00:00.354 [DEBUG] [sway/config.c:818] Read line 297: 00:00:00.354 [DEBUG] [sway/config.c:818] Read line 298: # Tag xwayland windows as such 00:00:00.354 [DEBUG] [sway/config.c:818] Read line 299: for_window [shell="xwayland"] title_format "[X] %title" 00:00:00.354 [INFO] [sway/commands.c:377] Config command: for_window [shell="xwayland"] title_format "[X] %title" 00:00:00.354 [INFO] [sway/commands.c:397] After replacement: for_window [shell="xwayland"] title_format "[X] %title" 00:00:00.354 [DEBUG] [sway/criteria.c:712] Found pair: shell=xwayland 00:00:00.354 [DEBUG] [sway/commands/for_window.c:34] for_window: '[shell="xwayland"]' -> 'title_format "[X] %title"' added 00:00:00.354 [DEBUG] [sway/server.c:222] Initializing Xwayland (lazy=1) 00:00:00.355 [INFO] [sway/server.c:245] Starting backend on wayland display 'wayland-1' 00:00:00.355 [DEBUG] [wlr] [backend/libinput/backend.c:86] Initializing libinput 00:00:00.408 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Power Button [0:1] 00:00:00.409 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:1:Power_Button' 00:00:00.409 [DEBUG] [sway/input/input-manager.c:184] no fallback seat config - creating default 00:00:00.409 [DEBUG] [sway/config/seat.c:66] Adding non-wildcard seat config 00:00:00.409 [DEBUG] [sway/config/seat.c:83] Config stored for seat seat0 00:00:00.409 [DEBUG] [sway/input/input-manager.c:585] applying seat config for seat seat0 00:00:00.409 [DEBUG] [sway/input/seat.c:930] adding device 0:1:Power_Button to seat seat0 00:00:00.422 [DEBUG] [sway/input/keyboard.c:937] Created keyboard group 0x61400001d240 00:00:00.422 [DEBUG] [sway/input/keyboard.c:960] Adding keyboard 0:1:Power_Button to group 0x61400001d240 00:00:00.448 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Video Bus [0:6] 00:00:00.448 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus' 00:00:00.448 [DEBUG] [sway/input/seat.c:930] adding device 0:6:Video_Bus to seat seat0 00:00:00.462 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 0:6:Video_Bus to group 0x61400001d240 00:00:00.467 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Lid Switch [0:5] 00:00:00.467 [DEBUG] [wlr] [backend/libinput/switch.c:20] Created switch for device Lid Switch 00:00:00.467 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:5:Lid_Switch' 00:00:00.467 [DEBUG] [sway/input/seat.c:930] adding device 0:5:Lid_Switch to seat seat0 00:00:00.467 [DEBUG] [sway/input/switch.c:17] Allocated switch for device 00:00:00.467 [DEBUG] [sway/input/seat.c:709] Applying input config to 0:5:Lid_Switch 00:00:00.467 [DEBUG] [sway/input/switch.c:91] Configured switch for device 00:00:00.467 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Sleep Button [0:3] 00:00:00.467 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:3:Sleep_Button' 00:00:00.467 [DEBUG] [sway/input/seat.c:930] adding device 0:3:Sleep_Button to seat seat0 00:00:00.482 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 0:3:Sleep_Button to group 0x61400001d240 00:00:00.487 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Integrated Camera: Integrated C [22918:8467] 00:00:00.487 [DEBUG] [sway/input/input-manager.c:234] adding device: '22918:8467:Integrated_Camera:_Integrated_C' 00:00:00.487 [DEBUG] [sway/input/seat.c:930] adding device 22918:8467:Integrated_Camera:_Integrated_C to seat seat0 00:00:00.501 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 22918:8467:Integrated_Camera:_Integrated_C to group 0x61400001d240 00:00:00.506 [DEBUG] [wlr] [backend/libinput/events.c:94] Added AT Translated Set 2 keyboard [1:1] 00:00:00.506 [DEBUG] [sway/input/input-manager.c:234] adding device: '1:1:AT_Translated_Set_2_keyboard' 00:00:00.506 [DEBUG] [sway/input/libinput.c:198] sway_input_configure_libinput_device('1:1:AT_Translated_Set_2_keyboard' on '1:1:AT_Translated_Set_2_keyboard') 00:00:00.506 [DEBUG] [sway/input/seat.c:930] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0 00:00:00.524 [DEBUG] [sway/input/keyboard.c:937] Created keyboard group 0x614000024840 00:00:00.524 [DEBUG] [sway/input/keyboard.c:960] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x614000024840 00:00:00.529 [DEBUG] [wlr] [backend/libinput/events.c:94] Added ThinkPad Extra Buttons [6058:20564] 00:00:00.529 [DEBUG] [sway/input/input-manager.c:234] adding device: '6058:20564:ThinkPad_Extra_Buttons' 00:00:00.529 [DEBUG] [sway/input/seat.c:930] adding device 6058:20564:ThinkPad_Extra_Buttons to seat seat0 00:00:00.548 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x61400001d240 00:00:00.553 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Synaptics TM3276-022 [1739:0] 00:00:00.553 [DEBUG] [sway/input/input-manager.c:234] adding device: '1739:0:Synaptics_TM3276-022' 00:00:00.553 [DEBUG] [sway/input/seat.c:930] adding device 1739:0:Synaptics_TM3276-022 to seat seat0 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:243] Loaded cursor theme 'default', available cursors: 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] c7088f0f3e6c8088236ef8e1e3e70000 (1 images) 24x24+11,11 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 2870a09082c103050810ffdffffe0204 (1 images) 24x24+12,13 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 24x24+12,21 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_ptr_watch (60 images) 24x24+4,3 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 24x24+12,12 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] grabbing (1 images) 24x24+12,11 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 24x24+21,4 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] openhand (1 images) 24x24+11,7 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] help (1 images) 24x24+12,21 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 24x24+13,18 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_tee (1 images) 24x24+6,12 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_side (1 images) 24x24+6,13 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 24x24+11,10 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 24x24+15,10 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] target (1 images) 24x24+11,11 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] arrow (1 images) 24x24+4,4 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] fleur (1 images) 24x24+11,11 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] double_arrow (1 images) 24x24+12,13 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 24x24+12,12 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 24x24+12,11 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 24x24+4,4 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] w-resize (1 images) 24x24+6,13 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_ver (1 images) 24x24+12,13 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 24x24+9,9 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] right_tee (1 images) 24x24+20,12 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_right_arrow (1 images) 24x24+19,12 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dot_box_mask (1 images) 24x24+11,11 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ll_angle (1 images) 24x24+4,19 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] context-menu (1 images) 24x24+4,4 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] hand (1 images) 24x24+8,5 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 24x24+12,21 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_all (1 images) 24x24+11,11 00:00:00.577 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] X_cursor (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] fcf1c3c7cd4491d801f1e1c78f100000 (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] tcross (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 24x24+12,13 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] draft_small (1 images) 24x24+21,4 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 24x24+12,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] draped_box (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] se-resize (1 images) 24x24+15,15 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] pirate (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_side (1 images) 24x24+13,6 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] pointer-move (1 images) 24x24+4,4 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 028006030e0e7ebffc7f7070c0600140 (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] nwse-resize (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] watch (60 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 24x24+4,4 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bd_double_arrow (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] cell (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] crosshair (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] n-resize (1 images) 24x24+13,6 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] hand1 (1 images) 24x24+11,7 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 24x24+4,4 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] nesw-resize (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (60 images) 24x24+4,3 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] copy (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] grab (1 images) 24x24+11,7 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_left_arrow (1 images) 24x24+6,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] text (1 images) 24x24+11,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_down_arrow (1 images) 24x24+12,19 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 24x24+12,13 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] move (1 images) 24x24+12,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ns-resize (1 images) 24x24+12,13 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 24x24+8,5 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] alias (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] hand2 (1 images) 24x24+8,5 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 24x24+4,4 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] right_side (1 images) 24x24+19,13 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] col-resize (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ul_angle (1 images) 24x24+4,5 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dotbox (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-link (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 24x24+8,5 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] icon (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] no-drop (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] default (1 images) 24x24+4,4 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] e-resize (1 images) 24x24+19,13 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 24x24+10,15 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_tee (1 images) 24x24+12,5 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 24x24+12,13 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] wait (60 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] progress (60 images) 24x24+4,3 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (60 images) 24x24+4,3 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sw-resize (1 images) 24x24+10,15 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] pointer (1 images) 24x24+8,5 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 24x24+12,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_up_arrow (1 images) 24x24+12,3 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] lr_angle (1 images) 24x24+20,19 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] plus (1 images) 24x24+10,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] row-resize (1 images) 24x24+12,13 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 24x24+10,10 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] nw-resize (1 images) 24x24+10,10 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] diamond_cross (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ur_angle (1 images) 24x24+20,5 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_hor (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] fd_double_arrow (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-ask (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] cross (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 14fef782d02440884392942c11205230 (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] pencil (1 images) 24x24+7,21 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 24x24+12,21 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 24x24+11,10 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] circle (1 images) 24x24+4,4 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ne-resize (1 images) 24x24+15,10 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] draft_large (1 images) 24x24+21,4 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] xterm (1 images) 24x24+11,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 24x24+15,15 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 24x24+12,21 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] cross_reverse (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bottom_tee (1 images) 24x24+12,19 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 24x24+11,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ew-resize (1 images) 24x24+12,12 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 24x24+12,11 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 24x24+9,9 00:00:00.578 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] link (1 images) 24x24+4,4 00:00:00.579 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] s-resize (1 images) 24x24+13,18 00:00:00.579 [DEBUG] [sway/input/seat.c:709] Applying input config to 1739:0:Synaptics_TM3276-022 00:00:00.579 [DEBUG] [wlr] [backend/libinput/events.c:94] Added TPPS/2 IBM TrackPoint [2:10] 00:00:00.579 [DEBUG] [sway/input/input-manager.c:234] adding device: '2:10:TPPS/2_IBM_TrackPoint' 00:00:00.579 [DEBUG] [sway/input/seat.c:930] adding device 2:10:TPPS/2_IBM_TrackPoint to seat seat0 00:00:00.579 [DEBUG] [sway/input/seat.c:709] Applying input config to 2:10:TPPS/2_IBM_TrackPoint 00:00:00.579 [DEBUG] [wlr] [backend/libinput/backend.c:132] libinput successfully initialized 00:00:00.579 [INFO] [wlr] [backend/drm/drm.c:1221] Scanning DRM connectors on /dev/dri/card0 00:00:00.580 [INFO] [wlr] [backend/drm/drm.c:1279] Found connector 'eDP-1' 00:00:00.580 [INFO] [wlr] [backend/drm/drm.c:1315] 'eDP-1' connected 00:00:00.580 [DEBUG] [wlr] [backend/drm/drm.c:1316] Current CRTC: 51 00:00:00.580 [INFO] [wlr] [backend/drm/drm.c:1327] Physical size: 310x170 00:00:00.580 [INFO] [wlr] [backend/drm/drm.c:1358] Detected modes: 00:00:00.580 [INFO] [wlr] [backend/drm/drm.c:1380] 1366x768@60059 (preferred) 00:00:00.580 [INFO] [wlr] [backend/drm/drm.c:1380] 1366x768@47992 00:00:00.580 [INFO] [wlr] [backend/drm/drm.c:1279] Found connector 'DP-1' 00:00:00.693 [INFO] [wlr] [backend/drm/drm.c:1279] Found connector 'HDMI-A-1' 00:00:00.693 [INFO] [wlr] [backend/drm/drm.c:1279] Found connector 'DP-2' 00:00:00.697 [INFO] [wlr] [backend/drm/drm.c:1279] Found connector 'HDMI-A-2' 00:00:00.697 [DEBUG] [wlr] [backend/drm/drm.c:1077] Reallocating CRTCs 00:00:00.697 [DEBUG] [wlr] [backend/drm/drm.c:1088] State before reallocation: 00:00:00.697 [DEBUG] [wlr] [backend/drm/drm.c:1094] 'eDP-1' crtc=0 state=1 desired_enabled=1 00:00:00.697 [DEBUG] [wlr] [backend/drm/drm.c:1094] 'DP-1' crtc=-1 state=0 desired_enabled=0 00:00:00.697 [DEBUG] [wlr] [backend/drm/drm.c:1094] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=0 00:00:00.697 [DEBUG] [wlr] [backend/drm/drm.c:1094] 'DP-2' crtc=-1 state=0 desired_enabled=0 00:00:00.698 [DEBUG] [wlr] [backend/drm/drm.c:1094] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0 00:00:00.698 [DEBUG] [wlr] [backend/drm/drm.c:1145] State after reallocation: 00:00:00.698 [DEBUG] [wlr] [backend/drm/drm.c:1152] 'eDP-1' crtc=0 state=1 desired_enabled=1 00:00:00.698 [DEBUG] [wlr] [backend/drm/drm.c:1152] 'DP-1' crtc=-1 state=0 desired_enabled=0 00:00:00.698 [DEBUG] [wlr] [backend/drm/drm.c:1152] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=0 00:00:00.698 [DEBUG] [wlr] [backend/drm/drm.c:1152] 'DP-2' crtc=-1 state=0 desired_enabled=0 00:00:00.698 [DEBUG] [wlr] [backend/drm/drm.c:1152] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0 00:00:00.698 [INFO] [wlr] [backend/drm/drm.c:1432] connector eDP-1: Requesting modeset 00:00:00.698 [DEBUG] [sway/desktop/output.c:880] New output 0x618000049c80: eDP-1 00:00:00.698 [DEBUG] [sway/config/output.c:351] Turning on output eDP-1 00:00:00.698 [DEBUG] [sway/config/output.c:382] Auto-detected output scale: 1.000000 00:00:00.698 [DEBUG] [sway/config/output.c:412] Committing output eDP-1 00:00:00.698 [INFO] [wlr] [backend/drm/drm.c:779] connector eDP-1: Modesetting with '1366x768@60059mHz' 00:00:00.698 [DEBUG] [wlr] [backend/drm/drm.c:672] connector eDP-1: Initializing renderer 00:00:00.698 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:00.702 [DEBUG] [wlr] [render/gbm_allocator.c:123] Allocated 1366x768 GBM buffer (format 0x34325241, modifier 0x100000000000004) 00:00:00.702 [DEBUG] [wlr] [render/gles2/renderer.c:131] Created GL FBO for buffer 1366x768 00:00:00.724 [DEBUG] [sway/tree/workspace.c:283] Workspace: Generating new workspace name for output eDP-1 00:00:00.724 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '1: ' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:274] Workspace: Found free name 1:  00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '2: ' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '3: ' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '4: ' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '5: ' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '6' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '7' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '8' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '9' 00:00:00.725 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: '1: 0' 00:00:00.725 [DEBUG] [sway/tree/output.c:127] Creating default workspace 1:  00:00:00.725 [DEBUG] [sway/tree/workspace.c:63] Adding workspace 1:  for output eDP-1 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:243] Loaded cursor theme 'default', available cursors: 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] c7088f0f3e6c8088236ef8e1e3e70000 (1 images) 24x24+11,11 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 2870a09082c103050810ffdffffe0204 (1 images) 24x24+12,13 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 24x24+12,21 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_ptr_watch (60 images) 24x24+4,3 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 24x24+12,12 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] grabbing (1 images) 24x24+12,11 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 24x24+21,4 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] openhand (1 images) 24x24+11,7 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] help (1 images) 24x24+12,21 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 24x24+13,18 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_tee (1 images) 24x24+6,12 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_side (1 images) 24x24+6,13 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 24x24+11,10 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 24x24+15,10 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] target (1 images) 24x24+11,11 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] arrow (1 images) 24x24+4,4 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] fleur (1 images) 24x24+11,11 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] double_arrow (1 images) 24x24+12,13 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 24x24+12,12 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 24x24+12,11 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 24x24+4,4 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] w-resize (1 images) 24x24+6,13 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_ver (1 images) 24x24+12,13 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 24x24+9,9 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] right_tee (1 images) 24x24+20,12 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_right_arrow (1 images) 24x24+19,12 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dot_box_mask (1 images) 24x24+11,11 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ll_angle (1 images) 24x24+4,19 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] context-menu (1 images) 24x24+4,4 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] hand (1 images) 24x24+8,5 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 24x24+12,21 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_all (1 images) 24x24+11,11 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] X_cursor (1 images) 24x24+12,12 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] fcf1c3c7cd4491d801f1e1c78f100000 (1 images) 24x24+11,11 00:00:00.782 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] tcross (1 images) 24x24+12,12 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 24x24+12,13 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] draft_small (1 images) 24x24+21,4 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 24x24+12,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] draped_box (1 images) 24x24+11,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] se-resize (1 images) 24x24+15,15 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] pirate (1 images) 24x24+12,12 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_side (1 images) 24x24+13,6 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] pointer-move (1 images) 24x24+4,4 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 028006030e0e7ebffc7f7070c0600140 (1 images) 24x24+12,12 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 24x24+11,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] nwse-resize (1 images) 24x24+11,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] watch (60 images) 24x24+11,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 24x24+4,4 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bd_double_arrow (1 images) 24x24+11,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] cell (1 images) 24x24+11,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] crosshair (1 images) 24x24+11,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] n-resize (1 images) 24x24+13,6 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] hand1 (1 images) 24x24+11,7 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 24x24+4,4 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] nesw-resize (1 images) 24x24+11,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (60 images) 24x24+4,3 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 24x24+12,12 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] copy (1 images) 24x24+9,9 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] grab (1 images) 24x24+11,7 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_left_arrow (1 images) 24x24+6,12 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] text (1 images) 24x24+11,12 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_down_arrow (1 images) 24x24+12,19 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 24x24+12,13 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] move (1 images) 24x24+12,11 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ns-resize (1 images) 24x24+12,13 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 24x24+8,5 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] alias (1 images) 24x24+9,9 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] hand2 (1 images) 24x24+8,5 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 24x24+4,4 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] right_side (1 images) 24x24+19,13 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] col-resize (1 images) 24x24+12,12 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 24x24+9,9 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ul_angle (1 images) 24x24+4,5 00:00:00.783 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dotbox (1 images) 24x24+11,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-link (1 images) 24x24+9,9 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 24x24+12,12 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 24x24+8,5 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] icon (1 images) 24x24+11,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] no-drop (1 images) 24x24+9,9 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] default (1 images) 24x24+4,4 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] e-resize (1 images) 24x24+19,13 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 24x24+10,15 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_tee (1 images) 24x24+12,5 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 24x24+12,13 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] wait (60 images) 24x24+11,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] progress (60 images) 24x24+4,3 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (60 images) 24x24+4,3 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sw-resize (1 images) 24x24+10,15 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] pointer (1 images) 24x24+8,5 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 24x24+12,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] sb_up_arrow (1 images) 24x24+12,3 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] lr_angle (1 images) 24x24+20,19 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] plus (1 images) 24x24+10,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] row-resize (1 images) 24x24+12,13 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 24x24+10,10 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] nw-resize (1 images) 24x24+10,10 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] diamond_cross (1 images) 24x24+11,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ur_angle (1 images) 24x24+20,5 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_hor (1 images) 24x24+12,12 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] fd_double_arrow (1 images) 24x24+11,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-ask (1 images) 24x24+9,9 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 24x24+12,12 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 24x24+11,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] cross (1 images) 24x24+11,11 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 14fef782d02440884392942c11205230 (1 images) 24x24+12,12 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 24x24+9,9 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] pencil (1 images) 24x24+7,21 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 24x24+12,21 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 24x24+11,10 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 24x24+9,9 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] circle (1 images) 24x24+4,4 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ne-resize (1 images) 24x24+15,10 00:00:00.784 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] draft_large (1 images) 24x24+21,4 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] xterm (1 images) 24x24+11,12 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 24x24+15,15 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 24x24+12,21 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] cross_reverse (1 images) 24x24+11,11 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] bottom_tee (1 images) 24x24+12,19 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 24x24+11,11 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] ew-resize (1 images) 24x24+12,12 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 24x24+12,11 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 24x24+9,9 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] link (1 images) 24x24+4,4 00:00:00.785 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:248] s-resize (1 images) 24x24+13,18 00:00:00.792 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:00.792 [DEBUG] [wlr] [render/gbm_allocator.c:123] Allocated 256x256 GBM buffer (format 0x34325241, modifier 0x0) 00:00:00.792 [DEBUG] [wlr] [render/gles2/renderer.c:131] Created GL FBO for buffer 256x256 00:00:00.798 [DEBUG] [sway/desktop/layer_shell.c:189] Usable area changed, rearranging output 00:00:00.798 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:00.798 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:00.799 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:00.799 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:00.799 [DEBUG] [sway/input/seat.c:709] Applying input config to 2:10:TPPS/2_IBM_TrackPoint 00:00:00.799 [DEBUG] [sway/input/seat.c:709] Applying input config to 1739:0:Synaptics_TM3276-022 00:00:00.836 [DEBUG] [sway/input/libinput.c:198] sway_input_configure_libinput_device('1:1:AT_Translated_Set_2_keyboard' on '1:1:AT_Translated_Set_2_keyboard') 00:00:00.892 [DEBUG] [sway/input/seat.c:709] Applying input config to 0:5:Lid_Switch 00:00:00.892 [DEBUG] [sway/input/switch.c:91] Configured switch for device 00:00:00.925 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:00.925 [DEBUG] [wlr] [render/gbm_allocator.c:123] Allocated 256x256 GBM buffer (format 0x34325241, modifier 0x0) 00:00:00.925 [DEBUG] [wlr] [render/gles2/renderer.c:131] Created GL FBO for buffer 256x256 00:00:00.926 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x604000424710 committing with 2 instructions 00:00:00.926 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x604000424710 00:00:00.926 [INFO] [wlr] [backend/headless/backend.c:27] Starting headless backend 00:00:00.926 [DEBUG] [sway/config/bar.c:263] Invoking swaybar for bar id 'bar-0' 00:00:00.937 [DEBUG] [sway/config/bar.c:255] Spawned swaybar bar-0 00:00:00.937 [DEBUG] [sway/config.c:667] Running deferred commands 00:00:00.937 [INFO] [sway/commands.c:257] Handling command 'exec termite' 00:00:00.937 [DEBUG] [sway/commands/exec_always.c:50] Executing termite 00:00:00.946 [DEBUG] [sway/commands/exec_always.c:91] Child process created with pid 19746 00:00:00.946 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 19746 00:00:00.946 [INFO] [sway/commands.c:257] Handling command 'exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f'' 00:00:00.946 [DEBUG] [sway/commands/exec_always.c:50] Executing swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f' 00:00:00.958 [DEBUG] [sway/commands/exec_always.c:91] Child process created with pid 19748 00:00:00.958 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 19748 00:00:00.958 [INFO] [sway/commands.c:257] Handling command 'exec dropbox start' 00:00:00.958 [DEBUG] [sway/commands/exec_always.c:50] Executing dropbox start /bin/sh: line 1: swayidle: command not found 00:00:00.970 [DEBUG] [sway/commands/exec_always.c:91] Child process created with pid 19750 00:00:00.970 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 19750 00:00:00.970 [INFO] [sway/commands.c:257] Handling command 'exec nextcloud' 00:00:00.970 [DEBUG] [sway/commands/exec_always.c:50] Executing nextcloud /bin/sh: line 1: dropbox: command not found 00:00:00.981 [DEBUG] [sway/commands/exec_always.c:91] Child process created with pid 19756 00:00:00.981 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 19756 00:00:00.981 [INFO] [sway/commands.c:257] Handling command 'exec redshift' 00:00:00.981 [DEBUG] [sway/commands/exec_always.c:50] Executing redshift /bin/sh: line 1: nextcloud: command not found 00:00:00.992 [DEBUG] [sway/commands/exec_always.c:91] Child process created with pid 19758 00:00:00.992 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 19758 00:00:00.992 [INFO] [sway/server.c:256] Running compositor on wayland display 'wayland-1' 00:00:00.992 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:00.994 [DEBUG] [wlr] [render/gbm_allocator.c:123] Allocated 1366x768 GBM buffer (format 0x34325241, modifier 0x100000000000004) 00:00:00.994 [DEBUG] [wlr] [render/gles2/renderer.c:131] Created GL FBO for buffer 1366x768 /bin/sh: line 1: redshift: command not found 00:00:01.028 [DEBUG] [wlr] [types/wlr_surface.c:723] New wlr_surface 0x6190000a9680 (res 0x60c0002f8780) 00:00:01.028 [DEBUG] [wlr] [types/wlr_surface.c:723] New wlr_surface 0x6190000a9b80 (res 0x60c0002f89c0) 00:00:01.093 [DEBUG] [wlr] [types/wlr_surface.c:723] New wlr_surface 0x6190000aa080 (res 0x60c0002f9440) 00:00:01.093 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:465] new xdg_surface 0x612000598fc0 (res 0x60c0002f9500) 00:00:01.094 [DEBUG] [sway/desktop/xdg_shell.c:523] New xdg_shell toplevel title='' app_id='termite' 00:00:01.094 [DEBUG] [wlr] [types/wlr_server_decoration.c:106] new server_decoration 0x60b0001096f0 (res 0x60c0002f9680) 00:00:01.114 [DEBUG] [sway/tree/root.c:249] Looking up workspace for pid 19746 00:00:01.114 [DEBUG] [sway/tree/root.c:256] found pid_workspace for pid 19746, workspace 1:  00:00:01.150 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:01.150 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:01.150 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffcacbd85f0 horizontally 00:00:01.150 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:01.150 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:01.150 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffcacbd8760 horizontally 00:00:01.151 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x6040004380d0 committing with 3 instructions 00:00:01.161 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x6040004380d0 is ready 00:00:01.161 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x6040004380d0 00:00:01.161 [DEBUG] [sway/tree/container.c:1251] Container 0x616000083780 entered output 0x615000154f80 00:00:03.264 [DEBUG] [sway/commands/bind.c:617] running command for binding: fullscreen 00:00:03.264 [INFO] [sway/commands.c:257] Handling command 'fullscreen' 00:00:03.264 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:03.264 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:03.264 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x60400043a510 committing with 2 instructions 00:00:03.285 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x60400043a510 is ready 00:00:03.285 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x60400043a510 00:00:03.286 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:03.288 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:03.291 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:03.305 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:03.433 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:03.438 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:04.035 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:04.037 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:04.637 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:04.653 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:05.238 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:05.253 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:05.840 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:05.852 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:06.441 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:06.451 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:07.042 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:07.051 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:07.644 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:07.650 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:08.183 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:08.200 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:08.375 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:08.383 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:08.946 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:08.949 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:09.547 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:09.548 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:10.148 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:10.165 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:10.750 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:10.764 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:11.351 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:11.363 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:11.952 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:11.963 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:12.553 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:12.562 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:13.154 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:13.162 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:13.755 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:13.761 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:14.357 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:14.361 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:14.959 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:14.976 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:15.560 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:15.576 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:16.160 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:16.175 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:16.762 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:16.775 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:17.363 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:17.374 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:17.933 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:17.940 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:17.960 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:17.974 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:18.037 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:18.040 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:18.184 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:18.190 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:18.344 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:18.356 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:18.919 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:18.923 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.456 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.472 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.489 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.506 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.522 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.539 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.556 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.572 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.589 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.605 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.622 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.639 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.655 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.672 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.689 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.705 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.924 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.938 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.955 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.972 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:19.988 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.005 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.021 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.038 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.055 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.071 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.088 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.121 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.138 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.309 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.321 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.338 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.355 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.371 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.388 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.405 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.421 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.438 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.454 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.471 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.488 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.504 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.521 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.538 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.554 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.568 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.571 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.582 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.588 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.598 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.605 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.605 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.621 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.638 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.654 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.671 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.688 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.704 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.721 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.737 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.754 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.771 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.787 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.804 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.821 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:20.838 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:21.163 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:21.170 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:21.737 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:21.753 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:21.848 [INFO] [wlr] [xwayland/server.c:99] WAYLAND_SOCKET=36 Xwayland :1 -rootless -terminate -core -listenfd 31 -listenfd 34 -wm 58 00:00:21.864 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:21.870 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer glamor: No eglstream capable devices found 00:00:22.019 [DEBUG] [wlr] [types/wlr_surface.c:723] New wlr_surface 0x619000154580 (res 0x60c000302500) 00:00:22.020 [DEBUG] [sway/input/cursor.c:893] denying request to set cursor from unfocused client 00:00:22.020 [DEBUG] [wlr] [types/wlr_relative_pointer_v1.c:145] relative_pointer_v1 0x60b00011af70 created for client 0x610000362240 00:00:22.029 [DEBUG] [wlr] [xwayland/server.c:259] Xserver is ready The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Unsupported maximum keycode 569, clipping. > X11 cannot support keycodes above 255. Errors from xkbcomp are not fatal to the X server 00:00:22.043 [DEBUG] [wlr] [xwayland/xwm.c:1663] xfixes version: 5.0 00:00:22.055 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.055 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.055 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.055 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.055 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.055 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.055 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.055 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.072 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.072 [DEBUG] [sway/desktop/xwayland.c:683] New xwayland surface title='(null)' class='(null)' 00:00:22.200 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.200 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:22.205 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.338 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:22.352 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:22.360 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.360 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:22.361 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.697 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.697 [DEBUG] [sway/desktop/xwayland.c:683] New xwayland surface title='(null)' class='(null)' 00:00:22.697 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.697 [DEBUG] [sway/desktop/xwayland.c:683] New xwayland surface title='(null)' class='(null)' 00:00:22.697 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.697 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 339 (_NET_WM_STATE_ABOVE) 00:00:22.697 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 341 (_NET_WM_STATE_STAYS_ON_TOP) 00:00:22.697 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.697 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 340 (_NET_WM_STATE_BELOW) 00:00:22.697 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 296 (XdndAware) for window 4194333 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 336 (_NET_WM_ICON_NAME) for window 4194333 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 337 (_NET_WM_ICON) for window 4194333 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.698 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.699 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.702 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.703 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.703 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:22.703 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.708 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.708 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:22.721 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.722 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.722 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:22.722 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.729 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.729 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:22.729 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.733 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.733 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.733 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.733 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.734 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 276 (WM_STATE) for window 4194333 00:00:22.734 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.734 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.734 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.734 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.734 [DEBUG] [wlr] [types/wlr_surface.c:723] New wlr_surface 0x619000154a80 (res 0x60c000302ec0) 00:00:22.734 [DEBUG] [wlr] [xwayland/xwm.c:1473] New xwayland surface: 0x619000154a80 00:00:22.734 [DEBUG] [sway/tree/view.c:402] View 0x617000049c00 updated CSD to 0 00:00:22.734 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.734 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.734 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194333 00:00:22.734 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.740 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.740 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:22.740 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.755 [DEBUG] [sway/tree/root.c:249] Looking up workspace for pid 19792 00:00:22.758 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:22.758 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:22.758 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:22.758 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:22.758 [DEBUG] [sway/tree/view.c:494] Checking criteria [shell="xwayland"] 00:00:22.758 [DEBUG] [sway/tree/view.c:499] for_window '[shell="xwayland"]' matches view 0x617000049c00, cmd: 'title_format "[X] %title"' 00:00:22.759 [INFO] [sway/commands.c:257] Handling command 'title_format "[X] %title"' 00:00:22.759 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x60400043c390 committing with 2 instructions 00:00:22.759 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x60400043c390 00:00:22.759 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:22.760 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.760 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.769 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:22.785 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:22.875 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:22.938 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:22.952 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:23.540 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:23.551 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:24.142 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:24.151 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:24.744 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:24.750 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:25.346 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:25.350 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:25.947 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:25.949 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:26.548 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:26.565 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:27.150 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:27.165 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:27.751 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:27.764 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:28.353 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:28.363 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:28.953 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:28.963 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:29.555 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:29.562 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:30.157 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:30.162 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:30.758 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:30.761 [DEBUG] [wlr] [backend/drm/renderer.c:382] Failed to get DMA-BUF from buffer 00:00:31.180 [DEBUG] [sway/commands/bind.c:617] running command for binding: fullscreen 00:00:31.180 [INFO] [sway/commands.c:257] Handling command 'fullscreen' 00:00:31.180 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:31.180 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:31.180 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffcacbd8500 horizontally 00:00:31.180 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x60400043cdd0 committing with 3 instructions 00:00:31.183 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland 00:00:31.194 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x60400043cdd0 is ready 00:00:31.194 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x60400043cdd0 00:00:31.194 [DEBUG] [sway/tree/container.c:1251] Container 0x61600008a680 entered output 0x615000154f80 00:00:31.782 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x604000442d10 committing with 4 instructions 00:00:31.782 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x604000442d10 00:00:31.784 [DEBUG] [sway/input/cursor.c:893] denying request to set cursor from unfocused client 00:00:31.790 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:31.790 [DEBUG] [wlr] [render/gbm_allocator.c:123] Allocated 256x256 GBM buffer (format 0x34325241, modifier 0x0) 00:00:31.791 [DEBUG] [wlr] [render/gles2/renderer.c:131] Created GL FBO for buffer 256x256 00:00:32.714 [DEBUG] [wlr] [xwayland/xwm.c:1382] unhandled X11 event: MappingNotify (34) 00:00:32.714 [DEBUG] [wlr] [xwayland/xwm.c:1382] unhandled X11 event: MappingNotify (34) 00:00:32.719 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194333 00:00:33.084 [DEBUG] [sway/commands/bind.c:617] running command for binding: fullscreen 00:00:33.085 [INFO] [sway/commands.c:257] Handling command 'fullscreen' 00:00:33.085 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:00:33.085 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:00:33.085 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x604000443c10 committing with 2 instructions 00:00:33.096 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x604000443c10 is ready 00:00:33.096 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x604000443c10 00:00:33.097 [DEBUG] [sway/desktop/output.c:550] Scanning out fullscreen view on eDP-1 00:00:36.970 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194333 00:00:52.448 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:52.449 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 339 (_NET_WM_STATE_ABOVE) 00:00:52.449 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 341 (_NET_WM_STATE_STAYS_ON_TOP) 00:00:52.449 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 340 (_NET_WM_STATE_BELOW) 00:00:52.450 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 296 (XdndAware) for window 4194388 00:00:52.452 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 336 (_NET_WM_ICON_NAME) for window 4194388 00:00:52.453 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 337 (_NET_WM_ICON) for window 4194388 00:00:52.453 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194388 00:00:52.454 [DEBUG] [wlr] [types/wlr_surface.c:723] New wlr_surface 0x619000145f80 (res 0x60c00031b940) 00:00:52.454 [DEBUG] [wlr] [xwayland/xwm.c:1473] New xwayland surface: 0x619000145f80 00:00:52.457 [DEBUG] [sway/desktop/output.c:554] Stopping fullscreen view scan out on eDP-1 00:00:53.029 [DEBUG] [sway/desktop/output.c:550] Scanning out fullscreen view on eDP-1 00:00:54.054 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:54.055 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 339 (_NET_WM_STATE_ABOVE) 00:00:54.055 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 341 (_NET_WM_STATE_STAYS_ON_TOP) 00:00:54.055 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 340 (_NET_WM_STATE_BELOW) 00:00:54.056 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 296 (XdndAware) for window 4194393 00:00:54.058 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 336 (_NET_WM_ICON_NAME) for window 4194393 00:00:54.059 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 337 (_NET_WM_ICON) for window 4194393 00:00:54.059 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194393 00:00:54.059 [DEBUG] [wlr] [types/wlr_surface.c:723] New wlr_surface 0x619000148780 (res 0x60c00031d080) 00:00:54.060 [DEBUG] [wlr] [xwayland/xwm.c:1473] New xwayland surface: 0x619000148780 00:00:54.071 [DEBUG] [sway/desktop/output.c:554] Stopping fullscreen view scan out on eDP-1 00:00:54.738 [DEBUG] [sway/desktop/output.c:550] Scanning out fullscreen view on eDP-1 00:00:54.796 [DEBUG] [sway/desktop/xwayland.c:761] New xwayland unmanaged surface 00:00:54.797 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 339 (_NET_WM_STATE_ABOVE) 00:00:54.797 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 341 (_NET_WM_STATE_STAYS_ON_TOP) 00:00:54.798 [DEBUG] [wlr] [xwayland/xwm.c:1164] Unhandled NET_WM_STATE property change 340 (_NET_WM_STATE_BELOW) 00:00:54.798 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 296 (XdndAware) for window 4194398 00:00:54.800 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 336 (_NET_WM_ICON_NAME) for window 4194398 00:00:54.800 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 337 (_NET_WM_ICON) for window 4194398 00:00:54.802 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194398 00:00:54.802 [DEBUG] [wlr] [types/wlr_surface.c:723] New wlr_surface 0x61900014aa80 (res 0x60c00031e040) 00:00:54.802 [DEBUG] [wlr] [xwayland/xwm.c:1473] New xwayland surface: 0x61900014aa80 00:00:54.806 [DEBUG] [sway/desktop/output.c:554] Stopping fullscreen view scan out on eDP-1 00:00:55.198 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 276 (WM_STATE) for window 4194398 00:00:55.205 [DEBUG] [sway/desktop/output.c:550] Scanning out fullscreen view on eDP-1 00:00:56.638 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194333 00:01:02.984 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194333 00:01:05.867 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 343 (_NET_WM_USER_TIME) for window 4194333 00:01:06.244 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:01:06.244 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:01:06.244 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffcacbd8b90 horizontally 00:01:06.244 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x60400044b110 committing with 4 instructions 00:01:06.244 [DEBUG] [wlr] [xwayland/xwm.c:1382] unhandled X11 event: FocusOut (10) 00:01:06.245 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 276 (WM_STATE) for window 4194333 00:01:06.245 [DEBUG] [wlr] [xwayland/xwm.c:742] unhandled X11 property 276 (WM_STATE) for window 4194333 00:01:06.255 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x60400044b110 is ready 00:01:06.255 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x60400044b110 00:01:09.138 [DEBUG] [sway/desktop/xwayland.c:683] New xwayland surface title='(null)' class='(null)' 00:01:09.138 [ERROR] [wlr] [xwayland/xwm.c:1355] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 356, value 4194647 00:01:13.223 [INFO] [sway/main.c:434] Shutting down sway (EE) failed to read Wayland events: Broken pipe 00:01:13.224 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1366x768@0,0 00:01:13.224 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1: ' at 0.000000, 0.000000 00:01:13.224 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x60400044d010 committing with 2 instructions 00:01:13.224 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x60400044d010 00:01:13.226 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:1:Power_Button' 00:01:13.226 [DEBUG] [sway/input/seat.c:950] removing device 0:1:Power_Button from seat seat0 00:01:13.226 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:1:Power_Button from group 0x61400001d240 Gdk-Message: 13:49:56.692: Error reading events from display: Broken pipe 00:01:13.226 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:6:Video_Bus' 00:01:13.226 [DEBUG] [sway/input/seat.c:950] removing device 0:6:Video_Bus from seat seat0 00:01:13.226 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:6:Video_Bus from group 0x61400001d240 00:01:13.227 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:5:Lid_Switch' 00:01:13.227 [DEBUG] [sway/input/seat.c:950] removing device 0:5:Lid_Switch from seat seat0 00:01:13.227 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:3:Sleep_Button' 00:01:13.227 [DEBUG] [sway/input/seat.c:950] removing device 0:3:Sleep_Button from seat seat0 00:01:13.227 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:3:Sleep_Button from group 0x61400001d240 00:01:13.228 [DEBUG] [sway/input/input-manager.c:202] removing device: '22918:8467:Integrated_Camera:_Integrated_C' 00:01:13.228 [DEBUG] [sway/input/seat.c:950] removing device 22918:8467:Integrated_Camera:_Integrated_C from seat seat0 00:01:13.228 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 22918:8467:Integrated_Camera:_Integrated_C from group 0x61400001d240 00:01:13.229 [DEBUG] [sway/input/input-manager.c:202] removing device: '1:1:AT_Translated_Set_2_keyboard' 00:01:13.229 [DEBUG] [sway/input/seat.c:950] removing device 1:1:AT_Translated_Set_2_keyboard from seat seat0 00:01:13.229 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x614000024840 00:01:13.229 [DEBUG] [sway/input/keyboard.c:831] Destroying empty keyboard group 0x614000024840 00:01:13.229 [DEBUG] [sway/input/input-manager.c:202] removing device: '6058:20564:ThinkPad_Extra_Buttons' 00:01:13.229 [DEBUG] [sway/input/seat.c:950] removing device 6058:20564:ThinkPad_Extra_Buttons from seat seat0 00:01:13.229 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x61400001d240 00:01:13.229 [DEBUG] [sway/input/keyboard.c:831] Destroying empty keyboard group 0x61400001d240 00:01:13.230 [DEBUG] [sway/input/input-manager.c:202] removing device: '1739:0:Synaptics_TM3276-022' 00:01:13.230 [DEBUG] [sway/input/seat.c:950] removing device 1739:0:Synaptics_TM3276-022 from seat seat0 00:01:13.230 [DEBUG] [sway/input/input-manager.c:202] removing device: '2:10:TPPS/2_IBM_TrackPoint' 00:01:13.230 [DEBUG] [sway/input/seat.c:950] removing device 2:10:TPPS/2_IBM_TrackPoint from seat seat0 00:01:13.253 [DEBUG] [sway/tree/output.c:264] Disabling output 'eDP-1' 00:01:13.253 [DEBUG] [sway/tree/workspace.c:143] Destroying workspace '1: ' 00:01:13.253 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x60400044d190 committing with 2 instructions 00:01:13.253 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x60400044d190 00:01:13.253 [DEBUG] [sway/tree/output.c:288] Destroying output 'eDP-1' 00:01:13.253 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x60400044d1d0 committing with 1 instructions 00:01:13.253 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x60400044d1d0 00:01:13.254 [DEBUG] [wlr] [backend/drm/drm.c:1051] connector eDP-1: De-allocating CRTC 0 ================================================================= ==19722==ERROR: LeakSanitizer: detected memory leaks Direct leak of 13824 byte(s) in 24 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86ed14dde (/usr/lib/libfontconfig.so.1+0x20dde) Direct leak of 456 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x564689084180 in output_create ../sway/tree/output.c:91 #2 0x564688fb0d01 in server_init ../sway/server.c:185 #3 0x564688faf524 in main ../sway/main.c:398 #4 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Direct leak of 104 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x564688f991b3 in config_add_swaynag_warning ../sway/config.c:915 #2 0x564689058191 in output_cmd_background ../sway/commands/output/background.c:124 #3 0x564688f90fd2 in config_subcommand ../sway/commands.c:438 #4 0x56468903505e in cmd_output ../sway/commands/output.c:81 #5 0x564688f90de8 in config_command ../sway/commands.c:418 #6 0x564688f98863 in read_config ../sway/config.c:846 #7 0x564688f95cbe in load_config ../sway/config.c:418 #8 0x564688f96385 in load_main_config ../sway/config.c:533 #9 0x564688faf5bf in main ../sway/main.c:411 #10 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Direct leak of 64 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc9af41 in operator new(unsigned long) /build/gcc/src/gcc/libsanitizer/asan/asan_new_delete.cpp:99 #1 0x7fc8695d17b1 () Direct leak of 40 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x564689005332 in sway_switch_create ../sway/input/switch.c:9 #2 0x564688ff356e in seat_configure_switch ../sway/input/seat.c:806 #3 0x564688ff3ba2 in seat_configure_device ../sway/input/seat.c:872 #4 0x564688ff3f49 in seat_add_device ../sway/input/seat.c:937 #5 0x564688fd7813 in handle_new_input ../sway/input/input-manager.c:264 #6 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #7 0x7fc86fa658f5 in new_input_reemit ../subprojects/wlroots/backend/multi/backend.c:155 #8 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #9 0x7fc86fa5d4b3 in handle_device_added ../subprojects/wlroots/backend/libinput/events.c:182 #10 0x7fc86fa5da84 in handle_libinput_event ../subprojects/wlroots/backend/libinput/events.c:231 #11 0x7fc86fa5bf4f in handle_libinput_readable ../subprojects/wlroots/backend/libinput/backend.c:57 #12 0x7fc86fa5c30f in backend_start ../subprojects/wlroots/backend/libinput/backend.c:113 #13 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #14 0x7fc86fa65202 in multi_backend_start ../subprojects/wlroots/backend/multi/backend.c:32 #15 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #16 0x564688fb1487 in server_start ../sway/server.c:247 #17 0x564688faf5e1 in main ../sway/main.c:416 #18 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Direct leak of 21 byte(s) in 3 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x564689091034 in join_args ../common/stringop.c:244 #2 0x564689019b37 in cmd_assign ../sway/commands/assign.c:56 #3 0x564688f90de8 in config_command ../sway/commands.c:418 #4 0x564688f98863 in read_config ../sway/config.c:846 #5 0x564688f95cbe in load_config ../sway/config.c:418 #6 0x564688f96385 in load_main_config ../sway/config.c:533 #7 0x564688faf5bf in main ../sway/main.c:411 #8 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 106496 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f34ad57 (/usr/lib/libxkbcommon.so.0+0xad57) Indirect leak of 62976 byte(s) in 460 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f35026a (/usr/lib/libxkbcommon.so.0+0x1026a) Indirect leak of 59008 byte(s) in 1844 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86ed18abb (/usr/lib/libfontconfig.so.1+0x24abb) Indirect leak of 54720 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f345751 (/usr/lib/libxkbcommon.so.0+0x5751) Indirect leak of 49152 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f35b5c5 (/usr/lib/libxkbcommon.so.0+0x1b5c5) Indirect leak of 21168 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f3222a1 in xcb_connect_to_fd (/usr/lib/libxcb.so.1+0xc2a1) Indirect leak of 20480 byte(s) in 640 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86ed00a90 (/usr/lib/libfontconfig.so.1+0xca90) Indirect leak of 19554 byte(s) in 1537 object(s) allocated from: #0 0x7fc86fc41a69 in __interceptor_strdup /build/gcc/src/gcc/libsanitizer/asan/asan_interceptors.cpp:452 #1 0x7fc86ed146a8 in FcValueSave (/usr/lib/libfontconfig.so.1+0x206a8) Indirect leak of 12160 byte(s) in 74 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc8695f0221 (/usr/lib/libgcc_s.so.1+0x2a221) Indirect leak of 11040 byte(s) in 460 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f359be4 (/usr/lib/libxkbcommon.so.0+0x19be4) Indirect leak of 9440 byte(s) in 56 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f357c34 (/usr/lib/libxkbcommon.so.0+0x17c34) Indirect leak of 9216 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f3453dd (/usr/lib/libxkbcommon.so.0+0x53dd) Indirect leak of 8190 byte(s) in 634 object(s) allocated from: #0 0x7fc86fc41a69 in __interceptor_strdup /build/gcc/src/gcc/libsanitizer/asan/asan_interceptors.cpp:452 #1 0x7fc86ed00194 (/usr/lib/libfontconfig.so.1+0xc194) Indirect leak of 6891 byte(s) in 1030 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86fc3d563 in __interceptor_strndup /build/gcc/src/gcc/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:395 #2 0x7fc86f35b537 (/usr/lib/libxkbcommon.so.0+0x1b537) Indirect leak of 4800 byte(s) in 150 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86ed147a9 (/usr/lib/libfontconfig.so.1+0x207a9) Indirect leak of 4368 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f35bdcb in xkb_context_new (/usr/lib/libxkbcommon.so.0+0x1bdcb) Indirect leak of 4244 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f322486 in xcb_connect_to_fd (/usr/lib/libxcb.so.1+0xc486) Indirect leak of 2848 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f35b76c (/usr/lib/libxkbcommon.so.0+0x1b76c) Indirect leak of 2688 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f35811f (/usr/lib/libxkbcommon.so.0+0x1811f) Indirect leak of 1152 byte(s) in 56 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f35768b (/usr/lib/libxkbcommon.so.0+0x1768b) Indirect leak of 816 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86fb3ed98 in xwm_create ../subprojects/wlroots/xwayland/xwm.c:1824 #2 0x7fc86fb3050c in handle_server_ready ../subprojects/wlroots/xwayland/xwayland.c:40 #3 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #4 0x7fc86fb2d926 in xserver_handle_ready ../subprojects/wlroots/xwayland/server.c:268 #5 0x7fc86f393079 in wl_event_loop_dispatch (/usr/lib/libwayland-server.so.0+0xb079) Indirect leak of 704 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc869647fa2 (/usr/lib/libgcc_s.so.1+0x81fa2) Indirect leak of 592 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f3459e5 (/usr/lib/libxkbcommon.so.0+0x59e5) Indirect leak of 576 byte(s) in 18 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86ed1def3 in FcFontRenderPrepare (/usr/lib/libfontconfig.so.1+0x29ef3) Indirect leak of 576 byte(s) in 18 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86ed1de87 in FcFontRenderPrepare (/usr/lib/libfontconfig.so.1+0x29e87) Indirect leak of 528 byte(s) in 22 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86ed96113 (/usr/lib/libxcb-errors.so.0+0x2113) Indirect leak of 424 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86fad51df in wlr_keyboard_group_create ../subprojects/wlroots/types/wlr_keyboard_group.c:57 #2 0x564688feb1ab in sway_keyboard_group_add ../sway/input/keyboard.c:928 #3 0x564688fec0e2 in sway_keyboard_configure ../sway/input/keyboard.c:1044 #4 0x564688ff33ac in seat_configure_keyboard ../sway/input/seat.c:792 #5 0x564688ff3b8d in seat_configure_device ../sway/input/seat.c:869 #6 0x564688ff3f49 in seat_add_device ../sway/input/seat.c:937 #7 0x564688fd7813 in handle_new_input ../sway/input/input-manager.c:264 #8 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #9 0x7fc86fa658f5 in new_input_reemit ../subprojects/wlroots/backend/multi/backend.c:155 #10 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #11 0x7fc86fa5d13a in handle_device_added ../subprojects/wlroots/backend/libinput/events.c:108 #12 0x7fc86fa5da84 in handle_libinput_event ../subprojects/wlroots/backend/libinput/events.c:231 #13 0x7fc86fa5bf4f in handle_libinput_readable ../subprojects/wlroots/backend/libinput/backend.c:57 #14 0x7fc86fa5c30f in backend_start ../subprojects/wlroots/backend/libinput/backend.c:113 #15 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #16 0x7fc86fa65202 in multi_backend_start ../subprojects/wlroots/backend/multi/backend.c:32 #17 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #18 0x564688fb1487 in server_start ../sway/server.c:247 #19 0x564688faf5e1 in main ../sway/main.c:416 #20 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 424 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86fad51df in wlr_keyboard_group_create ../subprojects/wlroots/types/wlr_keyboard_group.c:57 #2 0x564688feb1ab in sway_keyboard_group_add ../sway/input/keyboard.c:928 #3 0x564688fec0e2 in sway_keyboard_configure ../sway/input/keyboard.c:1044 #4 0x564688ff33ac in seat_configure_keyboard ../sway/input/seat.c:792 #5 0x564688ff3b8d in seat_configure_device ../sway/input/seat.c:869 #6 0x564688ff3f49 in seat_add_device ../sway/input/seat.c:937 #7 0x564688fd9a6a in input_manager_apply_seat_config ../sway/input/input-manager.c:643 #8 0x564688fd722d in input_manager_verify_fallback_seat ../sway/input/input-manager.c:189 #9 0x564688fd7624 in handle_new_input ../sway/input/input-manager.c:244 #10 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #11 0x7fc86fa658f5 in new_input_reemit ../subprojects/wlroots/backend/multi/backend.c:155 #12 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #13 0x7fc86fa5d13a in handle_device_added ../subprojects/wlroots/backend/libinput/events.c:108 #14 0x7fc86fa5da84 in handle_libinput_event ../subprojects/wlroots/backend/libinput/events.c:231 #15 0x7fc86fa5bf4f in handle_libinput_readable ../subprojects/wlroots/backend/libinput/backend.c:57 #16 0x7fc86fa5c30f in backend_start ../subprojects/wlroots/backend/libinput/backend.c:113 #17 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #18 0x7fc86fa65202 in multi_backend_start ../subprojects/wlroots/backend/multi/backend.c:32 #19 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #20 0x564688fb1487 in server_start ../sway/server.c:247 #21 0x564688faf5e1 in main ../sway/main.c:416 #22 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 384 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc8695f0221 (/usr/lib/libgcc_s.so.1+0x2a221) #2 0x611000107daf () Indirect leak of 352 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86a087671 (/usr/lib/libasan.so.6.0.0+0x83e671) Indirect leak of 288 byte(s) in 6 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86ed0b051 in FcLangSetCopy (/usr/lib/libfontconfig.so.1+0x17051) Indirect leak of 272 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f35f479 in xkb_state_new (/usr/lib/libxkbcommon.so.0+0x1f479) Indirect leak of 192 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f35f7ee in xkb_state_update_key (/usr/lib/libxkbcommon.so.0+0x1f7ee) Indirect leak of 130 byte(s) in 8 object(s) allocated from: #0 0x7fc86fc41a69 in __interceptor_strdup /build/gcc/src/gcc/libsanitizer/asan/asan_interceptors.cpp:452 #1 0x7fc86f35ba3e in xkb_context_include_path_append (/usr/lib/libxkbcommon.so.0+0x1ba3e) Indirect leak of 112 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86f392c5d in wl_event_loop_add_idle (/usr/lib/libwayland-server.so.0+0xac5d) Indirect leak of 104 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86fad5225 in wlr_keyboard_group_create ../subprojects/wlroots/types/wlr_keyboard_group.c:63 #2 0x564688feb1ab in sway_keyboard_group_add ../sway/input/keyboard.c:928 #3 0x564688fec0e2 in sway_keyboard_configure ../sway/input/keyboard.c:1044 #4 0x564688ff33ac in seat_configure_keyboard ../sway/input/seat.c:792 #5 0x564688ff3b8d in seat_configure_device ../sway/input/seat.c:869 #6 0x564688ff3f49 in seat_add_device ../sway/input/seat.c:937 #7 0x564688fd7813 in handle_new_input ../sway/input/input-manager.c:264 #8 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #9 0x7fc86fa658f5 in new_input_reemit ../subprojects/wlroots/backend/multi/backend.c:155 #10 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #11 0x7fc86fa5d13a in handle_device_added ../subprojects/wlroots/backend/libinput/events.c:108 #12 0x7fc86fa5da84 in handle_libinput_event ../subprojects/wlroots/backend/libinput/events.c:231 #13 0x7fc86fa5bf4f in handle_libinput_readable ../subprojects/wlroots/backend/libinput/backend.c:57 #14 0x7fc86fa5c30f in backend_start ../subprojects/wlroots/backend/libinput/backend.c:113 #15 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #16 0x7fc86fa65202 in multi_backend_start ../subprojects/wlroots/backend/multi/backend.c:32 #17 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #18 0x564688fb1487 in server_start ../sway/server.c:247 #19 0x564688faf5e1 in main ../sway/main.c:416 #20 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 104 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86fad5225 in wlr_keyboard_group_create ../subprojects/wlroots/types/wlr_keyboard_group.c:63 #2 0x564688feb1ab in sway_keyboard_group_add ../sway/input/keyboard.c:928 #3 0x564688fec0e2 in sway_keyboard_configure ../sway/input/keyboard.c:1044 #4 0x564688ff33ac in seat_configure_keyboard ../sway/input/seat.c:792 #5 0x564688ff3b8d in seat_configure_device ../sway/input/seat.c:869 #6 0x564688ff3f49 in seat_add_device ../sway/input/seat.c:937 #7 0x564688fd9a6a in input_manager_apply_seat_config ../sway/input/input-manager.c:643 #8 0x564688fd722d in input_manager_verify_fallback_seat ../sway/input/input-manager.c:189 #9 0x564688fd7624 in handle_new_input ../sway/input/input-manager.c:244 #10 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #11 0x7fc86fa658f5 in new_input_reemit ../subprojects/wlroots/backend/multi/backend.c:155 #12 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #13 0x7fc86fa5d13a in handle_device_added ../subprojects/wlroots/backend/libinput/events.c:108 #14 0x7fc86fa5da84 in handle_libinput_event ../subprojects/wlroots/backend/libinput/events.c:231 #15 0x7fc86fa5bf4f in handle_libinput_readable ../subprojects/wlroots/backend/libinput/backend.c:57 #16 0x7fc86fa5c30f in backend_start ../subprojects/wlroots/backend/libinput/backend.c:113 #17 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #18 0x7fc86fa65202 in multi_backend_start ../subprojects/wlroots/backend/multi/backend.c:32 #19 0x7fc86fa3e601 in wlr_backend_start ../subprojects/wlroots/backend/backend.c:37 #20 0x564688fb1487 in server_start ../sway/server.c:247 #21 0x564688faf5e1 in main ../sway/main.c:416 #22 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 96 byte(s) in 3 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86f324b17 (/usr/lib/libxcb.so.1+0xeb17) Indirect leak of 96 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f3255ef (/usr/lib/libxcb.so.1+0xf5ef) Indirect leak of 88 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86f3927e7 in wl_event_loop_add_timer (/usr/lib/libwayland-server.so.0+0xa7e7) #2 0x7fc86faa2b67 in wlr_seat_destroy ../subprojects/wlroots/types/seat/wlr_seat.c:194 #3 0x7fc86faa2c85 in handle_display_destroy ../subprojects/wlroots/types/seat/wlr_seat.c:205 #4 0x7fc86f39084e in wl_display_destroy (/usr/lib/libwayland-server.so.0+0x884e) Indirect leak of 88 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86f3927e7 in wl_event_loop_add_timer (/usr/lib/libwayland-server.so.0+0xa7e7) #2 0x7fc86faeb53e in wlr_output_destroy_global ../subprojects/wlroots/types/wlr_output.c:130 #3 0x7fc86faed0d9 in wlr_output_destroy ../subprojects/wlroots/types/wlr_output.c:377 #4 0x7fc86fa50a6c in disconnect_drm_connector ../subprojects/wlroots/backend/drm/drm.c:1566 #5 0x7fc86fa50aee in destroy_drm_connector ../subprojects/wlroots/backend/drm/drm.c:1572 #6 0x7fc86fa41e22 in backend_destroy ../subprojects/wlroots/backend/drm/backend.c:40 #7 0x7fc86fa3e6b4 in wlr_backend_destroy ../subprojects/wlroots/backend/backend.c:48 #8 0x7fc86fa65375 in multi_backend_destroy ../subprojects/wlroots/backend/multi/backend.c:58 #9 0x7fc86fa6576d in handle_display_destroy ../subprojects/wlroots/backend/multi/backend.c:125 #10 0x7fc86f39084e in wl_display_destroy (/usr/lib/libwayland-server.so.0+0x884e) Indirect leak of 80 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x56468908db1b in create_list ../common/list.c:14 #2 0x564689084363 in output_create ../sway/tree/output.c:103 #3 0x564688fb0d01 in server_init ../sway/server.c:185 #4 0x564688faf524 in main ../sway/main.c:398 #5 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 80 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x56468908db1b in create_list ../common/list.c:14 #2 0x56468908432b in output_create ../sway/tree/output.c:102 #3 0x564688fb0d01 in server_init ../sway/server.c:185 #4 0x564688faf524 in main ../sway/main.c:398 #5 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 64 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f35bb88 in xkb_context_include_path_append (/usr/lib/libxkbcommon.so.0+0x1bb88) Indirect leak of 64 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f35bac8 in xkb_context_include_path_append (/usr/lib/libxkbcommon.so.0+0x1bac8) Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86f3926e6 in wl_event_loop_add_fd (/usr/lib/libwayland-server.so.0+0xa6e6) #2 0x7fc86fb3050c in handle_server_ready ../subprojects/wlroots/xwayland/xwayland.c:40 #3 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #4 0x7fc86fb2d926 in xserver_handle_ready ../subprojects/wlroots/xwayland/server.c:268 #5 0x7fc86f393079 in wl_event_loop_dispatch (/usr/lib/libwayland-server.so.0+0xb079) Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc8695f0221 (/usr/lib/libgcc_s.so.1+0x2a221) #2 0x62d0000d28c7 () Indirect leak of 48 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86f35bf2b in xkb_context_new (/usr/lib/libxkbcommon.so.0+0x1bf2b) Indirect leak of 32 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc9983a in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:164 #1 0x7fc86f358738 (/usr/lib/libxkbcommon.so.0+0x18738) Indirect leak of 20 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc41a69 in __interceptor_strdup /build/gcc/src/gcc/libsanitizer/asan/asan_interceptors.cpp:452 #1 0x7fc86f345927 (/usr/lib/libxkbcommon.so.0+0x5927) Indirect leak of 20 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc41a69 in __interceptor_strdup /build/gcc/src/gcc/libsanitizer/asan/asan_interceptors.cpp:452 #1 0x7fc86f359a65 (/usr/lib/libxkbcommon.so.0+0x19a65) #2 0x1ffffffff () Indirect leak of 20 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc41a69 in __interceptor_strdup /build/gcc/src/gcc/libsanitizer/asan/asan_interceptors.cpp:452 #1 0x7fc86f34da76 (/usr/lib/libxkbcommon.so.0+0xda76) Indirect leak of 20 byte(s) in 2 object(s) allocated from: #0 0x7fc86fc41a69 in __interceptor_strdup /build/gcc/src/gcc/libsanitizer/asan/asan_interceptors.cpp:452 #1 0x7fc86f3581cc (/usr/lib/libxkbcommon.so.0+0x181cc) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc86f3259be (/usr/lib/libxcb.so.1+0xf9be) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x56468908da73 in create_list ../common/list.c:8 #2 0x56468908432b in output_create ../sway/tree/output.c:102 #3 0x564688fb0d01 in server_init ../sway/server.c:185 #4 0x564688faf524 in main ../sway/main.c:398 #5 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86fb1570e in wlr_global_destroy_safe ../subprojects/wlroots/util/global.c:29 #2 0x7fc86faa2b67 in wlr_seat_destroy ../subprojects/wlroots/types/seat/wlr_seat.c:194 #3 0x7fc86faa2c85 in handle_display_destroy ../subprojects/wlroots/types/seat/wlr_seat.c:205 #4 0x7fc86f39084e in wl_display_destroy (/usr/lib/libwayland-server.so.0+0x884e) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86fb1570e in wlr_global_destroy_safe ../subprojects/wlroots/util/global.c:29 #2 0x7fc86faeb53e in wlr_output_destroy_global ../subprojects/wlroots/types/wlr_output.c:130 #3 0x7fc86faed0d9 in wlr_output_destroy ../subprojects/wlroots/types/wlr_output.c:377 #4 0x7fc86fa50a6c in disconnect_drm_connector ../subprojects/wlroots/backend/drm/drm.c:1566 #5 0x7fc86fa50aee in destroy_drm_connector ../subprojects/wlroots/backend/drm/drm.c:1572 #6 0x7fc86fa41e22 in backend_destroy ../subprojects/wlroots/backend/drm/backend.c:40 #7 0x7fc86fa3e6b4 in wlr_backend_destroy ../subprojects/wlroots/backend/backend.c:48 #8 0x7fc86fa65375 in multi_backend_destroy ../subprojects/wlroots/backend/multi/backend.c:58 #9 0x7fc86fa6576d in handle_display_destroy ../subprojects/wlroots/backend/multi/backend.c:125 #10 0x7fc86f39084e in wl_display_destroy (/usr/lib/libwayland-server.so.0+0x884e) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x56468908da73 in create_list ../common/list.c:8 #2 0x564689084363 in output_create ../sway/tree/output.c:103 #3 0x564688fb0d01 in server_init ../sway/server.c:185 #4 0x564688faf524 in main ../sway/main.c:398 #5 0x7fc86f15db24 in __libc_start_main (/usr/lib/libc.so.6+0x27b24) Indirect leak of 8 byte(s) in 1 object(s) allocated from: #0 0x7fc86fc99639 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:154 #1 0x7fc86ed96239 in xcb_errors_context_new (/usr/lib/libxcb-errors.so.0+0x2239) #2 0x7fc86fb3050c in handle_server_ready ../subprojects/wlroots/xwayland/xwayland.c:40 #3 0x7fc86fb1a5eb in wlr_signal_emit_safe ../subprojects/wlroots/util/signal.c:29 #4 0x7fc86fb2d926 in xserver_handle_ready ../subprojects/wlroots/xwayland/server.c:268 #5 0x7fc86f393079 in wl_event_loop_dispatch (/usr/lib/libwayland-server.so.0+0xb079) SUMMARY: AddressSanitizer: 492710 byte(s) leaked in 7109 allocation(s). ```

Note: I compiled sway with AddressSanitizer, so the above log contains warnings about memory leaks which are most likely irrelevant to the issue at hand.