swaywm / sway

i3-compatible Wayland compositor
https://swaywm.org
MIT License
14.57k stars 1.11k forks source link

xkb_options shift:both_shiftlock - input option not working #4899

Closed Robin-Wils closed 4 years ago

Robin-Wils commented 4 years ago

The shiftlock option does not work on my system. There is no relevant information in the debug log.

Sway version: 1.2

Relevant part of my config:

# KEYBOARD
# I use Dvorak
# The last line makes Caps Lock do Ctrl and
# makes the shift keys do shift lock instead of shift
input * {
    repeat_delay 250
    repeat_rate 40
    xkb_layout us
    xkb_variant dvorak
    xkb_options ctrl:nocaps,shift:both_shiftlock
}
emersion commented 4 years ago

There is no relevant information in the debug log.

Not a good reason to skip this. Please include a debug log.

Robin-Wils commented 4 years ago

Here is the log (sway -d 2> ~/sway.log):

[2020-01-10 22:30:13.824] [info] Resources files: /home/rmw/.config/waybar/config, /home/rmw/.config/waybar/style.css
[2020-01-10 22:30:13.833] [warning] For a functional tray you must have libappindicator-* installed and export XDG_CURRENT_DESKTOP=Unity
[2020-01-10 22:30:13.842] [info] Bar configured (width: 476, height: 20) for output: WL-1
[2020-01-10 22:30:13.855] [info] mpd: Connected to MPD
[2020-01-10 22:30:13.866] [warning] Requested width: 476 exceeds the minimum width: 921 required by the modules
[2020-01-10 22:30:13.876] [info] Bar configured (width: 921, height: 20) for output: WL-1
[2020-01-10 22:30:27.307] [info] Bar removed from output: WL-1
emersion commented 4 years ago

This doesn't look like a Sway log.

Robin-Wils commented 4 years ago

I just ran sway -d 2> ~/sway.log. Sway does not crash, shiftlock just does not work. Feel free to send me a command if there is a way to get more complete logs.

emersion commented 4 years ago

Can you try sway -d >sway.log 2>&1?

We're not going to be able to help you with this little information.

Robin-Wils commented 4 years ago

That opens a weird transparent window with the title "wlroots".

Anyway, I just provide this information for the project. I understand that is it is not much information. It is fine if you don't know how to fix it, because of the very limited information.

emersion commented 4 years ago

Ah, you need to start sway from a TTY, not from an existing X11 or Wayland session.

Robin-Wils commented 4 years ago

Ha, and sorry for being clumsy, it is pretty late here and I should have noticed my mistake. I can try with 2>. Will report the results soon.

Robin-Wils commented 4 years ago

Ok, yes. I had to redirect the output. It looks like it sets the options, the log doesn't really provide much extra info, does it?

``` 2020-01-10 23:44:33 - [sway/main.c:152] Linux thonkpad 5.4.7-zen1-1-zen #1 ZEN SMP PREEMPT Tue, 31 Dec 2019 17:20:22 +0000 x86_64 GNU/Linux 2020-01-10 23:44:33 - [sway/main.c:168] Contents of /etc/lsb-release: 2020-01-10 23:44:33 - [sway/main.c:152] LSB_VERSION=1.4 2020-01-10 23:44:33 - [sway/main.c:152] DISTRIB_ID=Arch 2020-01-10 23:44:33 - [sway/main.c:152] DISTRIB_RELEASE=rolling 2020-01-10 23:44:33 - [sway/main.c:152] DISTRIB_DESCRIPTION="Arch Linux" 2020-01-10 23:44:33 - [sway/main.c:168] Contents of /etc/os-release: 2020-01-10 23:44:33 - [sway/main.c:152] NAME="Arch Linux" 2020-01-10 23:44:33 - [sway/main.c:152] PRETTY_NAME="Arch Linux" 2020-01-10 23:44:33 - [sway/main.c:152] ID=arch 2020-01-10 23:44:33 - [sway/main.c:152] BUILD_ID=rolling 2020-01-10 23:44:33 - [sway/main.c:152] ANSI_COLOR="0;36" 2020-01-10 23:44:33 - [sway/main.c:152] HOME_URL="https://www.archlinux.org/" 2020-01-10 23:44:33 - [sway/main.c:152] DOCUMENTATION_URL="https://wiki.archlinux.org/" 2020-01-10 23:44:33 - [sway/main.c:152] SUPPORT_URL="https://bbs.archlinux.org/" 2020-01-10 23:44:33 - [sway/main.c:152] BUG_REPORT_URL="https://bugs.archlinux.org/" 2020-01-10 23:44:33 - [sway/main.c:152] LOGO=archlinux 2020-01-10 23:44:33 - [sway/main.c:140] LD_LIBRARY_PATH=(null) 2020-01-10 23:44:33 - [sway/main.c:140] LD_PRELOAD=(null) 2020-01-10 23:44:33 - [sway/main.c:140] PATH=/opt/miniconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/bin:/home/rmw/.npm-global/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl 2020-01-10 23:44:33 - [sway/main.c:140] SWAYSOCK=(null) 2020-01-10 23:44:33 - [sway/server.c:39] Preparing Wayland server initialization 2020-01-10 23:44:33 - [backend/session/logind.c:675] Successfully loaded logind session 2020-01-10 23:44:34 - [backend/backend.c:192] Found 2 GPUs 2020-01-10 23:44:34 - [backend/drm/backend.c:152] Initializing DRM backend for /dev/dri/card0 (i915) 2020-01-10 23:44:34 - [backend/drm/drm.c:69] Using atomic DRM interface 2020-01-10 23:44:34 - [backend/drm/drm.c:254] Found 3 DRM CRTCs 2020-01-10 23:44:34 - [backend/drm/drm.c:175] Found 9 DRM planes 2020-01-10 23:44:34 - [render/egl.c:174] Using EGL 1.4 2020-01-10 23:44:34 - [render/egl.c:175] Supported EGL extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display 2020-01-10 23:44:34 - [render/egl.c:176] EGL vendor: Mesa Project 2020-01-10 23:44:34 - [render/egl.c:119] Supported dmabuf buffer formats: AB4H XB4H AR30 XR30 AB30 XB30 AR24 AB24 XR24 XB24 AR15 RG16 R8 R16 GR88 GR32 YUV9 YU11 YU12 YU16 YU24 YVU9 YV11 YV12 YV16 YV24 NV12 P010 P012 P016 NV16 AYUV XYUV YUYV UYVY 2020-01-10 23:44:34 - [render/gles2/renderer.c:546] Using OpenGL ES 3.1 Mesa 19.3.1 2020-01-10 23:44:34 - [render/gles2/renderer.c:547] GL vendor: Intel Open Source Technology Center 2020-01-10 23:44:34 - [render/gles2/renderer.c:548] GL renderer: Mesa DRI Intel(R) Haswell Mobile 2020-01-10 23:44:34 - [render/gles2/renderer.c:549] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_INTEL_performance_query GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_KHR_no_error GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_texture_compression_bptc GL_KHR_parallel_shader_compile GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_sRGB_R8 GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod 2020-01-10 23:44:34 - [backend/drm/backend.c:152] Initializing DRM backend for /dev/dri/card1 (nouveau) 2020-01-10 23:44:34 - [backend/drm/drm.c:65] Atomic modesetting unsupported, using legacy DRM interface 2020-01-10 23:44:34 - [backend/drm/drm.c:254] Found 4 DRM CRTCs 2020-01-10 23:44:34 - [backend/drm/drm.c:175] Found 12 DRM planes 2020-01-10 23:44:34 - [render/egl.c:174] Using EGL 1.4 2020-01-10 23:44:34 - [render/egl.c:175] Supported EGL extensions: EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers 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 2020-01-10 23:44:34 - [render/egl.c:176] EGL vendor: Mesa Project 2020-01-10 23:44:34 - [render/egl.c:119] Supported dmabuf buffer formats: AB4H XB4H AR30 XR30 AB30 XB30 AR24 AB24 XR24 XB24 AR15 RG16 R8 R16 GR88 GR32 2020-01-10 23:44:34 - [render/gles2/renderer.c:546] Using OpenGL ES 3.2 Mesa 19.3.1 2020-01-10 23:44:34 - [render/gles2/renderer.c:547] GL vendor: nouveau 2020-01-10 23:44:34 - [render/gles2/renderer.c:548] GL renderer: NVE6 2020-01-10 23:44:34 - [render/gles2/renderer.c:549] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_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_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_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_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_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_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d 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_EXT_window_rectangles GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_texture_compression_bptc GL_KHR_parallel_shader_compile GL_MESA_framebuffer_flip_y GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod 2020-01-10 23:44:34 - [GLES2] type: 0, local: 0, shared: 0, gpr: 5, inst: 16, bytes: 152 2020-01-10 23:44:34 - [GLES2] type: 1, local: 0, shared: 0, gpr: 4, inst: 7, bytes: 64 2020-01-10 23:44:34 - [GLES2] type: 0, local: 0, shared: 0, gpr: 8, inst: 18, bytes: 168 2020-01-10 23:44:34 - [GLES2] type: 1, local: 0, shared: 0, gpr: 4, inst: 17, bytes: 160 2020-01-10 23:44:34 - [GLES2] type: 0, local: 0, shared: 0, gpr: 8, inst: 19, bytes: 176 2020-01-10 23:44:34 - [GLES2] type: 1, local: 0, shared: 0, gpr: 4, inst: 11, bytes: 104 2020-01-10 23:44:34 - [GLES2] type: 0, local: 0, shared: 0, gpr: 8, inst: 19, bytes: 176 2020-01-10 23:44:34 - [GLES2] type: 1, local: 0, shared: 0, gpr: 4, inst: 11, bytes: 104 2020-01-10 23:44:34 - [GLES2] type: 0, local: 0, shared: 0, gpr: 8, inst: 19, bytes: 176 2020-01-10 23:44:34 - [GLES2] type: 1, local: 0, shared: 0, gpr: 4, inst: 11, bytes: 104 2020-01-10 23:44:34 - [backend/noop/backend.c:51] Creating noop backend 2020-01-10 23:44:34 - [sway/main.c:363] Starting sway version 1.2 2020-01-10 23:44:34 - [sway/server.c:53] Initializing Wayland server 2020-01-10 23:44:34 - [types/wlr_idle.c:258] idle manager created 2020-01-10 23:44:34 - [types/wlr_idle_inhibit_v1.c:191] idle_inhibit manager created 2020-01-10 23:44:34 - [types/wlr_relative_pointer_v1.c:228] relative_pointer_v1 manager created 2020-01-10 23:44:34 - [sway/config.c:392] Loading config from /home/rmw/.config/sway/config 2020-01-10 23:44:34 - [sway/config.c:787] Read line 1: # CONFIG 2020-01-10 23:44:34 - [sway/config.c:787] Read line 2: # modkey 2020-01-10 23:44:34 - [sway/config.c:787] Read line 3: set $mod Mod4 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: set $mod Mod4 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: set $mod Mod4 2020-01-10 23:44:34 - [sway/config.c:787] Read line 4: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 5: # font 2020-01-10 23:44:34 - [sway/config.c:787] Read line 6: font pango:hack 9 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: font pango:hack 9 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: font pango:hack 9 2020-01-10 23:44:34 - [sway/config.c:787] Read line 7: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 8: # Focus no follow mouse 2020-01-10 23:44:34 - [sway/config.c:787] Read line 9: focus_follows_mouse no 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: focus_follows_mouse no 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: focus_follows_mouse no 2020-01-10 23:44:34 - [sway/config.c:787] Read line 10: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 11: # Default workspace layout, sway does tiling by default 2020-01-10 23:44:34 - [sway/config.c:787] Read line 12: workspace_layout tabbed 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: workspace_layout tabbed 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: workspace_layout tabbed 2020-01-10 23:44:34 - [sway/config.c:787] Read line 13: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 14: # Set terminal emulator 2020-01-10 23:44:34 - [sway/config.c:787] Read line 15: set $term kitty 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: set $term kitty 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: set $term kitty 2020-01-10 23:44:34 - [sway/config.c:787] Read line 16: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 17: # Set menu, bemenu is dmenu for wayland 2020-01-10 23:44:34 - [sway/config.c:787] Read line 18: set $menu bemenu-run -b --tf='#00ff70' --nf='#999999' --hf='#000000' --hb='#00ff70' --fn='pango:hack 12' -p '' 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: set $menu bemenu-run -b --tf='#00ff70' --nf='#999999' --hf='#000000' --hb='#00ff70' --fn='pango:hack 12' -p '' 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: set $menu bemenu-run -b --tf='#00ff70' --nf='#999999' --hf='#000000' --hb='#00ff70' --fn='pango:hack 12' -p '' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 19: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 20: # Window colors 2020-01-10 23:44:34 - [sway/config.c:787] Read line 21: # client.focused_inactive #0d1010 #0d1010 #AAAAAA #0d1010 #0d1010 2020-01-10 23:44:34 - [sway/config.c:787] Read line 22: # client.unfocused #0d1010 #0d1010 #888888 #0d1010 #0d1010 2020-01-10 23:44:34 - [sway/config.c:787] Read line 23: client.focused #0d1010 #111111 #DDDDDD #0d1010 #0d1010 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: client.focused #0d1010 #111111 #DDDDDD #0d1010 #0d1010 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: client.focused #0d1010 #111111 #DDDDDD #0d1010 #0d1010 2020-01-10 23:44:34 - [sway/config.c:787] Read line 24: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 25: # Set workspaces 2020-01-10 23:44:34 - [sway/config.c:787] Read line 26: set $ws1 "1" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: set $ws1 "1" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: set $ws1 "1" 2020-01-10 23:44:34 - [sway/config.c:787] Read line 27: set $ws2 "2" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: set $ws2 "2" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: set $ws2 "2" 2020-01-10 23:44:34 - [sway/config.c:787] Read line 28: set $ws3 "3" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: set $ws3 "3" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: set $ws3 "3" 2020-01-10 23:44:34 - [sway/config.c:787] Read line 29: set $ws3 "4" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: set $ws3 "4" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: set $ws3 "4" 2020-01-10 23:44:34 - [sway/config.c:787] Read line 30: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 31: # Use Mouse+$mod to drag floating windows to their wanted position 2020-01-10 23:44:34 - [sway/config.c:787] Read line 32: floating_modifier $mod 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: floating_modifier $mod 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: floating_modifier Mod4 2020-01-10 23:44:34 - [sway/config.c:787] Read line 33: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 34: # Force floating on some windows 2020-01-10 23:44:34 - [sway/config.c:787] Read line 35: for_window [title="win0"] floating enable; 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: for_window [title="win0"] floating enable; 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: for_window [title="win0"] floating enable; 2020-01-10 23:44:34 - [sway/criteria.c:654] Found pair: title=win0 2020-01-10 23:44:34 - [sway/commands/for_window.c:34] for_window: '[title="win0"]' -> 'floating enable;' added 2020-01-10 23:44:34 - [sway/config.c:787] Read line 36: for_window [title="Android Emulator - Pixel_API_29:5554"] floating enable 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: for_window [title="Android Emulator - Pixel_API_29:5554"] floating enable 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: for_window [title="Android Emulator - Pixel_API_29:5554"] floating enable 2020-01-10 23:44:34 - [sway/criteria.c:654] Found pair: title=Android Emulator - Pixel_API_29:5554 2020-01-10 23:44:34 - [sway/commands/for_window.c:34] for_window: '[title="Android Emulator - Pixel_API_29:5554"]' -> 'floating enable' added 2020-01-10 23:44:34 - [sway/config.c:787] Read line 37: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 38: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 39: # KEYBOARD 2020-01-10 23:44:34 - [sway/config.c:787] Read line 40: # I use Dvorak 2020-01-10 23:44:34 - [sway/config.c:787] Read line 41: # The last line makes Caps Lock do Ctrl and 2020-01-10 23:44:34 - [sway/config.c:787] Read line 42: # makes the shift keys do shift lock instead of shift 2020-01-10 23:44:34 - [sway/config.c:787] Read line 43: input * { 2020-01-10 23:44:34 - [sway/config.c:841] Entering block 'input *' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 44: repeat_delay 250 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: input * repeat_delay 250 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: input * repeat_delay 250 2020-01-10 23:44:34 - [sway/commands/input.c:69] entering input block: * 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(*) 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: repeat_delay 250 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(temp) 2020-01-10 23:44:34 - [sway/config/input.c:299] Config stored for input * 2020-01-10 23:44:34 - [sway/config.c:787] Read line 45: repeat_rate 40 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: input * repeat_rate 40 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: input * repeat_rate 40 2020-01-10 23:44:34 - [sway/commands/input.c:69] entering input block: * 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(*) 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: repeat_rate 40 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(temp) 2020-01-10 23:44:34 - [sway/config/input.c:299] Config stored for input * 2020-01-10 23:44:34 - [sway/config.c:787] Read line 46: xkb_layout us 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: input * xkb_layout us 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: input * xkb_layout us 2020-01-10 23:44:34 - [sway/commands/input.c:69] entering input block: * 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(*) 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: xkb_layout us 2020-01-10 23:44:34 - [sway/commands/input/xkb_layout.c:18] set-xkb_layout for config: * layout: us 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(temp) 2020-01-10 23:44:34 - [sway/config/input.c:299] Config stored for input * 2020-01-10 23:44:34 - [sway/config.c:1038] Translated keysyms using config for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 47: xkb_variant dvorak 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: input * xkb_variant dvorak 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: input * xkb_variant dvorak 2020-01-10 23:44:34 - [sway/commands/input.c:69] entering input block: * 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(*) 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: xkb_variant dvorak 2020-01-10 23:44:34 - [sway/commands/input/xkb_variant.c:18] set-xkb_variant for config: * variant: dvorak 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(temp) 2020-01-10 23:44:34 - [sway/config/input.c:299] Config stored for input * 2020-01-10 23:44:34 - [sway/config.c:1038] Translated keysyms using config for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 48: xkb_options ctrl:nocaps,shift:both_shiftlock 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: input * xkb_options ctrl:nocaps,shift:both_shiftlock 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: input * xkb_options ctrl:nocaps,shift:both_shiftlock 2020-01-10 23:44:34 - [sway/commands/input.c:69] entering input block: * 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(*) 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: xkb_options ctrl:nocaps,shift:both_shiftlock 2020-01-10 23:44:34 - [sway/commands/input/xkb_options.c:18] set-xkb_options for config: * options: ctrl:nocaps,shift:both_shiftlock 2020-01-10 23:44:34 - [sway/config/input.c:15] new_input_config(temp) 2020-01-10 23:44:34 - [sway/config/input.c:299] Config stored for input * 2020-01-10 23:44:34 - [sway/config.c:1038] Translated keysyms using config for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 49: } 2020-01-10 23:44:34 - [sway/config.c:858] Exiting block 'input *' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 50: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 51: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 52: # DISPLAY SETTINGS 2020-01-10 23:44:34 - [sway/config.c:787] Read line 53: # Set wallpaper 2020-01-10 23:44:34 - [sway/config.c:787] Read line 54: output "*" bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: output "*" bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: output "*" bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center 2020-01-10 23:44:34 - [sway/config/output.c:191] Adding output * config 2020-01-10 23:44:34 - [sway/config/output.c:195] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center) (dpms 0) 2020-01-10 23:44:34 - [sway/config/output.c:614] spawn_swaybg cmd[0] = swaybg 2020-01-10 23:44:34 - [sway/config/output.c:614] spawn_swaybg cmd[1] = -o 2020-01-10 23:44:34 - [sway/config/output.c:614] spawn_swaybg cmd[2] = * 2020-01-10 23:44:34 - [sway/config/output.c:614] spawn_swaybg cmd[3] = -i 2020-01-10 23:44:34 - [sway/config/output.c:614] spawn_swaybg cmd[4] = /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png 2020-01-10 23:44:34 - [sway/config/output.c:614] spawn_swaybg cmd[5] = -m 2020-01-10 23:44:34 - [sway/config/output.c:614] spawn_swaybg cmd[6] = center 2020-01-10 23:44:34 - [sway/config.c:787] Read line 55: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 56: # Only turn laptop screen on when lid not closed 2020-01-10 23:44:34 - [sway/config.c:787] Read line 57: set $laptopScreen eDP-1 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: set $laptopScreen eDP-1 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: set $laptopScreen eDP-1 2020-01-10 23:44:34 - [sway/config.c:787] Read line 58: bindswitch --reload lid:on output $laptopScreen disable 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindswitch --reload lid:on output $laptopScreen disable 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindswitch --reload lid:on output eDP-1 disable 2020-01-10 23:44:34 - [sway/commands/bind.c:233] bindswitch - Bound lid:on to command `output eDP-1 disable` 2020-01-10 23:44:34 - [sway/config.c:787] Read line 59: bindswitch --reload lid:off output $laptopScreen enable 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindswitch --reload lid:off output $laptopScreen enable 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindswitch --reload lid:off output eDP-1 enable 2020-01-10 23:44:34 - [sway/commands/bind.c:233] bindswitch - Bound lid:off to command `output eDP-1 enable` 2020-01-10 23:44:34 - [sway/config.c:787] Read line 60: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 61: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 62: # RUN ON STARTUP 2020-01-10 23:44:34 - [sway/config.c:787] Read line 63: exec kanshi # Automatically set display configuration 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: exec kanshi # Automatically set display configuration 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: exec kanshi # Automatically set display configuration 2020-01-10 23:44:34 - [sway/config.c:831] Deferring command `exec kanshi # Automatically set display configuration' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 64: exec lxqt-policykit-agent # policykit-agent 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: exec lxqt-policykit-agent # policykit-agent 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: exec lxqt-policykit-agent # policykit-agent 2020-01-10 23:44:34 - [sway/config.c:831] Deferring command `exec lxqt-policykit-agent # policykit-agent' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 65: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 66: # Start keepassxc on workspace 1 2020-01-10 23:44:34 - [sway/config.c:787] Read line 67: exec swaymsg 'workspace 1; exec keepassxc' 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: exec swaymsg 'workspace 1; exec keepassxc' 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: exec swaymsg 'workspace 1; exec keepassxc' 2020-01-10 23:44:34 - [sway/config.c:831] Deferring command `exec swaymsg 'workspace 1; exec keepassxc'' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 68: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 69: # I no longer use a tray 2020-01-10 23:44:34 - [sway/config.c:787] Read line 70: # exec stalonetray --parent-bg true --sticky --icon-size=16 --window-layer top 2020-01-10 23:44:34 - [sway/config.c:787] Read line 71: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 72: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 73: # KEYBINDINGS 2020-01-10 23:44:34 - [sway/config.c:787] Read line 74: # Switch to workspace 2020-01-10 23:44:34 - [sway/config.c:787] Read line 75: bindsym $mod+1 workspace number $ws1 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+1 workspace number $ws1 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+1 workspace number "1" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+1 to command `workspace number "1"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 76: bindsym $mod+2 workspace number $ws2 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+2 workspace number $ws2 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+2 workspace number "2" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+2 to command `workspace number "2"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 77: bindsym $mod+3 workspace number $ws3 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+3 workspace number $ws3 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+3 workspace number "4" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+3 to command `workspace number "4"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 78: bindsym $mod+4 workspace number $ws4 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+4 workspace number $ws4 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+4 workspace number $ws4 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+4 to command `workspace number $ws4` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 79: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 80: # Use pactl to adjust volume in PulseAudio. 2020-01-10 23:44:34 - [sway/config.c:787] Read line 81: bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86AudioRaiseVolume to command `exec pactl set-sink-volume @DEFAULT_SINK@ +5%` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 82: bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86AudioLowerVolume to command `exec pactl set-sink-volume @DEFAULT_SINK@ -5%` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 83: bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86AudioMute to command `exec pactl set-sink-mute @DEFAULT_SINK@ toggle` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 84: bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86AudioMicMute to command `exec pactl set-source-mute @DEFAULT_SOURCE@ toggle` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 85: bindsym XF86MonBrightnessDown exec brightnessctl set 5%- 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86MonBrightnessDown exec brightnessctl set 5%- 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86MonBrightnessDown exec brightnessctl set 5%- 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86MonBrightnessDown to command `exec brightnessctl set 5%-` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 86: bindsym XF86MonBrightnessUp exec brightnessctl set +5% 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86MonBrightnessUp exec brightnessctl set +5% 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86MonBrightnessUp exec brightnessctl set +5% 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86MonBrightnessUp to command `exec brightnessctl set +5%` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 87: bindsym XF86AudioPlay exec playerctl play-pause 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86AudioPlay exec playerctl play-pause 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86AudioPlay exec playerctl play-pause 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86AudioPlay to command `exec playerctl play-pause` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 88: bindsym XF86AudioNext exec playerctl next 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86AudioNext exec playerctl next 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86AudioNext exec playerctl next 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86AudioNext to command `exec playerctl next` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 89: bindsym XF86AudioPrev exec playerctl previous 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym XF86AudioPrev exec playerctl previous 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym XF86AudioPrev exec playerctl previous 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound XF86AudioPrev to command `exec playerctl previous` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 90: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 91: # Kill focused window 2020-01-10 23:44:34 - [sway/config.c:787] Read line 92: bindsym $mod+q kill 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+q kill 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+q kill 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+q to command `kill` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 93: # Reload the configuration file 2020-01-10 23:44:34 - [sway/config.c:787] Read line 94: bindsym $mod+c reload 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+c reload 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+c reload 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+c to command `reload` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 95: # Exit sway (logs you out of your Wayland session) 2020-01-10 23:44:34 - [sway/config.c:787] Read line 96: bindsym $mod+Escape exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+Escape exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+Escape exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+Escape to command `exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 97: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 98: # Split in horizontal orientation 2020-01-10 23:44:34 - [sway/config.c:787] Read line 99: bindsym $mod+h split h 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+h split h 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+h split h 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+h to command `split h` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 100: # Enter fullscreen mode for the focused container 2020-01-10 23:44:34 - [sway/config.c:787] Read line 101: bindsym $mod+f fullscreen toggle 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+f fullscreen toggle 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+f fullscreen toggle 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+f to command `fullscreen toggle` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 102: # Toggle tiling / floating 2020-01-10 23:44:34 - [sway/config.c:787] Read line 103: bindsym $mod+Shift+space floating toggle 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+Shift+space floating toggle 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+Shift+space floating toggle 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 104: # Change focus between tiling / floating windows 2020-01-10 23:44:34 - [sway/config.c:787] Read line 105: bindsym $mod+space focus mode_toggle 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+space focus mode_toggle 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+space focus mode_toggle 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 106: # Screenshot key 2020-01-10 23:44:34 - [sway/config.c:787] Read line 107: bindsym Print exec grim -g "$(slurp)" /home/rmw/screen.png | wl-copy 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym Print exec grim -g "$(slurp)" /home/rmw/screen.png | wl-copy 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Print exec grim -g "$(slurp)" /home/rmw/screen.png | wl-copy 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Print to command `exec grim -g "$(slurp)" /home/rmw/screen.png | wl-copy` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 108: # Lock Sway key 2020-01-10 23:44:34 - [sway/config.c:787] Read line 109: bindsym $mod+l exec swaylock -c 00000000 --font Hack 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+l exec swaylock -c 00000000 --font Hack 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+l exec swaylock -c 00000000 --font Hack 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+l to command `exec swaylock -c 00000000 --font Hack` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 110: # Toggle floating 2020-01-10 23:44:34 - [sway/config.c:787] Read line 111: bindsym $mod+x floating toggle 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+x floating toggle 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+x floating toggle 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+x to command `floating toggle` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 112: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 113: # MPD mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 114: mode "mpd-mode" { 2020-01-10 23:44:34 - [sway/config.c:841] Entering block 'mode "mpd-mode"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 115: bindsym space exec mpc toggle 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym space exec mpc toggle 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym space exec mpc toggle 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym space exec mpc toggle 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound space to command `exec mpc toggle` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 116: # change focus 2020-01-10 23:44:34 - [sway/config.c:787] Read line 117: bindsym o exec mpc prev 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym o exec mpc prev 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym o exec mpc prev 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym o exec mpc prev 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound o to command `exec mpc prev` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 118: bindsym e exec mpc volume -5 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym e exec mpc volume -5 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym e exec mpc volume -5 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym e exec mpc volume -5 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound e to command `exec mpc volume -5` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 119: bindsym period exec mpc volume +5 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym period exec mpc volume +5 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym period exec mpc volume +5 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym period exec mpc volume +5 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound period to command `exec mpc volume +5` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 120: bindsym u exec mpc next 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym u exec mpc next 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym u exec mpc next 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym u exec mpc next 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound u to command `exec mpc next` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 121: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 122: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 123: bindsym s exec mpc shuffle 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym s exec mpc shuffle 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym s exec mpc shuffle 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym s exec mpc shuffle 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound s to command `exec mpc shuffle` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 124: bindsym l exec mpc repeat 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym l exec mpc repeat 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym l exec mpc repeat 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym l exec mpc repeat 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound l to command `exec mpc repeat` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 125: bindsym r exec mpc random 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym r exec mpc random 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym r exec mpc random 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym r exec mpc random 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound r to command `exec mpc random` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 126: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 127: # back to normal mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 128: bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+q to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 129: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "mpd-mode" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "mpd-mode" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Escape to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 130: } 2020-01-10 23:44:34 - [sway/config.c:858] Exiting block 'mode "mpd-mode"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 131: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 132: bindsym $mod+p mode "mpd-mode" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+p mode "mpd-mode" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+p mode "mpd-mode" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+p to command `mode "mpd-mode"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 133: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 134: # Window focus mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 135: mode "window-focus" { 2020-01-10 23:44:34 - [sway/config.c:841] Entering block 'mode "window-focus"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 136: # change focus 2020-01-10 23:44:34 - [sway/config.c:787] Read line 137: bindsym o focus left 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym o focus left 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym o focus left 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym o focus left 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound o to command `focus left` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 138: bindsym e focus down 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym e focus down 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym e focus down 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym e focus down 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound e to command `focus down` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 139: bindsym period focus up 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym period focus up 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym period focus up 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym period focus up 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound period to command `focus up` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 140: bindsym u focus right 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym u focus right 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym u focus right 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym u focus right 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound u to command `focus right` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 141: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 142: # move focused window 2020-01-10 23:44:34 - [sway/config.c:787] Read line 143: bindsym h move left 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym h move left 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym h move left 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym h move left 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound h to command `move left` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 144: bindsym t move down 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym t move down 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym t move down 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym t move down 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound t to command `move down` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 145: bindsym c move up 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym c move up 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym c move up 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym c move up 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound c to command `move up` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 146: bindsym n move right 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym n move right 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym n move right 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym n move right 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound n to command `move right` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 147: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 148: # back to normal mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 149: bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+q to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 150: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "window-focus" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "window-focus" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Escape to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 151: } 2020-01-10 23:44:34 - [sway/config.c:858] Exiting block 'mode "window-focus"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 152: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 153: bindsym $mod+w mode "window-focus" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+w mode "window-focus" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+w mode "window-focus" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+w to command `mode "window-focus"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 154: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 155: # Move to workspace mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 156: mode "move-to-workspace" { 2020-01-10 23:44:34 - [sway/config.c:841] Entering block 'mode "move-to-workspace"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 157: # move focused container to workspace 2020-01-10 23:44:34 - [sway/config.c:787] Read line 158: bindsym 1 move container to workspace number $ws1 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym 1 move container to workspace number $ws1 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym 1 move container to workspace number "1" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym 1 move container to workspace number "1" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound 1 to command `move container to workspace number "1"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 159: bindsym 2 move container to workspace number $ws2 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym 2 move container to workspace number $ws2 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym 2 move container to workspace number "2" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym 2 move container to workspace number "2" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound 2 to command `move container to workspace number "2"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 160: bindsym 3 move container to workspace number $ws3 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym 3 move container to workspace number $ws3 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym 3 move container to workspace number "4" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym 3 move container to workspace number "4" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound 3 to command `move container to workspace number "4"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 161: bindsym 4 move container to workspace number $ws4 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym 4 move container to workspace number $ws4 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym 4 move container to workspace number $ws4 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym 4 move container to workspace number $ws4 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound 4 to command `move container to workspace number $ws4` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 162: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 163: # move workspace 2020-01-10 23:44:34 - [sway/config.c:787] Read line 164: bindsym o move workspace to output left 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym o move workspace to output left 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym o move workspace to output left 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym o move workspace to output left 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound o to command `move workspace to output left` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 165: bindsym e move workspace to output down 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym e move workspace to output down 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym e move workspace to output down 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym e move workspace to output down 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound e to command `move workspace to output down` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 166: bindsym period move workspace to output up 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym period move workspace to output up 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym period move workspace to output up 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym period move workspace to output up 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound period to command `move workspace to output up` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 167: bindsym u move workspace to output right 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym u move workspace to output right 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym u move workspace to output right 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym u move workspace to output right 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound u to command `move workspace to output right` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 168: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 169: # back to normal mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 170: bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+q to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 171: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "move-to-workspace" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "move-to-workspace" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Escape to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 172: } 2020-01-10 23:44:34 - [sway/config.c:858] Exiting block 'mode "move-to-workspace"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 173: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 174: bindsym $mod+m mode "move-to-workspace" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+m mode "move-to-workspace" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+m mode "move-to-workspace" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+m to command `mode "move-to-workspace"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 175: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 176: # Resize mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 177: mode "resize" { 2020-01-10 23:44:34 - [sway/config.c:841] Entering block 'mode "resize"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 178: # resize windows 2020-01-10 23:44:34 - [sway/config.c:787] Read line 179: bindsym o resize shrink width 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "resize" bindsym o resize shrink width 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "resize" bindsym o resize shrink width 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym o resize shrink width 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound o to command `resize shrink width 10 px or 10 ppt` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 180: bindsym e resize grow height 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "resize" bindsym e resize grow height 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "resize" bindsym e resize grow height 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym e resize grow height 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound e to command `resize grow height 10 px or 10 ppt` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 181: bindsym period resize shrink height 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "resize" bindsym period resize shrink height 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "resize" bindsym period resize shrink height 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym period resize shrink height 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound period to command `resize shrink height 10 px or 10 ppt` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 182: bindsym u resize grow width 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "resize" bindsym u resize grow width 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "resize" bindsym u resize grow width 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym u resize grow width 10 px or 10 ppt 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound u to command `resize grow width 10 px or 10 ppt` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 183: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 184: # back to normal mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 185: bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "resize" bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "resize" bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+q to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 186: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "resize" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "resize" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Escape to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 187: } 2020-01-10 23:44:34 - [sway/config.c:858] Exiting block 'mode "resize"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 188: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 189: bindsym $mod+r mode "resize" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+r mode "resize" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+r mode "resize" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+r to command `mode "resize"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 190: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 191: # Launch applications mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 192: mode "launch-applications" { 2020-01-10 23:44:34 - [sway/config.c:841] Entering block 'mode "launch-applications"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 193: # start bemenu (a program launcher) 2020-01-10 23:44:34 - [sway/config.c:787] Read line 194: bindsym $mod+d exec $menu, mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym $mod+d exec $menu, mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym Mod4+d exec bemenu-run -b --tf='#00ff70' --nf='#999999' --hf='#000000' --hb='#00ff70' --fn='pango:hack 12' -p '', mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Mod4+d exec bemenu-run -b --tf='#00ff70' --nf='#999999' --hf='#000000' --hb='#00ff70' --fn='pango:hack 12' -p '', mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+d to command `exec bemenu-run -b --tf='#00ff70' --nf='#999999' --hf='#000000' --hb='#00ff70' --fn='pango:hack 12' -p '', mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 195: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 196: # jumpapp 2020-01-10 23:44:34 - [sway/config.c:787] Read line 197: bindsym t exec jumpapp $term 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym t exec jumpapp $term 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym t exec jumpapp kitty 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym t exec jumpapp kitty 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound t to command `exec jumpapp kitty` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 198: bindsym a exec jumpapp android-studio 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym a exec jumpapp android-studio 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym a exec jumpapp android-studio 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym a exec jumpapp android-studio 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound a to command `exec jumpapp android-studio` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 199: bindsym b exec jumpapp abrowser 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym b exec jumpapp abrowser 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym b exec jumpapp abrowser 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym b exec jumpapp abrowser 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound b to command `exec jumpapp abrowser` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 200: bindsym c exec jumpapp codium 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym c exec jumpapp codium 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym c exec jumpapp codium 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym c exec jumpapp codium 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound c to command `exec jumpapp codium` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 201: bindsym p exec jumpapp wdisplays 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym p exec jumpapp wdisplays 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym p exec jumpapp wdisplays 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym p exec jumpapp wdisplays 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound p to command `exec jumpapp wdisplays` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 202: bindsym k exec jumpapp keepassxc 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym k exec jumpapp keepassxc 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym k exec jumpapp keepassxc 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym k exec jumpapp keepassxc 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound k to command `exec jumpapp keepassxc` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 203: bindsym w exec jumpapp wicd-client 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym w exec jumpapp wicd-client 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym w exec jumpapp wicd-client 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym w exec jumpapp wicd-client 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound w to command `exec jumpapp wicd-client` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 204: bindsym e exec jumpapp emacs 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym e exec jumpapp emacs 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym e exec jumpapp emacs 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym e exec jumpapp emacs 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound e to command `exec jumpapp emacs` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 205: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 206: # back to normal mode 2020-01-10 23:44:34 - [sway/config.c:787] Read line 207: bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym $mod+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Mod4+q mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+q to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 208: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: mode "launch-applications" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: mode "launch-applications" bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: bindsym Escape mode "default" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Escape to command `mode "default"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 209: } 2020-01-10 23:44:34 - [sway/config.c:858] Exiting block 'mode "launch-applications"' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 210: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 211: bindsym $mod+d mode "launch-applications" 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bindsym $mod+d mode "launch-applications" 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bindsym Mod4+d mode "launch-applications" 2020-01-10 23:44:34 - [sway/commands/bind.c:296] bindsym - Bound Mod4+d to command `mode "launch-applications"` for device '*' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 212: 2020-01-10 23:44:34 - [sway/config.c:787] Read line 213: bar { 2020-01-10 23:44:34 - [sway/config.c:841] Entering block 'bar' 2020-01-10 23:44:34 - [sway/config.c:787] Read line 214: swaybar_command waybar 2020-01-10 23:44:34 - [sway/commands.c:367] Config command: bar swaybar_command waybar 2020-01-10 23:44:34 - [sway/commands.c:387] After replacement: bar swaybar_command waybar 2020-01-10 23:44:34 - [sway/commands/bar.c:113] Creating bar bar-0 2020-01-10 23:44:34 - [sway/commands.c:418] Subcommand: swaybar_command waybar 2020-01-10 23:44:34 - [sway/commands/bar/swaybar_command.c:13] Using custom swaybar command: waybar 2020-01-10 23:44:34 - [sway/config.c:787] Read line 215: } 2020-01-10 23:44:34 - [sway/config.c:858] Exiting block 'bar' 2020-01-10 23:44:34 - [sway/server.c:176] Initializing Xwayland 2020-01-10 23:44:34 - [sway/server.c:192] Starting backend on wayland display 'wayland-0' 2020-01-10 23:44:34 - [backend/drm/drm.c:1161] Scanning DRM connectors 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'eDP-2' 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'DVI-D-1' 2020-01-10 23:44:34 - [backend/drm/drm.c:991] Reallocating CRTCs 2020-01-10 23:44:34 - [backend/drm/drm.c:1002] State before reallocation: 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'eDP-2' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1060] State after reallocation: 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'eDP-2' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1161] Scanning DRM connectors 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'eDP-1' 2020-01-10 23:44:34 - [backend/drm/drm.c:1260] 'eDP-1' connected 2020-01-10 23:44:34 - [backend/drm/drm.c:1261] Current CRTC: 42 2020-01-10 23:44:34 - [backend/drm/drm.c:1266] Physical size: 340x190 2020-01-10 23:44:34 - [backend/drm/drm.c:1278] Detected modes: 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1920x1080@60052 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'VGA-1' 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'DP-1' 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'HDMI-A-1' 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'DP-2' 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'HDMI-A-2' 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'DP-3' 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'DP-5' 2020-01-10 23:44:34 - [backend/drm/drm.c:1260] 'DP-5' connected 2020-01-10 23:44:34 - [backend/drm/drm.c:1261] Current CRTC: 54 2020-01-10 23:44:34 - [backend/drm/drm.c:1266] Physical size: 530x300 2020-01-10 23:44:34 - [backend/drm/drm.c:1278] Detected modes: 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1920x1080@60000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1920x1080@60000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1920x1080@59940 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1920x1080@50000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1680x1050@59883 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1600x900@60000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1280x1024@75025 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1280x1024@60020 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1280x800@59910 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1152x864@75000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1280x720@60000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1280x720@60000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1280x720@59940 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1280x720@50000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1024x768@75029 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 1024x768@60004 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 832x624@74551 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 800x600@75000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 800x600@60317 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 720x576@50000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 720x576@50000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 720x480@60000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 720x480@60000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 720x480@59940 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 720x480@59940 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 720x480@59940 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 640x480@75000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 640x480@60000 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 640x480@59940 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 640x480@59940 2020-01-10 23:44:34 - [backend/drm/drm.c:1300] 720x400@70082 2020-01-10 23:44:34 - [backend/drm/drm.c:1224] Found connector 'DP-6' 2020-01-10 23:44:34 - [backend/drm/drm.c:991] Reallocating CRTCs 2020-01-10 23:44:34 - [backend/drm/drm.c:1002] State before reallocation: 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'eDP-1' crtc=0 state=1 desired_enabled=1 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'VGA-1' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'DP-1' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'DP-2' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'DP-3' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'DP-5' crtc=1 state=1 desired_enabled=1 2020-01-10 23:44:34 - [backend/drm/drm.c:1008] 'DP-6' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1060] State after reallocation: 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'eDP-1' crtc=0 state=1 desired_enabled=1 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'VGA-1' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'DP-1' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'DP-2' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'DP-3' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'DP-5' crtc=1 state=1 desired_enabled=1 2020-01-10 23:44:34 - [backend/drm/drm.c:1067] 'DP-6' crtc=-1 state=0 desired_enabled=0 2020-01-10 23:44:34 - [backend/drm/drm.c:1363] Requesting modeset for 'eDP-1' 2020-01-10 23:44:34 - [sway/desktop/output.c:686] New output 0x55758bab2930: eDP-1 2020-01-10 23:44:34 - [backend/drm/drm.c:594] Modesetting 'eDP-1' with '1920x1080@60052 mHz' 2020-01-10 23:44:34 - [backend/drm/drm.c:503] Starting renderer on output 'eDP-1' 2020-01-10 23:44:34 - [GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, 1 sends, scheduled with mode top-down, Promoted 0 constants, compacted 80 to 48 bytes. 2020-01-10 23:44:34 - [GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, 1 sends, scheduled with mode top-down, Promoted 0 constants, compacted 80 to 48 bytes. 2020-01-10 23:44:34 - [GLES2] VS vec4 shader: 10 inst, 0 loops, 66 cycles, 0:0 spills:fills, 1 sends, compacted 160 to 128 bytes. 2020-01-10 23:44:34 - [GLES2] FS SIMD16 shader: 2 inst, 0 loops, 0 cycles, 0:0 spills:fills, 1 sends, scheduled with mode top-down, Promoted 0 constants, compacted 32 to 32 bytes. 2020-01-10 23:44:34 - [sway/tree/workspace.c:283] Workspace: Generating new workspace name for output eDP-1 2020-01-10 23:44:34 - [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 1' 2020-01-10 23:44:34 - [sway/tree/workspace.c:245] Isolated name from workspace number: '1' 2020-01-10 23:44:34 - [sway/tree/workspace.c:274] Workspace: Found free name 1 2020-01-10 23:44:34 - [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 2' 2020-01-10 23:44:34 - [sway/tree/workspace.c:245] Isolated name from workspace number: '2' 2020-01-10 23:44:34 - [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 4' 2020-01-10 23:44:34 - [sway/tree/workspace.c:245] Isolated name from workspace number: '4' 2020-01-10 23:44:34 - [sway/tree/workspace.c:218] Got valid workspace command for target: 'number $ws4' 2020-01-10 23:44:34 - [sway/tree/workspace.c:245] Isolated name from workspace number: '$ws4' 2020-01-10 23:44:34 - [sway/tree/output.c:132] Creating default workspace 1 2020-01-10 23:44:34 - [sway/tree/workspace.c:63] Adding workspace 1 for output eDP-1 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:243] Loaded cursor theme 'default', available cursors: 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] nwse-resize (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 24x24+11,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 24x24+10,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 028006030e0e7ebffc7f7070c0600140 (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] cross (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 24x24+6,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] link (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] c7088f0f3e6c8088236ef8e1e3e70000 (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ne-resize (1 images) 24x24+15,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] circle (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sw-resize (1 images) 24x24+10,15 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ll_angle (1 images) 24x24+4,19 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 24x24+11,7 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] default (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] double_arrow (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] hand (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 24x24+7,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dotbox (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] fcf1c3c7cd4491d801f1e1c78f100000 (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (60 images) 24x24+4,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ur_angle (1 images) 24x24+20,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bd_double_arrow (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 24x24+13,18 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 24x24+11,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-ask (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] grab (1 images) 24x24+11,7 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dot_box_mask (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] wait (60 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] lr_angle (1 images) 24x24+20,19 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] icon (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 24x24+6,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] draft_large (1 images) 24x24+21,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] alias (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] tcross (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] fd_double_arrow (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 24x24+15,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_up_arrow (1 images) 24x24+12,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (60 images) 24x24+4,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] X_cursor (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 2870a09082c103050810ffdffffe0204 (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_tee (1 images) 24x24+6,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] arrow (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] help (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 24x24+11,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] nesw-resize (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_left_arrow (1 images) 24x24+6,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] plus (1 images) 24x24+10,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] draped_box (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] watch (60 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] right_tee (1 images) 24x24+20,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 24x24+13,6 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 24x24+19,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] draft_small (1 images) 24x24+21,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] pointer-move (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 24x24+13,6 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 24x24+19,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 24x24+21,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] move (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] copy (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] grabbing (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] text (1 images) 24x24+11,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 24x24+13,18 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] diamond_cross (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bottom_tee (1 images) 24x24+12,19 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] target (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ew-resize (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] cross_reverse (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_down_arrow (1 images) 24x24+12,19 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] se-resize (1 images) 24x24+15,15 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 24x24+15,15 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 14fef782d02440884392942c11205230 (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] cell (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_right_arrow (1 images) 24x24+19,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] progress (60 images) 24x24+4,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] nw-resize (1 images) 24x24+10,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (60 images) 24x24+4,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ul_angle (1 images) 24x24+4,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ns-resize (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_tee (1 images) 24x24+12,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 24x24+10,15 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-link (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:243] Loaded cursor theme 'default', available cursors: 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] nwse-resize (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 24x24+11,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 24x24+10,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 028006030e0e7ebffc7f7070c0600140 (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] cross (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 24x24+6,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] link (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] c7088f0f3e6c8088236ef8e1e3e70000 (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ne-resize (1 images) 24x24+15,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] circle (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sw-resize (1 images) 24x24+10,15 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ll_angle (1 images) 24x24+4,19 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 24x24+11,7 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] default (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] double_arrow (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] hand (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 24x24+7,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dotbox (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] fcf1c3c7cd4491d801f1e1c78f100000 (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (60 images) 24x24+4,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ur_angle (1 images) 24x24+20,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bd_double_arrow (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 24x24+13,18 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 24x24+11,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-ask (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] grab (1 images) 24x24+11,7 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dot_box_mask (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] wait (60 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] lr_angle (1 images) 24x24+20,19 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] icon (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 24x24+6,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] draft_large (1 images) 24x24+21,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] alias (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] tcross (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] fd_double_arrow (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 24x24+15,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_up_arrow (1 images) 24x24+12,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (60 images) 24x24+4,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] X_cursor (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 2870a09082c103050810ffdffffe0204 (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_tee (1 images) 24x24+6,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] arrow (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] help (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 24x24+11,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] nesw-resize (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_left_arrow (1 images) 24x24+6,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] plus (1 images) 24x24+10,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] draped_box (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] watch (60 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] right_tee (1 images) 24x24+20,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 24x24+13,6 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 24x24+19,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] draft_small (1 images) 24x24+21,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] pointer-move (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 24x24+12,21 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 24x24+13,6 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 24x24+19,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 24x24+21,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] move (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] copy (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] grabbing (1 images) 24x24+12,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] text (1 images) 24x24+11,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 24x24+13,18 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] diamond_cross (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 24x24+9,9 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bottom_tee (1 images) 24x24+12,19 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] target (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ew-resize (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] cross_reverse (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_down_arrow (1 images) 24x24+12,19 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] se-resize (1 images) 24x24+15,15 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 24x24+15,15 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 14fef782d02440884392942c11205230 (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] cell (1 images) 24x24+11,11 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 24x24+8,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_right_arrow (1 images) 24x24+19,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] progress (60 images) 24x24+4,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 24x24+12,12 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] nw-resize (1 images) 24x24+10,10 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (60 images) 24x24+4,3 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ul_angle (1 images) 24x24+4,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 24x24+4,4 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] ns-resize (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] top_tee (1 images) 24x24+12,5 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 24x24+10,15 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 24x24+12,13 2020-01-10 23:44:34 - [xcursor/wlr_xcursor.c:248] dnd-link (1 images) 24x24+9,9 2020-01-10 23:44:34 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 0.000000 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 0.000000 2020-01-10 23:44:34 - [sway/desktop/transaction.c:411] Transaction 0x55758bc2dd80 committing with 2 instructions 2020-01-10 23:44:34 - [sway/desktop/transaction.c:280] Applying transaction 0x55758bc2dd80 2020-01-10 23:44:34 - [backend/drm/drm.c:1363] Requesting modeset for 'DP-5' 2020-01-10 23:44:34 - [sway/desktop/output.c:686] New output 0x55758bae48c0: DP-5 2020-01-10 23:44:34 - [backend/drm/drm.c:594] Modesetting 'DP-5' with '1920x1080@60000 mHz' 2020-01-10 23:44:34 - [backend/drm/drm.c:503] Starting renderer on output 'DP-5' 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 1920.000000, 0.000000 2020-01-10 23:44:34 - [sway/desktop/transaction.c:411] Transaction 0x55758baee050 committing with 1 instructions 2020-01-10 23:44:34 - [sway/desktop/transaction.c:280] Applying transaction 0x55758baee050 2020-01-10 23:44:34 - [sway/tree/workspace.c:283] Workspace: Generating new workspace name for output DP-5 2020-01-10 23:44:34 - [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 1' 2020-01-10 23:44:34 - [sway/tree/workspace.c:245] Isolated name from workspace number: '1' 2020-01-10 23:44:34 - [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 2' 2020-01-10 23:44:34 - [sway/tree/workspace.c:245] Isolated name from workspace number: '2' 2020-01-10 23:44:34 - [sway/tree/workspace.c:274] Workspace: Found free name 2 2020-01-10 23:44:34 - [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 4' 2020-01-10 23:44:34 - [sway/tree/workspace.c:245] Isolated name from workspace number: '4' 2020-01-10 23:44:34 - [sway/tree/workspace.c:218] Got valid workspace command for target: 'number $ws4' 2020-01-10 23:44:34 - [sway/tree/workspace.c:245] Isolated name from workspace number: '$ws4' 2020-01-10 23:44:34 - [sway/tree/output.c:132] Creating default workspace 2 2020-01-10 23:44:34 - [sway/tree/workspace.c:63] Adding workspace 2 for output DP-5 2020-01-10 23:44:34 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '2' at 0.000000, 0.000000 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 1920.000000, 0.000000 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '2' at 0.000000, 0.000000 2020-01-10 23:44:34 - [sway/desktop/transaction.c:411] Transaction 0x55758baf64d0 committing with 3 instructions 2020-01-10 23:44:34 - [sway/desktop/transaction.c:280] Applying transaction 0x55758baf64d0 2020-01-10 23:44:34 - [backend/libinput/backend.c:55] Initializing libinput 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added Power Button [0:1] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '0:1:Power_Button' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '0:1:Power_Button') 2020-01-10 23:44:34 - [sway/input/input-manager.c:165] no fallback seat config - creating default 2020-01-10 23:44:34 - [sway/config/seat.c:60] Adding non-wildcard seat config 2020-01-10 23:44:34 - [sway/config/seat.c:77] Config stored for seat seat0 2020-01-10 23:44:34 - [sway/input/input-manager.c:398] applying seat config for seat seat0 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 0:1:Power_Button to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added Video Bus [0:6] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '0:6:Video_Bus' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '0:6:Video_Bus') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 0:6:Video_Bus to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added Video Bus [0:6] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '0:6:Video_Bus' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '0:6:Video_Bus') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 0:6:Video_Bus to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added Lid Switch [0:5] 2020-01-10 23:44:34 - [backend/libinput/switch.c:20] Created switch for device Lid Switch 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '0:5:Lid_Switch' 2020-01-10 23:44:34 - [sway/input/libinput.c:251] config_libinput_switch('*' on '0:5:Lid_Switch') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 0:5:Lid_Switch to seat seat0 2020-01-10 23:44:34 - [sway/input/switch.c:18] Allocated switch for device 2020-01-10 23:44:34 - [sway/input/seat.c:567] Applying input config to 0:5:Lid_Switch 2020-01-10 23:44:34 - [sway/input/switch.c:95] Configured switch for device 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added Sleep Button [0:3] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '0:3:Sleep_Button' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '0:3:Sleep_Button') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 0:3:Sleep_Button to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA NVidia HDMI/DP,pcm=3 [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=3 [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=7 [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=8 [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=9 [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=10 [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added Integrated Camera: Integrated C [22918:618] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '22918:618:Integrated_Camera:_Integrated_C' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '22918:618:Integrated_Camera:_Integrated_C') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 22918:618:Integrated_Camera:_Integrated_C to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added Logitech Lenovo USB Optical Mouse [6127:24601] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '6127:24601:Logitech_Lenovo_USB_Optical_Mouse' 2020-01-10 23:44:34 - [sway/input/libinput.c:190] config_libinput_pointer('*' on '6127:24601:Logitech_Lenovo_USB_Optical_Mouse') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 6127:24601:Logitech_Lenovo_USB_Optical_Mouse to seat seat0 2020-01-10 23:44:34 - [sway/input/seat.c:567] Applying input config to 6127:24601:Logitech_Lenovo_USB_Optical_Mouse 2020-01-10 23:44:34 - [GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, 1 sends, scheduled with mode top-down, Promoted 0 constants, compacted 80 to 64 bytes. 2020-01-10 23:44:34 - [GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, 1 sends, scheduled with mode top-down, Promoted 0 constants, compacted 80 to 64 bytes. 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added ZSA Ergodox EZ [65261:4871] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '65261:4871:ZSA_Ergodox_EZ' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '65261:4871:ZSA_Ergodox_EZ') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 65261:4871:ZSA_Ergodox_EZ to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added ZSA Ergodox EZ Mouse [65261:4871] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '65261:4871:ZSA_Ergodox_EZ_Mouse' 2020-01-10 23:44:34 - [sway/input/libinput.c:190] config_libinput_pointer('*' on '65261:4871:ZSA_Ergodox_EZ_Mouse') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 65261:4871:ZSA_Ergodox_EZ_Mouse to seat seat0 2020-01-10 23:44:34 - [sway/input/seat.c:567] Applying input config to 65261:4871:ZSA_Ergodox_EZ_Mouse 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added ZSA Ergodox EZ System Control [65261:4871] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '65261:4871:ZSA_Ergodox_EZ_System_Control' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '65261:4871:ZSA_Ergodox_EZ_System_Control') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 65261:4871:ZSA_Ergodox_EZ_System_Control to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added ZSA Ergodox EZ Consumer Control [65261:4871] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '65261:4871:ZSA_Ergodox_EZ_Consumer_Control' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '65261:4871:ZSA_Ergodox_EZ_Consumer_Control') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 65261:4871:ZSA_Ergodox_EZ_Consumer_Control to seat seat0 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '65261:4871:ZSA_Ergodox_EZ_Consumer_Control' 2020-01-10 23:44:34 - [sway/input/libinput.c:190] config_libinput_pointer('*' on '65261:4871:ZSA_Ergodox_EZ_Consumer_Control') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 65261:4871:ZSA_Ergodox_EZ_Consumer_Control to seat seat0 2020-01-10 23:44:34 - [sway/input/seat.c:567] Applying input config to 65261:4871:ZSA_Ergodox_EZ_Consumer_Control 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added ZSA Ergodox EZ Keyboard [65261:4871] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '65261:4871:ZSA_Ergodox_EZ_Keyboard' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '65261:4871:ZSA_Ergodox_EZ_Keyboard') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 65261:4871:ZSA_Ergodox_EZ_Keyboard to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel PCH Dock Mic [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel PCH Mic [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel PCH Dock Headphone [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added HDA Intel PCH Headphone [0:0] 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added AT Translated Set 2 keyboard [1:1] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '1:1:AT_Translated_Set_2_keyboard' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '1:1:AT_Translated_Set_2_keyboard') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added SynPS/2 Synaptics TouchPad [2:7] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '2:7:SynPS/2_Synaptics_TouchPad' 2020-01-10 23:44:34 - [sway/input/libinput.c:190] config_libinput_pointer('*' on '2:7:SynPS/2_Synaptics_TouchPad') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 2:7:SynPS/2_Synaptics_TouchPad to seat seat0 2020-01-10 23:44:34 - [sway/input/seat.c:567] Applying input config to 2:7:SynPS/2_Synaptics_TouchPad 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added TPPS/2 IBM TrackPoint [2:10] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '2:10:TPPS/2_IBM_TrackPoint' 2020-01-10 23:44:34 - [sway/input/libinput.c:190] config_libinput_pointer('*' on '2:10:TPPS/2_IBM_TrackPoint') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 2:10:TPPS/2_IBM_TrackPoint to seat seat0 2020-01-10 23:44:34 - [sway/input/seat.c:567] Applying input config to 2:10:TPPS/2_IBM_TrackPoint 2020-01-10 23:44:34 - [backend/libinput/events.c:94] Added ThinkPad Extra Buttons [6058:20564] 2020-01-10 23:44:34 - [sway/input/input-manager.c:215] adding device: '6058:20564:ThinkPad_Extra_Buttons' 2020-01-10 23:44:34 - [sway/input/libinput.c:241] config_libinput_keyboard('*' on '6058:20564:ThinkPad_Extra_Buttons') 2020-01-10 23:44:34 - [sway/input/seat.c:727] adding device 6058:20564:ThinkPad_Extra_Buttons to seat seat0 2020-01-10 23:44:34 - [backend/libinput/backend.c:101] libinput successfully initialized 2020-01-10 23:44:34 - [sway/config/bar.c:261] Invoking swaybar for bar id 'bar-0' 2020-01-10 23:44:34 - [sway/config/bar.c:253] Spawned swaybar bar-0 2020-01-10 23:44:34 - [sway/config.c:638] Running deferred commands 2020-01-10 23:44:34 - [sway/commands.c:250] Handling command 'exec kanshi # Automatically set display configuration' 2020-01-10 23:44:34 - [sway/commands/exec_always.c:46] Executing kanshi # Automatically set display configuration 2020-01-10 23:44:34 - [sway/commands/exec_always.c:87] Child process created with pid 3675901 2020-01-10 23:44:34 - [sway/tree/root.c:275] Recording workspace for process 3675901 2020-01-10 23:44:34 - [sway/commands.c:250] Handling command 'exec lxqt-policykit-agent # policykit-agent' 2020-01-10 23:44:34 - [sway/commands/exec_always.c:46] Executing lxqt-policykit-agent # policykit-agent 2020-01-10 23:44:34 - [sway/commands/exec_always.c:87] Child process created with pid 3675903 2020-01-10 23:44:34 - [sway/tree/root.c:275] Recording workspace for process 3675903 2020-01-10 23:44:34 - [sway/commands.c:250] Handling command 'exec swaymsg 'workspace 1; exec keepassxc'' 2020-01-10 23:44:34 - [sway/commands/exec_always.c:46] Executing swaymsg 'workspace 1; exec keepassxc' 2020-01-10 23:44:34 - [sway/commands/exec_always.c:87] Child process created with pid 3675905 2020-01-10 23:44:34 - [sway/tree/root.c:275] Recording workspace for process 3675905 2020-01-10 23:44:34 - [sway/server.c:203] Running compositor on wayland display 'wayland-0' 2020-01-10 23:44:34 - [sway/ipc-server.c:154] Event on IPC listening socket 2020-01-10 23:44:34 - [sway/ipc-server.c:200] New client: fd 84 2020-01-10 23:44:34 - [sway/ipc-server.c:220] Client 84 readable 2020-01-10 23:44:34 - [sway/commands.c:250] Handling command 'workspace 1' 2020-01-10 23:44:34 - [sway/tree/workspace.c:476] Switching to workspace 0x55758bada600:1 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 1920.000000, 0.000000 2020-01-10 23:44:34 - [sway/commands.c:250] Handling command 'exec keepassxc' 2020-01-10 23:44:34 - [sway/commands/exec_always.c:46] Executing keepassxc 2020-01-10 23:44:34 - [sway/commands/exec_always.c:87] Child process created with pid 3675908 2020-01-10 23:44:34 - [sway/tree/root.c:275] Recording workspace for process 3675908 2020-01-10 23:44:34 - [sway/desktop/transaction.c:411] Transaction 0x55758bf68d00 committing with 1 instructions 2020-01-10 23:44:34 - [sway/desktop/transaction.c:280] Applying transaction 0x55758bf68d00 2020-01-10 23:44:34 - [sway/ipc-server.c:937] Added IPC reply of type 0x0 to client 84 queue: [ { "success": true }, { "success": true } ] 2020-01-10 23:44:34 - [sway/ipc-server.c:524] Client 84 writable 2020-01-10 23:44:34 - [swaybg-1.0/main.c:300] Found config * for output DP-5 (Unknown BenQ GL2460 58D09133SL0) 2020-01-10 23:44:34 - [swaybg-1.0/main.c:300] Found config * for output eDP-1 (Unknown 0x38ED 0x00000000) 2020-01-10 23:44:34 - [types/wlr_surface.c:609] New wlr_surface 0x55758bfeaed0 (res 0x55758bfbc910) 2020-01-10 23:44:34 - [types/wlr_layer_shell_v1.c:415] new layer_surface 0x55758bfe9be0 (res 0x55758bfc3500) applying profile 2020-01-10 23:44:34 - applying profile output 'eDP-1' on connected head 'eDP-1' [sway/desktop/layer_shell.c:487] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0applying profile output 'Unknown BenQ GL2460 58D09133SL0' on connected head 'DP-5' 2020-01-10 23:44:34 - [types/wlr_surface.c:609] New wlr_surface 0x55758bfed950 (res 0x55758bfc3620) 2020-01-10 23:44:34 - [types/wlr_layer_shell_v1.c:415] new layer_surface 0x55758bfedd80 (res 0x55758bf968d0) 2020-01-10 23:44:34 - [sway/desktop/layer_shell.c:487] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0 2020-01-10 23:44:34 - [sway/ipc-server.c:215] Client 84 hung up 2020-01-10 23:44:34 - [sway/ipc-server.c:554] IPC Client 84 disconnected 2020-01-10 23:44:34 - [sway/config/output.c:178] Adding non-wildcard output config 2020-01-10 23:44:34 - [sway/config/output.c:181] Merging on top of output * config 2020-01-10 23:44:34 - [sway/config/output.c:195] Config stored for output DP-5 (enabled: 1) (1920x1080@60000.000000Hz position 1920,0 scale 1.000000 subpixel unknown transform 0) (bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center) (dpms 0) 2020-01-10 23:44:34 - [sway/config/output.c:263] Set DP-5 mode to 1920x1080 (60000.000000 GHz) 2020-01-10 23:44:34 - [sway/config/output.c:227] Assigning configured mode to DP-5 2020-01-10 23:44:34 - [sway/config/output.c:284] Set DP-5 scale to 1.000000 2020-01-10 23:44:34 - [sway/config/output.c:296] Set DP-5 transform to 0 2020-01-10 23:44:34 - [sway/config/output.c:302] Set DP-5 position to 1920, 0 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 3840.000000, 0.000000 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 0.000000 2020-01-10 23:44:34 - [sway/desktop/transaction.c:411] Transaction 0x55758bf86960 committing with 2 instructions 2020-01-10 23:44:34 - [sway/desktop/transaction.c:280] Applying transaction 0x55758bf86960 2020-01-10 23:44:34 - [sway/config/output.c:178] Adding non-wildcard output config 2020-01-10 23:44:34 - [sway/config/output.c:181] Merging on top of output * config 2020-01-10 23:44:34 - [sway/config/output.c:195] Config stored for output eDP-1 (enabled: 1) (1920x1080@60052.000000Hz position 0,0 scale 1.000000 subpixel unknown transform 0) (bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center) (dpms 0) 2020-01-10 23:44:34 - [sway/config/output.c:263] Set eDP-1 mode to 1920x1080 (60052.000000 GHz) 2020-01-10 23:44:34 - [sway/config/output.c:227] Assigning configured mode to eDP-1 2020-01-10 23:44:34 - [sway/config/output.c:284] Set eDP-1 scale to 1.000000 2020-01-10 23:44:34 - [sway/config/output.c:296] Set eDP-1 transform to 0 2020-01-10 23:44:34 - [sway/config/output.c:302] Set eDP-1 position to 0, 0 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 0.000000 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 0.000000 2020-01-10 23:44:34 - [sway/desktop/transaction.c:411] Transaction 0x55758bf96020 committing with 2 instructions 2020-01-10 23:44:34 - [sway/desktop/transaction.c:280] Applying transaction 0x55758bf96020 applying profile applying profile output 'eDP-1' on connected head 'eDP-1' applying profile output 'Unknown BenQ GL2460 58D09133SL0' on connected head 'DP-5' applying profile applying profile output 'eDP-1' on connected head 'eDP-1' applying profile output 'Unknown BenQ GL2460 58D09133SL0' on connected head 'DP-5' configuration applied 2020-01-10 23:44:34 - [types/wlr_output_management_v1.c:388] Ignored configuration request: invalid serial 2020-01-10 23:44:34 - [sway/config/output.c:172] Merging on top of existing output config 2020-01-10 23:44:34 - [sway/config/output.c:195] Config stored for output DP-5 (enabled: 1) (1920x1080@60000.000000Hz position 1920,0 scale 1.000000 subpixel unknown transform 0) (bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center) (dpms 0) 2020-01-10 23:44:34 - [sway/config/output.c:263] Set DP-5 mode to 1920x1080 (60000.000000 GHz) 2020-01-10 23:44:34 - [sway/config/output.c:227] Assigning configured mode to DP-5 2020-01-10 23:44:34 - [sway/config/output.c:284] Set DP-5 scale to 1.000000 2020-01-10 23:44:34 - [sway/config/output.c:296] Set DP-5 transform to 0 2020-01-10 23:44:34 - [sway/config/output.c:302] Set DP-5 position to 1920, 0 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 0.000000 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 0.000000 2020-01-10 23:44:34 - [sway/desktop/transaction.c:411] Transaction 0x55758bf96020 committing with 2 instructions 2020-01-10 23:44:34 - [sway/desktop/transaction.c:280] Applying transaction 0x55758bf96020 2020-01-10 23:44:34 - [sway/config/output.c:172] Merging on top of existing output config 2020-01-10 23:44:34 - [sway/config/output.c:195] Config stored for output eDP-1 (enabled: 1) (1920x1080@60052.000000Hz position 0,0 scale 1.000000 subpixel unknown transform 0) (bg /home/rmw/Pictures/Wallpapers/ryako-nerdcore-header.png center) (dpms 0) 2020-01-10 23:44:34 - [sway/config/output.c:263] Set eDP-1 mode to 1920x1080 (60052.000000 GHz) 2020-01-10 23:44:34 - [sway/config/output.c:227] Assigning configured mode to eDP-1 2020-01-10 23:44:34 - [sway/config/output.c:284] Set eDP-1 scale to 1.000000 2020-01-10 23:44:34 - [sway/config/output.c:296] Set eDP-1 transform to 0 2020-01-10 23:44:34 - [sway/config/output.c:302] Set eDP-1 position to 0, 0 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 0.000000 2020-01-10 23:44:34 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:44:34 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 0.000000 2020-01-10 23:44:34 - [sway/desktop/transaction.c:411] Transaction 0x55758bf96020 committing with 2 instructions 2020-01-10 23:44:34 - [sway/desktop/transaction.c:280] Applying transaction 0x55758bf96020 configuration cancelled, retrying configuration applied 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758bfdfa30 (res 0x55758bfd3640) 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758bfdff00 (res 0x55758bfe9290) 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758c016650 (res 0x55758bfea4e0) 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758c016970 (res 0x55758bfe9830) Unknown option -b 2020-01-10 23:44:35 - [types/wlr_idle_inhibit_v1.c:139] idle_inhibit bound 2020-01-10 23:44:35 - [sway/ipc-server.c:154] Event on IPC listening socket 2020-01-10 23:44:35 - [sway/ipc-server.c:200] New client: fd 93 2020-01-10 23:44:35 - [sway/ipc-server.c:154] Event on IPC listening socket 2020-01-10 23:44:35 - [sway/ipc-server.c:200] New client: fd 95 2020-01-10 23:44:35 - [sway/ipc-server.c:220] Client 95 readable 2020-01-10 23:44:35 - [sway/ipc-server.c:937] Added IPC reply of type 0x2 to client 95 queue: {"success": true} 2020-01-10 23:44:35 - [sway/ipc-server.c:524] Client 95 writable 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758c017120 (res 0x55758bfeca90) 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758c017440 (res 0x55758bfeaba0) 2020-01-10 23:44:35 - [sway/ipc-server.c:154] Event on IPC listening socket 2020-01-10 23:44:35 - [sway/ipc-server.c:200] New client: fd 97 2020-01-10 23:44:35 - [sway/ipc-server.c:154] Event on IPC listening socket 2020-01-10 23:44:35 - [sway/ipc-server.c:200] New client: fd 99 2020-01-10 23:44:35 - [sway/ipc-server.c:220] Client 99 readable 2020-01-10 23:44:35 - [sway/ipc-server.c:937] Added IPC reply of type 0x2 to client 99 queue: {"success": true} 2020-01-10 23:44:35 - [sway/ipc-server.c:524] Client 99 writable (0x7fff66cf92d0) Debug: New PolkitAgentListener 0x5647fd9aaf60 (0x7fff66cf92d0) Debug: Adding new listener PolkitQt1::Agent::Listener(0x7fff66cf92e0) for 0x5647fd9aaf60 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758c017760 (res 0x55758bfeb380) 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758c017a80 (res 0x55758bfef5d0) 2020-01-10 23:44:35 - [types/wlr_layer_shell_v1.c:415] new layer_surface 0x55758bfe02e0 (res 0x55758bfefdb0) 2020-01-10 23:44:35 - [sway/desktop/layer_shell.c:487] new layer surface: namespace waybar layer 2 anchor 2 size 0x20 margin 0,0,0,0 2020-01-10 23:44:35 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:44:35 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1060@0,20 2020-01-10 23:44:35 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 20.000000 2020-01-10 23:44:35 - [sway/desktop/transaction.c:411] Transaction 0x55758ba73370 committing with 1 instructions 2020-01-10 23:44:35 - [sway/desktop/transaction.c:280] Applying transaction 0x55758ba73370 2020-01-10 23:44:35 - [types/wlr_layer_shell_v1.c:415] new layer_surface 0x55758c017fb0 (res 0x55758bfef6f0) 2020-01-10 23:44:35 - [sway/desktop/layer_shell.c:487] new layer surface: namespace waybar layer 2 anchor 2 size 0x20 margin 0,0,0,0 2020-01-10 23:44:35 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:44:35 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1060@0,20 2020-01-10 23:44:35 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 20.000000 2020-01-10 23:44:35 - [sway/desktop/transaction.c:411] Transaction 0x55758baa24b0 committing with 1 instructions 2020-01-10 23:44:35 - [sway/desktop/transaction.c:280] Applying transaction 0x55758baa24b0 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758c019070 (res 0x55758bff0110) 2020-01-10 23:44:35 - [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x55758c018110 (res 0x55758bff18b0) 2020-01-10 23:44:35 - [types/wlr_xdg_decoration_v1.c:201] new xdg_toplevel_decoration 0x55758bfdd1f0 (res 0x55758bff1670) 2020-01-10 23:44:35 - [sway/desktop/xdg_shell.c:497] New xdg_shell toplevel title='KeePassXC' app_id='org.keepassxc.KeePassXC' 2020-01-10 23:44:35 - [sway/tree/root.c:231] Looking up workspace for pid 3675908 2020-01-10 23:44:35 - [sway/tree/root.c:238] found pid_workspace for pid 3675908, workspace 1 2020-01-10 23:44:35 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1060@0,20 2020-01-10 23:44:35 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 20.000000 2020-01-10 23:44:35 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1060@0,20 2020-01-10 23:44:35 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 20.000000 2020-01-10 23:44:35 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1060@0,20 2020-01-10 23:44:35 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 20.000000 2020-01-10 23:44:35 - [sway/desktop/transaction.c:411] Transaction 0x55758c057620 committing with 4 instructions 2020-01-10 23:44:35 - [sway/desktop/transaction.c:489] Transaction 0x55758c057620 is ready 2020-01-10 23:44:35 - [sway/desktop/transaction.c:280] Applying transaction 0x55758c057620 2020-01-10 23:44:35 - [sway/tree/container.c:1153] Container 0x55758c019db0 entered output 0x55758ba77260 2020-01-10 23:44:35 - [types/wlr_surface.c:609] New wlr_surface 0x55758c089dc0 (res 0x55758c07bcd0) 2020-01-10 23:44:35 - [GLES2] FS SIMD8 shader: 15 inst, 0 loops, 306 cycles, 0:0 spills:fills, 2 sends, scheduled with mode top-down, Promoted 0 constants, compacted 240 to 176 bytes. 2020-01-10 23:44:35 - [GLES2] FS SIMD16 shader: 16 inst, 0 loops, 324 cycles, 0:0 spills:fills, 2 sends, scheduled with mode top-down, Promoted 0 constants, compacted 256 to 192 bytes. 2020-01-10 23:44:39 - [sway/desktop/transaction.c:411] Transaction 0x55758c02f510 committing with 4 instructions 2020-01-10 23:44:39 - [sway/desktop/transaction.c:280] Applying transaction 0x55758c02f510 2020-01-10 23:44:48 - [sway/commands/bind.c:610] running command for binding: mode "launch-applications" 2020-01-10 23:44:48 - [sway/commands.c:250] Handling command 'mode "launch-applications"' 2020-01-10 23:44:48 - [sway/commands/mode.c:74] Switching to mode `launch-applications' (pango=0) 2020-01-10 23:44:48 - [sway/ipc-server.c:377] Sending mode::launch-applications event 2020-01-10 23:44:48 - [sway/ipc-server.c:937] Added IPC reply of type 0x80000002 to client 95 queue: { "change": "launch-applications", "pango_markup": false } 2020-01-10 23:44:48 - [sway/ipc-server.c:937] Added IPC reply of type 0x80000002 to client 99 queue: { "change": "launch-applications", "pango_markup": false } 2020-01-10 23:44:48 - [sway/ipc-server.c:524] Client 95 writable 2020-01-10 23:44:48 - [sway/ipc-server.c:524] Client 99 writable 2020-01-10 23:44:48 - [sway/commands/bind.c:610] running command for binding: exec jumpapp kitty 2020-01-10 23:44:48 - [sway/commands.c:250] Handling command 'exec jumpapp kitty' 2020-01-10 23:44:48 - [sway/commands/exec_always.c:46] Executing jumpapp kitty 2020-01-10 23:44:48 - [sway/commands/exec_always.c:87] Child process created with pid 3676065 2020-01-10 23:44:48 - [sway/tree/root.c:275] Recording workspace for process 3676065 2020-01-10 23:44:48 - [xwayland/xwayland.c:89] WAYLAND_SOCKET=27 Xwayland :0 -rootless -terminate -listen 24 -listen 26 -wm 105 glamor: No eglstream capable devices found 2020-01-10 23:44:49 - [types/wlr_relative_pointer_v1.c:172] relative_pointer_v1 manager bound to client 0x55758badcc80 2020-01-10 23:44:49 - [types/wlr_surface.c:609] New wlr_surface 0x55758c0dd550 (res 0x55758bece5b0) 2020-01-10 23:44:49 - [xwayland/xwayland.c:350] sent SIGUSR1 to process 3675878 2020-01-10 23:44:49 - [xwayland/xwayland.c:228] Xserver is ready 2020-01-10 23:44:49 - [xwayland/xwm.c:1526] xfixes version: 5.0 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (927) 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (927) 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (2097153) 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (2097154) 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (2097154) 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:830] XCB_CREATE_NOTIFY (2097155) 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:967] XCB_PROPERTY_NOTIFY (927) 2020-01-10 23:44:49 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client 2020-01-10 23:44:49 - [types/wlr_relative_pointer_v1.c:150] relative_pointer_v1 0x55758bac1440 created for client 0x55758badcc80 Cannot get client list properties. (_NET_CLIENT_LIST or _WIN_CLIENT_LIST) 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 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:1291] unhandled X11 event: MappingNotify (34) 2020-01-10 23:44:49 - [xwayland/selection/selection.c:117] not handling selection events: no seat assigned to xwayland 2020-01-10 23:44:49 - [xwayland/xwm.c:1291] unhandled X11 event: MappingNotify (34) 2020-01-10 23:44:49 - [types/wlr_idle_inhibit_v1.c:139] idle_inhibit bound 2020-01-10 23:44:49 - [types/wlr_relative_pointer_v1.c:172] relative_pointer_v1 manager bound to client 0x55758bac15f0 2020-01-10 23:44:49 - [types/wlr_surface.c:609] New wlr_surface 0x55758c0de120 (res 0x55758ba95ed0) 2020-01-10 23:44:49 - [types/wlr_surface.c:609] New wlr_surface 0x55758c02f510 (res 0x55758ba95f60) 2020-01-10 23:44:49 - [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x55758c0d9b50 (res 0x55758c0d9ac0) 2020-01-10 23:44:49 - [types/wlr_xdg_decoration_v1.c:201] new xdg_toplevel_decoration 0x55758c0d26c0 (res 0x55758c0d27a0) 2020-01-10 23:44:49 - [sway/desktop/xdg_shell.c:497] New xdg_shell toplevel title='kitty' app_id='kitty' 2020-01-10 23:44:49 - [sway/tree/root.c:231] Looking up workspace for pid 3676121 2020-01-10 23:44:49 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1060@0,20 2020-01-10 23:44:49 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 20.000000 2020-01-10 23:44:49 - [sway/desktop/transaction.c:411] Transaction 0x55758c0da3d0 committing with 3 instructions 2020-01-10 23:44:49 - [sway/desktop/transaction.c:489] Transaction 0x55758c0da3d0 is ready 2020-01-10 23:44:49 - [sway/desktop/transaction.c:280] Applying transaction 0x55758c0da3d0 2020-01-10 23:44:49 - [sway/tree/container.c:1153] Container 0x55758c0da1b0 entered output 0x55758bc2df20 2020-01-10 23:44:50 - [sway/commands/bind.c:610] running command for binding: mode "default" 2020-01-10 23:44:50 - [sway/commands.c:250] Handling command 'mode "default"' 2020-01-10 23:44:50 - [sway/commands/mode.c:74] Switching to mode `default' (pango=32) 2020-01-10 23:44:50 - [sway/ipc-server.c:377] Sending mode::default event 2020-01-10 23:44:50 - [sway/ipc-server.c:937] Added IPC reply of type 0x80000002 to client 95 queue: { "change": "default", "pango_markup": true } 2020-01-10 23:44:50 - [sway/ipc-server.c:937] Added IPC reply of type 0x80000002 to client 99 queue: { "change": "default", "pango_markup": true } 2020-01-10 23:44:50 - [sway/ipc-server.c:524] Client 95 writable 2020-01-10 23:44:50 - [sway/ipc-server.c:524] Client 99 writable 2020-01-10 23:45:08 - [sway/commands/bind.c:610] running command for binding: exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 2020-01-10 23:45:08 - [sway/commands.c:250] Handling command 'exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'' 2020-01-10 23:45:08 - [sway/commands/exec_always.c:46] Executing swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 2020-01-10 23:45:08 - [sway/commands/exec_always.c:87] Child process created with pid 3676318 2020-01-10 23:45:08 - [sway/tree/root.c:275] Recording workspace for process 3676318 2020-01-10 23:45:08 - [types/wlr_surface.c:609] New wlr_surface 0x55758c0d52d0 (res 0x55758c08b180) 2020-01-10 23:45:08 - [types/wlr_surface.c:609] New wlr_surface 0x55758c0d5b30 (res 0x55758c0eaca0) 2020-01-10 23:45:08 - [types/wlr_layer_shell_v1.c:415] new layer_surface 0x55758c0d5e50 (res 0x55758c0d5fb0) 2020-01-10 23:45:08 - [sway/desktop/layer_shell.c:487] new layer surface: namespace swaynag layer 2 anchor 2 size 0x35 margin 0,0,0,0 2020-01-10 23:45:08 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:45:08 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1025@0,55 2020-01-10 23:45:08 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 55.000000 2020-01-10 23:45:08 - [sway/desktop/transaction.c:411] Transaction 0x55758c0d2e80 committing with 2 instructions 2020-01-10 23:45:08 - [sway/desktop/transaction.c:489] Transaction 0x55758c0d2e80 is ready 2020-01-10 23:45:08 - [sway/desktop/transaction.c:280] Applying transaction 0x55758c0d2e80 2020-01-10 23:45:08 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:45:08 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1027@0,53 2020-01-10 23:45:08 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 53.000000 2020-01-10 23:45:08 - [sway/desktop/transaction.c:411] Transaction 0x55758babf4a0 committing with 2 instructions 2020-01-10 23:45:08 - [sway/desktop/transaction.c:489] Transaction 0x55758babf4a0 is ready 2020-01-10 23:45:08 - [sway/desktop/transaction.c:280] Applying transaction 0x55758babf4a0 2020-01-10 23:45:09 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client 2020-01-10 23:45:09 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client 2020-01-10 23:45:09 - [sway/input/cursor.c:576] denying request to set cursor from unfocused client 2020-01-10 23:45:09 - [types/seat/wlr_seat_pointer.c:362] button_count=1 grab_serial=0 serial=122 2020-01-10 23:45:09 - [sway/ipc-server.c:154] Event on IPC listening socket 2020-01-10 23:45:09 - [sway/ipc-server.c:200] New client: fd 115 2020-01-10 23:45:09 - [sway/ipc-server.c:220] Client 115 readable 2020-01-10 23:45:09 - [sway/commands.c:250] Handling command 'exit' 2020-01-10 23:45:09 - [sway/ipc-server.c:937] Added IPC reply of type 0x0 to client 115 queue: [ { "success": true } ] 2020-01-10 23:45:09 - [sway/main.c:403] Shutting down sway 2020-01-10 23:45:09 - [sway/desktop/layer_shell.c:315] Layer surface destroyed (wallpaper) 2020-01-10 23:45:09 - [sway/desktop/layer_shell.c:315] Layer surface destroyed (wallpaper) 2020-01-10 23:45:09 - [sway/desktop/layer_shell.c:315] Layer surface destroyed (waybar) 2020-01-10 23:45:09 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:45:09 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:45:09 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 0.000000 2020-01-10 23:45:09 - [sway/desktop/transaction.c:411] Transaction 0x55758c0d3980 committing with 2 instructions 2020-01-10 23:45:09 - [sway/desktop/layer_shell.c:315] Layer surface destroyed (waybar) 2020-01-10 23:45:09 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:45:09 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1047@0,33 2020-01-10 23:45:09 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 33.000000 2020-01-10 23:45:09 - Gdk-Message: 23:45:09.968: Error reading events from display: Broken pipe [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:45:09 - [sway/tree/arrange.c:291] Arranging workspace '1' at 0.000000, 0.000000 (0x7fff66cf92d0) Fatal: The Wayland connection broke. Did the Wayland compositor die? 2020-01-10 23:45:09 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1047@0,33 2020-01-10 23:45:09 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 33.000000 2020-01-10 23:45:09 - [sway/desktop/layer_shell.c:315] Layer surface destroyed (swaynag) 2020-01-10 23:45:09 - [sway/desktop/layer_shell.c:178] Usable area changed, rearranging output 2020-01-10 23:45:09 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:45:09 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 0.000000 2020-01-10 23:45:10 - [sway/tree/output.c:258] Disabling output 'eDP-1' 2020-01-10 23:45:10 - [sway/tree/workspace.c:143] Destroying workspace '1' 2020-01-10 23:45:10 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:45:10 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 0.000000 2020-01-10 23:45:10 - [sway/tree/output.c:278] Destroying output 'eDP-1' 2020-01-10 23:45:10 - [sway/tree/arrange.c:261] Usable area for ws: 1920x1080@0,0 2020-01-10 23:45:10 - [sway/tree/arrange.c:291] Arranging workspace '2' at 1920.000000, 0.000000 2020-01-10 23:45:10 - [backend/drm/drm.c:1519] Emitting destruction signal for 'eDP-1' 2020-01-10 23:45:10 - [backend/drm/drm.c:971] De-allocating CRTC 0 for output 'eDP-1' 2020-01-10 23:45:10 - [sway/tree/output.c:258] Disabling output 'DP-5' 2020-01-10 23:45:10 - [sway/tree/workspace.c:143] Destroying workspace '2' 2020-01-10 23:45:10 - [sway/tree/output.c:278] Destroying output 'DP-5' 2020-01-10 23:45:10 - [backend/drm/drm.c:1519] Emitting destruction signal for 'DP-5' 2020-01-10 23:45:10 - [backend/drm/drm.c:971] De-allocating CRTC 1 for output 'DP-5' 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '0:1:Power_Button' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 0:1:Power_Button from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '0:6:Video_Bus' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 0:6:Video_Bus from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '0:6:Video_Bus' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 0:6:Video_Bus from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '0:5:Lid_Switch' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 0:5:Lid_Switch from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '0:3:Sleep_Button' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 0:3:Sleep_Button from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '22918:618:Integrated_Camera:_Integrated_C' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 22918:618:Integrated_Camera:_Integrated_C from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '6127:24601:Logitech_Lenovo_USB_Optical_Mouse' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 6127:24601:Logitech_Lenovo_USB_Optical_Mouse from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '65261:4871:ZSA_Ergodox_EZ' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 65261:4871:ZSA_Ergodox_EZ from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '65261:4871:ZSA_Ergodox_EZ_Mouse' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 65261:4871:ZSA_Ergodox_EZ_Mouse from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '65261:4871:ZSA_Ergodox_EZ_System_Control' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 65261:4871:ZSA_Ergodox_EZ_System_Control from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '65261:4871:ZSA_Ergodox_EZ_Consumer_Control' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 65261:4871:ZSA_Ergodox_EZ_Consumer_Control from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '65261:4871:ZSA_Ergodox_EZ_Consumer_Control' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 65261:4871:ZSA_Ergodox_EZ_Consumer_Control from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '65261:4871:ZSA_Ergodox_EZ_Keyboard' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 65261:4871:ZSA_Ergodox_EZ_Keyboard from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '1:1:AT_Translated_Set_2_keyboard' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 1:1:AT_Translated_Set_2_keyboard from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '2:7:SynPS/2_Synaptics_TouchPad' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 2:7:SynPS/2_Synaptics_TouchPad from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '2:10:TPPS/2_IBM_TrackPoint' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 2:10:TPPS/2_IBM_TrackPoint from seat seat0 2020-01-10 23:45:12 - [sway/input/input-manager.c:183] removing device: '6058:20564:ThinkPad_Extra_Buttons' 2020-01-10 23:45:12 - [sway/input/seat.c:747] removing device 6058:20564:ThinkPad_Extra_Buttons from seat seat0 2020-01-10 23:45:12 - [sway/ipc-server.c:554] IPC Client 115 disconnected 2020-01-10 23:45:12 - [sway/ipc-server.c:554] IPC Client 99 disconnected 2020-01-10 23:45:12 - 2020-01-10 23:45:12 - [common/ipc-client.c:88] Unable to receive IPC response[sway/ipc-server.c:554] IPC Client 97 disconnected 2020-01-10 23:45:12 - [sway/ipc-server.c:554] IPC Client 95 disconnected 2020-01-10 23:45:12 - [sway/ipc-server.c:554] IPC Client 93 disconnected ```
RedSoxFan commented 4 years ago
# makes the shift keys do shift lock instead of shift
[...]
    xkb_options ctrl:nocaps,shift:both_shiftlock

shift:both_shiftlock acts as a shift lock when both shifts are pressed at the same time. From your comment, it sounds like you are expecting pressing either to do a shift lock, which doesn't appear to be an option.

Robin-Wils commented 4 years ago

That makes sense, and works. Thanks for the help!

I assume that there isn't anything like xmodmap for Wayland yet? That makes what I want to do impossible. I think that it is ok the close the issue now.

emersion commented 4 years ago

You can use a custom keymap for an xmodmap equivalent, see https://github.com/swaywm/sway/issues/4250