Last active
December 8, 2018 16:35
-
-
Save drbawb/954ecbc44e43e97d30f70d7289c8c72f to your computer and use it in GitHub Desktop.
sway output switching crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see https://i3wm.org/docs/userguide.html for a complete reference! | |
### Variables | |
# | |
# Logo key. Use Mod1 for Alt. | |
set $mod Mod4 | |
# Home row direction keys, like vim | |
set $left h | |
set $down j | |
set $up k | |
set $right l | |
# Your preferred terminal emulator | |
set $term urxvt | |
# Your preferred application launcher | |
# Note: it's recommended that you pass the final command to sway | |
set $menu dmenu_path | dmenu | xargs swaymsg exec | |
# basic setup | |
# | |
# HDMI-A-1: LGR HDR monitor | |
# the 1680 = 3840 - 2160 | |
# this comes from taking the portrait monitors long edge | |
# and subtracting the landscape monitor's short edge | |
# | |
# DP -1: ASUS PB27Q | |
# we shift this 3840 which is the long edge of the | |
# landscape monitor, this effectively puts it on | |
# the right. | |
# | |
output HDMI-A-1 pos 0 1680 res 3840x2160 | |
output DP-1 pos 3840 0 res 3840x2160 | |
output DP-1 transform 270 | |
output "HDMI-A-1" background /home/drbawb/pics/walls/nagato-yuki.jpg fill | |
output "DP-1" background /home/drbawb/pics/walls/isla-pour.png fill | |
gaps inner 10 | |
gaps outer 0 | |
workspace 1 output "HDMI-A-1" | |
workspace 2 output "DP-1" | |
exec xrdb ~/.Xresources | |
### Idle configuration | |
# | |
# Example configuration: | |
# | |
#exec swayidle \ | |
# timeout 300 'swaylock -c 000000' \ | |
# timeout 600 'swaymsg "output * dpms off"' \ | |
# resume 'swaymsg "output * dpms on"' \ | |
# before-sleep 'swaylock -c 000000' | |
# | |
# This will lock your screen after 300 seconds of inactivity, then turn off | |
# your displays after another 300 seconds, and turn your screens back on when | |
# resumed. It will also lock your screen before your computer goes to sleep. | |
### Input configuration | |
# | |
# Example configuration: | |
# | |
# input "2:14:SynPS/2_Synaptics_TouchPad" { | |
# dwt enabled | |
# tap enabled | |
# natural_scroll enabled | |
# middle_emulation enabled | |
# } | |
# | |
# You can get the names of your inputs by running: swaymsg -t get_inputs | |
# Read `man 5 sway-input` for more information about this section. | |
### Key bindings | |
# | |
# Basics: | |
# | |
# start a terminal | |
bindsym $mod+Return exec $term | |
# kill focused window | |
bindsym $mod+Shift+q kill | |
# start your launcher | |
bindsym $mod+d exec $menu | |
# Drag floating windows by holding down $mod and left mouse button. | |
# Resize them with right mouse button + $mod. | |
# Despite the name, also works for non-floating windows. | |
# Change normal to inverse to use left mouse button for resizing and right | |
# mouse button for dragging. | |
floating_modifier $mod normal | |
# reload the configuration file | |
bindsym $mod+Shift+c reload | |
# exit sway (logs you out of your Wayland session) | |
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' | |
# | |
# Moving around: | |
# | |
# Move your focus around | |
bindsym $mod+$left focus left | |
bindsym $mod+$down focus down | |
bindsym $mod+$up focus up | |
bindsym $mod+$right focus right | |
# or use $mod+[up|down|left|right] | |
bindsym $mod+Left focus left | |
bindsym $mod+Down focus down | |
bindsym $mod+Up focus up | |
bindsym $mod+Right focus right | |
# _move_ the focused window with the same, but add Shift | |
bindsym $mod+Shift+$left move left | |
bindsym $mod+Shift+$down move down | |
bindsym $mod+Shift+$up move up | |
bindsym $mod+Shift+$right move right | |
# ditto, with arrow keys | |
bindsym $mod+Shift+Left move left | |
bindsym $mod+Shift+Down move down | |
bindsym $mod+Shift+Up move up | |
bindsym $mod+Shift+Right move right | |
# | |
# Workspaces: | |
# | |
# switch to workspace | |
bindsym $mod+1 workspace 1 | |
bindsym $mod+2 workspace 2 | |
bindsym $mod+3 workspace 3 | |
bindsym $mod+4 workspace 4 | |
bindsym $mod+5 workspace 5 | |
bindsym $mod+6 workspace 6 | |
bindsym $mod+7 workspace 7 | |
bindsym $mod+8 workspace 8 | |
bindsym $mod+9 workspace 9 | |
bindsym $mod+0 workspace 10 | |
# move focused container to workspace | |
bindsym $mod+Shift+1 move container to workspace 1 | |
bindsym $mod+Shift+2 move container to workspace 2 | |
bindsym $mod+Shift+3 move container to workspace 3 | |
bindsym $mod+Shift+4 move container to workspace 4 | |
bindsym $mod+Shift+5 move container to workspace 5 | |
bindsym $mod+Shift+6 move container to workspace 6 | |
bindsym $mod+Shift+7 move container to workspace 7 | |
bindsym $mod+Shift+8 move container to workspace 8 | |
bindsym $mod+Shift+9 move container to workspace 9 | |
bindsym $mod+Shift+0 move container to workspace 10 | |
# Note: workspaces can have any name you want, not just numbers. | |
# We just use 1-10 as the default. | |
# | |
# Layout stuff: | |
# | |
# You can "split" the current object of your focus with | |
# $mod+b or $mod+v, for horizontal and vertical splits | |
# respectively. | |
bindsym $mod+b splith | |
bindsym $mod+v splitv | |
# Switch the current container between different layout styles | |
bindsym $mod+s layout stacking | |
bindsym $mod+w layout tabbed | |
bindsym $mod+e layout toggle split | |
# Make the current focus fullscreen | |
bindsym $mod+f fullscreen | |
# Toggle the current focus between tiling and floating mode | |
bindsym $mod+Shift+space floating toggle | |
# Swap focus between the tiling area and the floating area | |
bindsym $mod+space focus mode_toggle | |
# move focus to the parent container | |
bindsym $mod+a focus parent | |
# | |
# Scratchpad: | |
# | |
# Sway has a "scratchpad", which is a bag of holding for windows. | |
# You can send windows there and get them back later. | |
# Move the currently focused window to the scratchpad | |
bindsym $mod+Shift+minus move scratchpad | |
# Show the next scratchpad window or hide the focused scratchpad window. | |
# If there are multiple scratchpad windows, this command cycles through them. | |
bindsym $mod+minus scratchpad show | |
# | |
# Resizing containers: | |
# | |
mode "resize" { | |
# left will shrink the containers width | |
# right will grow the containers width | |
# up will shrink the containers height | |
# down will grow the containers height | |
bindsym $left resize shrink width 70px | |
bindsym $down resize grow height 70px | |
bindsym $up resize shrink height 70px | |
bindsym $right resize grow width 70px | |
# ditto, with arrow keys | |
bindsym Left resize shrink width 70px | |
bindsym Down resize grow height 70px | |
bindsym Up resize shrink height 70px | |
bindsym Right resize grow width 70px | |
# return to default mode | |
bindsym Return mode "default" | |
bindsym Escape mode "default" | |
} | |
bindsym $mod+r mode "resize" | |
# | |
# Status Bar: | |
# | |
# Read `man 5 sway-bar` for more information about this section. | |
bar { | |
position bottom | |
# When the status_command prints a new line to stdout, swaybar updates. | |
# The default just shows the current date and time. | |
status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done | |
colors { | |
statusline #ffffff | |
background #323232 | |
inactive_workspace #32323200 #32323200 #5c5c5c | |
} | |
} | |
include /etc/sway/config.d/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-12-08 10:19:34 - [sway/sway/server.c:34] Preparing Wayland server initialization | |
2018-12-08 10:19:34 - [backend/session/logind.c:542] Successfully loaded logind session | |
2018-12-08 10:19:34 - [backend/backend.c:142] Found 2 GPUs | |
2018-12-08 10:19:34 - [backend/drm/backend.c:151] Initializing DRM backend for /dev/dri/card0 (amdgpu) | |
2018-12-08 10:19:34 - [backend/drm/drm.c:63] Using atomic DRM interface | |
2018-12-08 10:19:34 - [backend/drm/drm.c:156] Found 5 DRM CRTCs | |
2018-12-08 10:19:34 - [backend/drm/drm.c:87] Found 10 DRM planes | |
2018-12-08 10:19:34 - [backend/drm/drm.c:129] (0 overlay, 5 primary, 5 cursor) | |
2018-12-08 10:19:34 - [render/egl.c:149] Using EGL 1.5 | |
2018-12-08 10:19:34 - [render/egl.c:150] Supported EGL extensions: EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import 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_WL_bind_wayland_display | |
2018-12-08 10:19:34 - [render/egl.c:151] EGL vendor: Mesa Project | |
2018-12-08 10:19:34 - [render/gles2/renderer.c:553] Using OpenGL ES 3.2 Mesa 18.2.5 | |
2018-12-08 10:19:34 - [render/gles2/renderer.c:554] GL vendor: X.Org | |
2018-12-08 10:19:34 - [render/gles2/renderer.c:555] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_occlusion_query_boolean GL_EXT_texture_compression_dxt1 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_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_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_separate_shader_objects 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_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_geometry_point_size GL_EXT_geometry_shader 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_MESA_shader_integer_functions GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 208 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 8 VGPRS: 24 Code Size: 64 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 24 VGPRS: 8 Code Size: 228 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 8 VGPRS: 24 Code Size: 140 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 24 VGPRS: 24 Code Size: 148 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 24 VGPRS: 24 Code Size: 148 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [backend/drm/backend.c:151] Initializing DRM backend for /dev/dri/card1 (i915) | |
2018-12-08 10:19:34 - [backend/drm/drm.c:63] Using atomic DRM interface | |
2018-12-08 10:19:34 - [backend/drm/drm.c:156] Found 3 DRM CRTCs2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 16 VGPRS: 12 Code Size: 240 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 24 VGPRS: 8 Code Size: 228 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 24 VGPRS: 24 Code Size: 152 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:87] Found 9 DRM planes | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 24 VGPRS: 8 Code Size: 228 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:129] (3 overlay, 3 primary, 3 cursor) | |
2018-12-08 10:19:34 - [render/egl.c:149] Using EGL 1.4 | |
2018-12-08 10:19:34 - [render/egl.c:150] Supported EGL extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_WL_bind_wayland_display | |
2018-12-08 10:19:34 - [render/egl.c:151] EGL vendor: Mesa Project | |
2018-12-08 10:19:34 - [render/egl.c:97] Supported dmabuf buffer formats: AR30 XR30 AB30 XB30 AR24 AB24 XR24 XB24 AR15 RG16 R8 R16 GR88 GR32 YUV9 YU11 YU12 YU16 YU24 YVU9 YV11 YV12 YV16 YV24 NV12 NV16 YUYV UYVY | |
2018-12-08 10:19:34 - [render/egl.c:217] Failed to obtain a high priority context | |
2018-12-08 10:19:34 - [render/gles2/renderer.c:553] Using OpenGL ES 3.2 Mesa 18.2.5 | |
2018-12-08 10:19:34 - [render/gles2/renderer.c:554] GL vendor: Intel Open Source Technology Center | |
2018-12-08 10:19:34 - [render/gles2/renderer.c:555] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_occlusion_query_boolean GL_EXT_texture_compression_dxt1 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_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_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_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_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_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical 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_MESA_shader_integer_functions GL_EXT_shader_framebuffer_fetch_non_coherent GL_MESA_framebuffer_flip_y | |
2018-12-08 10:19:34 - [sway/sway/main.c:188] Linux nagato 4.19.4-arch1-1-vfio #1 SMP PREEMPT Sat Dec 1 23:59:52 CST 2018 x86_64 GNU/Linux | |
2018-12-08 10:19:34 - [sway/sway/main.c:160] Contents of /etc/lsb-release: | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] LSB_VERSION=1.4 | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] DISTRIB_ID=Arch | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] DISTRIB_RELEASE=rolling | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] DISTRIB_DESCRIPTION="Arch Linux" | |
2018-12-08 10:19:34 - [sway/sway/main.c:160] Contents of /etc/os-release: | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] NAME="Arch Linux" | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] PRETTY_NAME="Arch Linux" | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] ID=arch | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] ID_LIKE=archlinux | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] ANSI_COLOR="0;36" | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] HOME_URL="https://www.archlinux.org/" | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] SUPPORT_URL="https://bbs.archlinux.org/" | |
2018-12-08 10:19:34 - [sway/sway/main.c:167] BUG_REPORT_URL="https://bugs.archlinux.org/" | |
2018-12-08 10:19:34 - [sway/sway/main.c:358] Starting sway version 1.0-beta.2-22-g0c3f0dfd (Dec 7 2018, branch 'master') | |
2018-12-08 10:19:34 - [sway/sway/server.c:47] Initializing Wayland server | |
2018-12-08 10:19:34 - [types/wlr_idle.c:242] idle manager created | |
2018-12-08 10:19:34 - [types/wlr_idle_inhibit_v1.c:191] idle_inhibit manager created | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors: | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] draft_small (1 images) 24x24+21,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] top_tee (1 images) 24x24+12,5 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 24x24+7,21 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 24x24+12,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 24x24+12,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] bottom_tee (1 images) 24x24+12,19 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 24x24+15,15 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] diamond_cross (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] link (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 24x24+12,21 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 24x24+12,21 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] se-resize (1 images) 24x24+15,15 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 2870a09082c103050810ffdffffe0204 (1 images) 24x24+12,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] tcross (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] sb_down_arrow (1 images) 24x24+12,19 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 24x24+13,6 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 24x24+11,10 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] X_cursor (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] grab (1 images) 24x24+11,7 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] default (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] cross_reverse (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] circle (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] plus (1 images) 24x24+10,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 24x24+19,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] ne-resize (1 images) 24x24+15,10 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 24x24+12,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] draft_large (1 images) 24x24+21,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] lr_angle (1 images) 24x24+20,19 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 24x24+12,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 24x24+19,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] ul_angle (1 images) 24x24+4,5 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 24x24+8,5 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 24x24+12,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] dotbox (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] ew-resize (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 14fef782d02440884392942c11205230 (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 24x24+12,21 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 24x24+21,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] bd_double_arrow (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 24x24+12,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] wait (60 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] pointer-move (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] nwse-resize (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 24x24+11,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] ns-resize (1 images) 24x24+12,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] ll_angle (1 images) 24x24+4,19 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 24x24+13,18 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] target (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] cross (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 24x24+10,15 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (60 images) 24x24+4,3 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] left_tee (1 images) 24x24+6,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 24x24+12,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] fcf1c3c7cd4491d801f1e1c78f100000 (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] fd_double_arrow (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] dnd-link (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 24x24+12,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] help (1 images) 24x24+12,21 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 24x24+8,5 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] watch (60 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] cell (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] c7088f0f3e6c8088236ef8e1e3e70000 (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] sw-resize (1 images) 24x24+10,15 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] ur_angle (1 images) 24x24+20,5 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 24x24+6,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] double_arrow (1 images) 24x24+12,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 24x24+12,21 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 24x24+12,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] sb_up_arrow (1 images) 24x24+12,3 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 24x24+13,6 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 24x24+8,5 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] dot_box_mask (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] right_tee (1 images) 24x24+20,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 24x24+13,18 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 24x24+6,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 028006030e0e7ebffc7f7070c0600140 (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] nw-resize (1 images) 24x24+10,10 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 24x24+11,10 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] move (1 images) 24x24+12,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] hand (1 images) 24x24+8,5 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] alias (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] text (1 images) 24x24+11,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 24x24+10,10 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 24x24+15,10 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] dnd-ask (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 24x24+12,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] arrow (1 images) 24x24+4,4 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] progress (60 images) 24x24+4,3 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (60 images) 24x24+4,3 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] sb_right_arrow (1 images) 24x24+19,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 24x24+12,13 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] sb_left_arrow (1 images) 24x24+6,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 24x24+8,5 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (60 images) 24x24+4,3 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] copy (1 images) 24x24+9,9 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 24x24+12,12 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] icon (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 24x24+11,7 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] grabbing (1 images) 24x24+12,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] draped_box (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [xcursor/wlr_xcursor.c:248] nesw-resize (1 images) 24x24+11,11 | |
2018-12-08 10:19:34 - [sway/sway/main.c:145] PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl | |
2018-12-08 10:19:34 - [sway/sway/main.c:145] LD_LIBRARY_PATH=(null) | |
2018-12-08 10:19:34 - [sway/sway/main.c:145] LD_PRELOAD_PATH=(null) | |
2018-12-08 10:19:34 - [sway/sway/main.c:145] LD_LIBRARY_PATH=(null) | |
2018-12-08 10:19:34 - [sway/sway/main.c:145] SWAY_CURSOR_THEME=(null) | |
2018-12-08 10:19:34 - [sway/sway/main.c:145] SWAY_CURSOR_SIZE=(null) | |
2018-12-08 10:19:34 - [sway/sway/main.c:145] SWAYSOCK=/run/user/1000/sway-ipc.1000.3684.sock | |
2018-12-08 10:19:34 - [sway/sway/config.c:347] Loading config from /home/drbawb/.config/sway/config | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 1: # This file has been auto-generated by i3-config-wizard(1). | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 2: # It will not be overwritten, so edit it as you like. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 3: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 4: # Should you change your keyboard layout some time, delete | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 5: # this file and re-run i3-config-wizard(1). | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 6: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 7: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 8: # i3 config file (v4) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 9: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 10: # Please see https://i3wm.org/docs/userguide.html for a complete reference! | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 11: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 12: ### Variables | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 13: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 14: # Logo key. Use Mod1 for Alt. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 15: set $mod Mod4 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: set $mod Mod4 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(set) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: set $mod Mod4 | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 16: # Home row direction keys, like vim | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 17: set $left h | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: set $left h | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(set) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: set $left h | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 18: set $down j | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: set $down j | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(set) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: set $down j | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 19: set $up k | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: set $up k | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(set) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: set $up k | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 20: set $right l | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: set $right l | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(set) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: set $right l | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 21: # Your preferred terminal emulator | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 22: set $term urxvt | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: set $term urxvt | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(set) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: set $term urxvt | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 23: # Your preferred application launcher | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 24: # Note: it's recommended that you pass the final command to sway | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 25: set $menu dmenu_path | dmenu | xargs swaymsg exec | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: set $menu dmenu_path | dmenu | xargs swaymsg exec | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(set) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: set $menu dmenu_path | dmenu | xargs swaymsg exec | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 26: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 27: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 28: # basic setup | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 29: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 30: # HDMI-A-1: LGR HDR monitor | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 31: # the 1680 = 3840 - 2160 | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 32: # this comes from taking the portrait monitors long edge | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 33: # and subtracting the landscape monitor's short edge | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 34: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 35: # DP -1: ASUS PB27Q | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 36: # we shift this 3840 which is the long edge of the | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 37: # landscape monitor, this effectively puts it on | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 38: # the right. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 39: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 40: output HDMI-A-1 pos 0 1680 res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: output HDMI-A-1 pos 0 1680 res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(output) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: output HDMI-A-1 pos 0 1680 res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(pos) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: pos 0 1680 res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(pos) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(res) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(res) | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:114] Adding non-wildcard output config | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:135] Config stored for output HDMI-A-1 (enabled: -1) ([email protected] position 0,1680 scale -1.000000 transform -1) (bg (null) (null)) (dpms 0) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 41: output DP-1 pos 3840 0 res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: output DP-1 pos 3840 0 res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(output) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: output DP-1 pos 3840 0 res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(pos) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: pos 3840 0 res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(pos) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(res) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: res 3840x2160 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(res) | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:114] Adding non-wildcard output config | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:135] Config stored for output DP-1 (enabled: -1) ([email protected] position 3840,0 scale -1.000000 transform -1) (bg (null) (null)) (dpms 0) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 42: output DP-1 transform 270 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: output DP-1 transform 270 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(output) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: output DP-1 transform 270 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(transform) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: transform 270 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(transform) | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:108] Merging on top of existing output config | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:135] Config stored for output DP-1 (enabled: -1) ([email protected] position 3840,0 scale -1.000000 transform 3) (bg (null) (null)) (dpms 0) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 43: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 44: output "HDMI-A-1" background /home/drbawb/pics/walls/nagato-yuki.jpg fill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: output "HDMI-A-1" background /home/drbawb/pics/walls/nagato-yuki.jpg fill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(output) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: output "HDMI-A-1" background /home/drbawb/pics/walls/nagato-yuki.jpg fill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(background) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: background /home/drbawb/pics/walls/nagato-yuki.jpg fill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(background) | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:108] Merging on top of existing output config | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:135] Config stored for output HDMI-A-1 (enabled: -1) ([email protected] position 0,1680 scale -1.000000 transform -1) (bg /home/drbawb/pics/walls/nagato-yuki.jpg fill) (dpms 0) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 45: output "DP-1" background /home/drbawb/pics/walls/isla-pour.png fill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: output "DP-1" background /home/drbawb/pics/walls/isla-pour.png fill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(output) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: output "DP-1" background /home/drbawb/pics/walls/isla-pour.png fill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(background) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: background /home/drbawb/pics/walls/isla-pour.png fill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(background) | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:108] Merging on top of existing output config | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:135] Config stored for output DP-1 (enabled: -1) ([email protected] position 3840,0 scale -1.000000 transform 3) (bg /home/drbawb/pics/walls/isla-pour.png fill) (dpms 0) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 46: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 47: gaps inner 10 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: gaps inner 10 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(gaps) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: gaps inner 10 | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 48: gaps outer 0 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: gaps outer 0 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(gaps) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: gaps outer 0 | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 49: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 50: workspace 1 output "HDMI-A-1" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: workspace 1 output "HDMI-A-1" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(workspace) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: workspace 1 output "HDMI-A-1" | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 51: workspace 2 output "DP-1" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: workspace 2 output "DP-1" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(workspace) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: workspace 2 output "DP-1" | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 52: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 53: exec xrdb ~/.Xresources | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: exec xrdb ~/.Xresources | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(exec) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: exec xrdb ~/.Xresources | |
2018-12-08 10:19:34 - [sway/sway/config.c:715] Deferring command `exec xrdb ~/.Xresources' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 54: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 55: ### Idle configuration | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 56: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 57: # Example configuration: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 58: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 59: #exec swayidle # timeout 300 'swaylock -c 000000' # timeout 600 'swaymsg "output * dpms off"' # resume 'swaymsg "output * dpms on"' # before-sleep 'swaylock -c 000000' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 60: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 61: # This will lock your screen after 300 seconds of inactivity, then turn off | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 62: # your displays after another 300 seconds, and turn your screens back on when | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 63: # resumed. It will also lock your screen before your computer goes to sleep. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 64: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 65: ### Input configuration | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 66: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 67: # Example configuration: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 68: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 69: # input "2:14:SynPS/2_Synaptics_TouchPad" { | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 70: # dwt enabled | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 71: # tap enabled | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 72: # natural_scroll enabled | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 73: # middle_emulation enabled | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 74: # } | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 75: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 76: # You can get the names of your inputs by running: swaymsg -t get_inputs | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 77: # Read `man 5 sway-input` for more information about this section. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 78: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 79: ### Key bindings | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 80: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 81: # Basics: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 82: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 83: # start a terminal | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 84: bindsym $mod+Return exec $term | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Return exec $term | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Return exec urxvt | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Return to command `exec urxvt` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 85: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 86: # kill focused window | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 87: bindsym $mod+Shift+q kill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+q kill | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+q kill | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+q to command `kill` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 88: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 89: # start your launcher | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 90: bindsym $mod+d exec $menu | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+d exec $menu | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+d exec dmenu_path | dmenu | xargs swaymsg exec | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+d to command `exec dmenu_path | dmenu | xargs swaymsg exec` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 91: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 92: # Drag floating windows by holding down $mod and left mouse button. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 93: # Resize them with right mouse button + $mod. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 94: # Despite the name, also works for non-floating windows. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 95: # Change normal to inverse to use left mouse button for resizing and right | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 96: # mouse button for dragging. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 97: floating_modifier $mod normal | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: floating_modifier $mod normal | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(floating_modifier) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: floating_modifier Mod4 normal | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 98: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 99: # reload the configuration file | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 100: bindsym $mod+Shift+c reload | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+c reload | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+c reload | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+c to command `reload` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 101: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 102: # exit sway (logs you out of your Wayland session) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 103: bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+e to command `exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 104: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 105: # Moving around: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 106: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 107: # Move your focus around | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 108: bindsym $mod+$left focus left | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+$left focus left | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+h focus left | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+h to command `focus left` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 109: bindsym $mod+$down focus down | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+$down focus down | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+j focus down | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+j to command `focus down` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 110: bindsym $mod+$up focus up | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+$up focus up | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+k focus up | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+k to command `focus up` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 111: bindsym $mod+$right focus right | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+$right focus right | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+l focus right | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+l to command `focus right` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 112: # or use $mod+[up|down|left|right] | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 113: bindsym $mod+Left focus left | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Left focus left | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Left focus left | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Left to command `focus left` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 114: bindsym $mod+Down focus down | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Down focus down | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Down focus down | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Down to command `focus down` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 115: bindsym $mod+Up focus up | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Up focus up | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Up focus up | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Up to command `focus up` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 116: bindsym $mod+Right focus right | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Right focus right | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Right focus right | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Right to command `focus right` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 117: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 118: # _move_ the focused window with the same, but add Shift | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 119: bindsym $mod+Shift+$left move left | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+$left move left | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+h move left | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+h to command `move left` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 120: bindsym $mod+Shift+$down move down | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+$down move down | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+j move down | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+j to command `move down` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 121: bindsym $mod+Shift+$up move up | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+$up move up | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+k move up | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+k to command `move up` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 122: bindsym $mod+Shift+$right move right | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+$right move right | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+l move right | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+l to command `move right` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 123: # ditto, with arrow keys | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 124: bindsym $mod+Shift+Left move left | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+Left move left | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+Left move left | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 125: bindsym $mod+Shift+Down move down | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+Down move down | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+Down move down | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 126: bindsym $mod+Shift+Up move up | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+Up move up | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+Up move up | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 127: bindsym $mod+Shift+Right move right | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+Right move right | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+Right move right | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 128: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 129: # Workspaces: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 130: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 131: # switch to workspace | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 132: bindsym $mod+1 workspace 1 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+1 workspace 1 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+1 workspace 1 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+1 to command `workspace 1` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 133: bindsym $mod+2 workspace 2 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+2 workspace 2 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+2 workspace 2 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+2 to command `workspace 2` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 134: bindsym $mod+3 workspace 3 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+3 workspace 3 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+3 workspace 3 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+3 to command `workspace 3` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 135: bindsym $mod+4 workspace 4 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+4 workspace 4 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+4 workspace 4 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+4 to command `workspace 4` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 136: bindsym $mod+5 workspace 5 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+5 workspace 5 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+5 workspace 5 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+5 to command `workspace 5` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 137: bindsym $mod+6 workspace 6 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+6 workspace 6 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+6 workspace 6 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+6 to command `workspace 6` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 138: bindsym $mod+7 workspace 7 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+7 workspace 7 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+7 workspace 7 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+7 to command `workspace 7` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 139: bindsym $mod+8 workspace 8 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+8 workspace 8 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+8 workspace 8 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+8 to command `workspace 8` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 140: bindsym $mod+9 workspace 9 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+9 workspace 9 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+9 workspace 9 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+9 to command `workspace 9` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 141: bindsym $mod+0 workspace 10 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+0 workspace 10 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+0 workspace 10 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+0 to command `workspace 10` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 142: # move focused container to workspace | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 143: bindsym $mod+Shift+1 move container to workspace 1 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+1 move container to workspace 1 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+1 move container to workspace 1 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+1 to command `move container to workspace 1` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 144: bindsym $mod+Shift+2 move container to workspace 2 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+2 move container to workspace 2 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+2 move container to workspace 2 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+2 to command `move container to workspace 2` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 145: bindsym $mod+Shift+3 move container to workspace 3 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+3 move container to workspace 3 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+3 move container to workspace 3 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+3 to command `move container to workspace 3` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 146: bindsym $mod+Shift+4 move container to workspace 4 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+4 move container to workspace 4 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+4 move container to workspace 4 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+4 to command `move container to workspace 4` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 147: bindsym $mod+Shift+5 move container to workspace 5 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+5 move container to workspace 5 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+5 move container to workspace 5 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+5 to command `move container to workspace 5` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 148: bindsym $mod+Shift+6 move container to workspace 6 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+6 move container to workspace 6 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+6 move container to workspace 6 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+6 to command `move container to workspace 6` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 149: bindsym $mod+Shift+7 move container to workspace 7 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+7 move container to workspace 7 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+7 move container to workspace 7 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+7 to command `move container to workspace 7` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 150: bindsym $mod+Shift+8 move container to workspace 8 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+8 move container to workspace 8 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+8 move container to workspace 8 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+8 to command `move container to workspace 8` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 151: bindsym $mod+Shift+9 move container to workspace 9 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+9 move container to workspace 9 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+9 move container to workspace 9 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+9 to command `move container to workspace 9` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 152: bindsym $mod+Shift+0 move container to workspace 10 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+0 move container to workspace 10 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+0 move container to workspace 10 | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+0 to command `move container to workspace 10` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 153: # Note: workspaces can have any name you want, not just numbers. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 154: # We just use 1-10 as the default. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 155: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 156: # Layout stuff: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 157: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 158: # You can "split" the current object of your focus with | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 159: # $mod+b or $mod+v, for horizontal and vertical splits | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 160: # respectively. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 161: bindsym $mod+b splith | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+b splith | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+b splith | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+b to command `splith` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 162: bindsym $mod+v splitv | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+v splitv | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+v splitv | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+v to command `splitv` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 163: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 164: # Switch the current container between different layout styles | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 165: bindsym $mod+s layout stacking | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+s layout stacking | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+s layout stacking | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+s to command `layout stacking` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 166: bindsym $mod+w layout tabbed | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+w layout tabbed | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+w layout tabbed | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+w to command `layout tabbed` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 167: bindsym $mod+e layout toggle split | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+e layout toggle split | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+e layout toggle split | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+e to command `layout toggle split` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 168: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 169: # Make the current focus fullscreen | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 170: bindsym $mod+f fullscreen | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+f fullscreen | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+f fullscreen | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+f to command `fullscreen` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 171: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 172: # Toggle the current focus between tiling and floating mode | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 173: bindsym $mod+Shift+space floating toggle | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+space floating toggle | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+space floating toggle | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 174: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 175: # Swap focus between the tiling area and the floating area | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 176: bindsym $mod+space focus mode_toggle | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+space focus mode_toggle | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+space focus mode_toggle | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 177: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 178: # move focus to the parent container | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 179: bindsym $mod+a focus parent | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+a focus parent | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+a focus parent | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+a to command `focus parent` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 180: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 181: # Scratchpad: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 182: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 183: # Sway has a "scratchpad", which is a bag of holding for windows. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 184: # You can send windows there and get them back later. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 185: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 186: # Move the currently focused window to the scratchpad | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 187: bindsym $mod+Shift+minus move scratchpad | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+Shift+minus move scratchpad | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+Shift+minus move scratchpad | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 188: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 189: # Show the next scratchpad window or hide the focused scratchpad window. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 190: # If there are multiple scratchpad windows, this command cycles through them. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 191: bindsym $mod+minus scratchpad show | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+minus scratchpad show | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+minus scratchpad show | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 192: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 193: # Resizing containers: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 194: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 195: mode "resize" { | |
2018-12-08 10:19:34 - [sway/sway/config.c:725] Entering block 'mode "resize"' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 196: # left will shrink the containers width | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 197: # right will grow the containers width | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 198: # up will shrink the containers height | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 199: # down will grow the containers height | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 200: bindsym $left resize shrink width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym $left resize shrink width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym h resize shrink width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym h resize shrink width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound h to command `resize shrink width 70px` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 201: bindsym $down resize grow height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym $down resize grow height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym j resize grow height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym j resize grow height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound j to command `resize grow height 70px` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 202: bindsym $up resize shrink height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym $up resize shrink height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym k resize shrink height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym k resize shrink height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound k to command `resize shrink height 70px` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 203: bindsym $right resize grow width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym $right resize grow width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym l resize grow width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym l resize grow width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound l to command `resize grow width 70px` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 204: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 205: # ditto, with arrow keys | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 206: bindsym Left resize shrink width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym Left resize shrink width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym Left resize shrink width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym Left resize shrink width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Left to command `resize shrink width 70px` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 207: bindsym Down resize grow height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym Down resize grow height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym Down resize grow height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym Down resize grow height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Down to command `resize grow height 70px` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 208: bindsym Up resize shrink height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym Up resize shrink height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym Up resize shrink height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym Up resize shrink height 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Up to command `resize shrink height 70px` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 209: bindsym Right resize grow width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym Right resize grow width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym Right resize grow width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym Right resize grow width 70px | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Right to command `resize grow width 70px` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 210: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 211: # return to default mode | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 212: bindsym Return mode "default" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym Return mode "default" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym Return mode "default" | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym Return mode "default" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Return to command `mode "default"` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 213: bindsym Escape mode "default" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: mode "resize" bindsym Escape mode "default" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(mode) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: mode "resize" bindsym Escape mode "default" | |
2018-12-08 10:19:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: bindsym Escape mode "default" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Escape to command `mode "default"` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 214: } | |
2018-12-08 10:19:34 - [sway/sway/config.c:742] Exiting block 'mode "resize"' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 215: bindsym $mod+r mode "resize" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bindsym $mod+r mode "resize" | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bindsym) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bindsym Mod4+r mode "resize" | |
2018-12-08 10:19:34 - [sway/sway/commands/bind.c:281] bindsym - Bound Mod4+r to command `mode "resize"` for device '*' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 216: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 217: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 218: # Status Bar: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 219: # | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 220: # Read `man 5 sway-bar` for more information about this section. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 221: bar { | |
2018-12-08 10:19:34 - [sway/sway/config.c:725] Entering block 'bar' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 222: position bottom | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bar position bottom | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bar) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bar position bottom | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bottom) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bottom) | |
2018-12-08 10:19:34 - [sway/sway/commands/bar.c:101] Creating bar bar-0 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(position) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: position bottom | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(position) | |
2018-12-08 10:19:34 - [sway/sway/commands/bar/position.c:19] Setting bar position 'bottom' for bar: bar-0 | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 223: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 224: # When the status_command prints a new line to stdout, swaybar updates. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 225: # The default just shows the current date and time. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 226: status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bar status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bar) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bar status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(while) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(while) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(status_command) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(status_command) | |
2018-12-08 10:19:34 - [sway/sway/commands/bar/status_command.c:22] Feeding bar with status command: while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 227: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 228: colors { | |
2018-12-08 10:19:34 - [sway/sway/config.c:725] Entering block 'bar colors' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 229: statusline #ffffff | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bar colors statusline #ffffff | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bar) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bar colors statusline #ffffff | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(statusline) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(statusline) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(colors) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: colors statusline #ffffff | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(colors) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: statusline #ffffff | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(statusline) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 230: background #323232 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bar colors background #323232 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bar) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bar colors background #323232 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(background) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(background) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(colors) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: colors background #323232 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(colors) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: background #323232 | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(background) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 231: inactive_workspace #32323200 #32323200 #5c5c5c | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: bar colors inactive_workspace #32323200 #32323200 #5c5c5c | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(bar) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: bar colors inactive_workspace #32323200 #32323200 #5c5c5c | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(inactive_workspace) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(inactive_workspace) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(colors) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: colors inactive_workspace #32323200 #32323200 #5c5c5c | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(colors) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:422] Subcommand: inactive_workspace #32323200 #32323200 #5c5c5c | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(inactive_workspace) | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 232: } | |
2018-12-08 10:19:34 - [sway/sway/config.c:742] Exiting block 'bar colors' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 233: } | |
2018-12-08 10:19:34 - [sway/sway/config.c:742] Exiting block 'bar' | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 234: | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 235: include /etc/sway/config.d/* | |
2018-12-08 10:19:34 - [sway/sway/commands.c:372] Config command: include /etc/sway/config.d/* | |
2018-12-08 10:19:34 - [sway/sway/commands.c:159] find_handler(include) | |
2018-12-08 10:19:34 - [sway/sway/commands.c:393] After replacement: include /etc/sway/config.d/* | |
2018-12-08 10:19:34 - [sway/sway/config.c:504] /etc/sway/config.d/* not found. | |
2018-12-08 10:19:34 - [sway/sway/config.c:650] Read line 236: | |
2018-12-08 10:19:34 - [sway/sway/server.c:178] Starting backend on wayland display 'wayland-0' | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1027] Scanning DRM connectors | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1090] Found connector 'DP-2' | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1090] Found connector 'HDMI-A-2' | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1090] Found connector 'DP-3' | |
2018-12-08 10:19:34 - [backend/drm/drm.c:877] Reallocating CRTCs | |
2018-12-08 10:19:34 - [backend/drm/drm.c:889] State before reallocation: | |
2018-12-08 10:19:34 - [backend/drm/drm.c:899] 'DP-3' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:899] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:899] 'DP-2' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:960] State after reallocation: | |
2018-12-08 10:19:34 - [backend/drm/drm.c:965] 'DP-3' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:965] 'HDMI-A-2' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:965] 'DP-2' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:446] Reallocating planes | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1027] Scanning DRM connectors | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1090] Found connector 'DP-1' | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1090] Found connector 'HDMI-A-1' | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1126] 'HDMI-A-1' connected | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1128] Current CRTC: 42 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1133] Physical size: 600x340 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1144] Detected modes: | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@59940 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@50000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@29970 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@25000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@25000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@24000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@24000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 3840x2160@23976 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 2560x1440@59951 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1200@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1080@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1080@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1080@59940 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1080@50000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1080@30000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1080@29970 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1080@24000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1920x1080@23976 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1600x1200@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1680x1050@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1600x900@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1280x1024@60020 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1440x900@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1280x800@59910 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1152x864@59967 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1280x720@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1280x720@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1280x720@59940 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 1024x768@60004 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 800x600@60317 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 720x576@50000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 720x480@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 720x480@59940 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 640x480@60000 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 640x480@59940 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1165] 640x480@59940 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1090] Found connector 'DVI-D-1' | |
2018-12-08 10:19:34 - [backend/drm/drm.c:877] Reallocating CRTCs | |
2018-12-08 10:19:34 - [backend/drm/drm.c:889] State before reallocation: | |
2018-12-08 10:19:34 - [backend/drm/drm.c:899] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:899] 'HDMI-A-1' crtc=0 state=1 desired_enabled=1 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:899] 'DP-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:960] State after reallocation: | |
2018-12-08 10:19:34 - [backend/drm/drm.c:965] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:965] 'HDMI-A-1' crtc=0 state=1 desired_enabled=1 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:965] 'DP-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:446] Reallocating planes | |
2018-12-08 10:19:34 - [backend/drm/drm.c:491] Assigning plane -1 -> 40 (type 1) to CRTC 42 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:491] Assigning plane -1 -> 41 (type 2) to CRTC 42 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:1236] Requesting modeset for 'HDMI-A-1' | |
2018-12-08 10:19:34 - [sway/sway/desktop/output.c:557] New output 0x5572758d7820: HDMI-A-1 | |
2018-12-08 10:19:34 - [sway/sway/tree/output.c:269] Matched output config for HDMI-A-1 | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:284] Workspace: Generating new workspace name for output HDMI-A-1 | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '1' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:274] Workspace: Found free name 1 | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '2' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '3' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '4' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '5' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '6' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '7' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '8' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '9' | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '10' | |
2018-12-08 10:19:34 - [sway/sway/tree/output.c:95] Creating default workspace 1 | |
2018-12-08 10:19:34 - [sway/sway/tree/workspace.c:75] Adding workspace 1 for output HDMI-A-1 | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:201] Set HDMI-A-1 mode to 3840x2160 (-1.000000 GHz) | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:162] Assigning configured mode to HDMI-A-1 | |
2018-12-08 10:19:34 - [backend/drm/drm.c:526] Modesetting 'HDMI-A-1' with '3840x2160@60000 mHz' | |
2018-12-08 10:19:34 - [backend/drm/drm.c:357] Starting renderer on output 'HDMI-A-1' | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 8 VGPRS: 28 Code Size: 36 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 24 VGPRS: 12 Code Size: 288 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 8 VGPRS: 24 Code Size: 40 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 108 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:34 - [GLES2] LLVM diagnostic (remark): <unknown>:0:0: 4 instructions in function | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:219] Set HDMI-A-1 position to 0, 1680 | |
2018-12-08 10:19:34 - [sway/sway/tree/arrange.c:190] Usable area for ws: 0x0@0,0 | |
2018-12-08 10:19:34 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:19:34 - [sway/sway/desktop/transaction.c:402] Transaction 0x5572759d41d0 committing with 2 instructions | |
2018-12-08 10:19:34 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x5572759d41d0 | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:237] Setting background for output 0 to /home/drbawb/pics/walls/nagato-yuki.jpg | |
2018-12-08 10:19:34 - [sway/sway/config/output.c:252] -> swaybg 0 "/home/drbawb/pics/walls/nagato-yuki.jpg" fill | |
2018-12-08 10:19:34 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output | |
2018-12-08 10:19:34 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2160@0,0 | |
2018-12-08 10:19:34 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:19:34 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2160@0,0 | |
2018-12-08 10:19:34 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:19:34 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275965970 committing with 1 instructions | |
2018-12-08 10:19:34 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275965970 | |
2018-12-08 10:19:34 - [backend/libinput/backend.c:55] Initializing libinput | |
2018-12-08 10:19:34 - [backend/libinput/events.c:94] Added Power Button [0:1] | |
2018-12-08 10:19:34 - [sway/sway/input/input-manager.c:284] adding device: '0:1:Power_Button' | |
2018-12-08 10:19:34 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:34 - [sway/sway/input/seat.c:528] adding device 0:1:Power_Button to seat seat0 | |
2018-12-08 10:19:34 - [backend/libinput/events.c:94] Added Video Bus [0:6] | |
2018-12-08 10:19:34 - [sway/sway/input/input-manager.c:284] adding device: '0:6:Video_Bus' | |
2018-12-08 10:19:34 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:34 - [sway/sway/input/seat.c:528] adding device 0:6:Video_Bus to seat seat0 | |
2018-12-08 10:19:34 - [backend/libinput/events.c:94] Added Power Button [0:1] | |
2018-12-08 10:19:34 - [sway/sway/input/input-manager.c:284] adding device: '0:1:Power_Button' | |
2018-12-08 10:19:34 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:34 - [sway/sway/input/seat.c:528] adding device 0:1:Power_Button to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added Sleep Button [0:3] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '0:3:Sleep_Button' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 0:3:Sleep_Button to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA ATI HDMI HDMI/DP,pcm=3 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA ATI HDMI HDMI/DP,pcm=7 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA ATI HDMI HDMI/DP,pcm=8 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA ATI HDMI HDMI/DP,pcm=9 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA ATI HDMI HDMI/DP,pcm=10 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added Logitech Gaming Mouse G502 [1133:49277] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '1133:49277:Logitech_Gaming_Mouse_G502' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 1133:49277:Logitech_Gaming_Mouse_G502 to seat seat0 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors: | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] draft_small (1 images) 24x24+21,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] top_tee (1 images) 24x24+12,5 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 24x24+7,21 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 24x24+12,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 24x24+12,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] bottom_tee (1 images) 24x24+12,19 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 24x24+15,15 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] diamond_cross (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] link (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 24x24+12,21 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 24x24+12,21 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] se-resize (1 images) 24x24+15,15 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 2870a09082c103050810ffdffffe0204 (1 images) 24x24+12,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] tcross (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] sb_down_arrow (1 images) 24x24+12,19 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 24x24+13,6 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 24x24+11,10 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] X_cursor (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] grab (1 images) 24x24+11,7 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] default (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] cross_reverse (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] circle (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] plus (1 images) 24x24+10,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 24x24+19,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] ne-resize (1 images) 24x24+15,10 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 24x24+12,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] draft_large (1 images) 24x24+21,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] lr_angle (1 images) 24x24+20,19 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 24x24+12,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 24x24+19,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] ul_angle (1 images) 24x24+4,5 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 24x24+8,5 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 24x24+12,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] dotbox (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] ew-resize (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 14fef782d02440884392942c11205230 (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 24x24+12,21 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 24x24+21,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] bd_double_arrow (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 24x24+12,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] wait (60 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] pointer-move (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] nwse-resize (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 24x24+11,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] ns-resize (1 images) 24x24+12,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] ll_angle (1 images) 24x24+4,19 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 24x24+13,18 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] target (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] cross (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 24x24+10,15 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (60 images) 24x24+4,3 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] left_tee (1 images) 24x24+6,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 24x24+12,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] fcf1c3c7cd4491d801f1e1c78f100000 (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] fd_double_arrow (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] dnd-link (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 24x24+12,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] help (1 images) 24x24+12,21 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 24x24+8,5 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] watch (60 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] cell (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] c7088f0f3e6c8088236ef8e1e3e70000 (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] sw-resize (1 images) 24x24+10,15 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] ur_angle (1 images) 24x24+20,5 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 24x24+6,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] double_arrow (1 images) 24x24+12,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 24x24+12,21 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 24x24+12,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] sb_up_arrow (1 images) 24x24+12,3 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 24x24+13,6 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 24x24+8,5 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] dot_box_mask (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] right_tee (1 images) 24x24+20,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 24x24+13,18 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 24x24+6,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 028006030e0e7ebffc7f7070c0600140 (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] nw-resize (1 images) 24x24+10,10 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 24x24+11,10 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] move (1 images) 24x24+12,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] hand (1 images) 24x24+8,5 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] alias (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] text (1 images) 24x24+11,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 24x24+10,10 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 24x24+15,10 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] dnd-ask (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 24x24+12,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] arrow (1 images) 24x24+4,4 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] progress (60 images) 24x24+4,3 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (60 images) 24x24+4,3 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] sb_right_arrow (1 images) 24x24+19,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 24x24+12,13 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] sb_left_arrow (1 images) 24x24+6,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 24x24+8,5 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (60 images) 24x24+4,3 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] copy (1 images) 24x24+9,9 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 24x24+12,12 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] icon (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 24x24+11,7 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] grabbing (1 images) 24x24+12,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] draped_box (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [xcursor/wlr_xcursor.c:248] nesw-resize (1 images) 24x24+11,11 | |
2018-12-08 10:19:35 - [GLES2] LLVM diagnostic (remark): <unknown>:0:0: 3 instructions in function | |
2018-12-08 10:19:35 - [GLES2] Shader Stats: SGPRS: 16 VGPRS: 24 Code Size: 84 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:35 - [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 136 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added Logitech Gaming Mouse G502 Keyboard [1133:49277] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '1133:49277:Logitech_Gaming_Mouse_G502_Keyboard' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 1133:49277:Logitech_Gaming_Mouse_G502_Keyboard to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added Logitech Gaming Mouse G502 Consumer Control [1133:49277] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '1133:49277:Logitech_Gaming_Mouse_G502_Consumer_Control' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 1133:49277:Logitech_Gaming_Mouse_G502_Consumer_Control to seat seat0 | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '1133:49277:Logitech_Gaming_Mouse_G502_Consumer_Control' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 1133:49277:Logitech_Gaming_Mouse_G502_Consumer_Control to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added Logitech Gaming Mouse G502 System Control [1133:49277] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '1133:49277:Logitech_Gaming_Mouse_G502_System_Control' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 1133:49277:Logitech_Gaming_Mouse_G502_System_Control to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added USB Keyboard [1241:361] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '1241:361:USB_Keyboard' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 1241:361:USB_Keyboard to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added USB Keyboard Consumer Control [1241:361] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '1241:361:USB_Keyboard_Consumer_Control' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 1241:361:USB_Keyboard_Consumer_Control to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added USB Keyboard System Control [1241:361] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '1241:361:USB_Keyboard_System_Control' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 1241:361:USB_Keyboard_System_Control to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH Front Mic [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH Rear Mic [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH Line [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH Line Out Front [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH Line Out Surround [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH Line Out CLFE [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH Line Out Side [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH Front Headphone [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=3 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=7 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=8 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=9 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added HDA Intel PCH HDMI/DP,pcm=10 [0:0] | |
2018-12-08 10:19:35 - [backend/libinput/events.c:94] Added Eee PC WMI hotkeys [0:0] | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:284] adding device: '0:0:Eee_PC_WMI_hotkeys' | |
2018-12-08 10:19:35 - [sway/sway/input/input-manager.c:300] no seat configuration, using default seat | |
2018-12-08 10:19:35 - [sway/sway/input/seat.c:528] adding device 0:0:Eee_PC_WMI_hotkeys to seat seat0 | |
2018-12-08 10:19:35 - [backend/libinput/backend.c:101] libinput successfully initialized | |
2018-12-08 10:19:35 - [sway/sway/config/bar.c:236] Invoking swaybar for bar id 'bar-0' | |
2018-12-08 10:19:35 - [sway/sway/config/bar.c:215] Spawned swaybar 3703 | |
2018-12-08 10:19:35 - [sway/sway/main.c:392] Running deferred commands | |
2018-12-08 10:19:35 - [sway/sway/commands.c:268] Handling command 'exec xrdb ~/.Xresources' | |
2018-12-08 10:19:35 - [sway/sway/commands.c:159] find_handler(exec) | |
2018-12-08 10:19:35 - [sway/sway/commands/exec_always.c:44] Executing xrdb ~/.Xresources | |
2018-12-08 10:19:35 - [sway/sway/commands/exec_always.c:85] Child process created with pid 3705 | |
2018-12-08 10:19:35 - [sway/sway/tree/root.c:222] Recording workspace for process 3705 | |
2018-12-08 10:19:35 - [sway/sway/server.c:189] Running compositor on wayland display 'wayland-0' | |
2018-12-08 10:19:35 - [types/wlr_surface.c:595] New wlr_surface 0x557275c08ce0 (res 0x557275deae20) | |
2018-12-08 10:19:35 - [types/wlr_layer_shell_v1.c:388] new layer_surface 0x557275e2f2b0 (res 0x557275dcbef0) | |
2018-12-08 10:19:35 - [sway/sway/desktop/layer_shell.c:368] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0 | |
2018-12-08 10:19:35 - [xwayland/xwayland.c:122] WAYLAND_SOCKET=19 Xwayland :0 -rootless -terminate -listen 17 -listen 18 -wm 79 | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:155] Event on IPC listening socket | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:201] New client: fd 19 | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:155] Event on IPC listening socket | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:201] New client: fd 82 | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: { "id": "bar-0", "mode": "dock", "hidden_state": "hide", "position": "bottom", "status_command": "while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done", "font": "monospace 10", "gaps": { "top": 0, "right": 0, "bottom": 0, "left": 0 }, "bar_height": -1, "wrap_scroll": false, "workspace_buttons": true, "strip_workspace_numbers": false, "strip_workspace_name": false, "binding_mode_indicator": true, "verbose": false, "pango_markup": false, "colors": { "background": "#323232ff", "statusline": "#ffffffff", "separator": "#666666ff", "focused_background": "#323232ff", "focused_statusline": "#ffffffff", "focused_separator": "#666666ff", "focused_workspace_border": "#4c7899ff", "focused_workspace_bg": "#285577ff", "focused_workspace_text": "#ffffffff", "inactive_workspace_border": "#32323200", "inactive_workspace_bg": "#32323200", "inactive_workspace_text": "#5c5c5cff", "active_workspace_border": "#333333ff", "active_workspace_bg": "#5f676aff", "active_workspace_text": "#ffffffff", "urgent_workspace_border": "#2f343aff", "urgent_workspace_bg": "#900000ff", "urgent_workspace_text": "#ffffffff", "binding_mode_border": "#2f343aff", "binding_mode_bg": "#900000ff", "binding_mode_text": "#ffffffff" } } | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 2, "name": "HDMI-A-1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2160 }, "focus": [ 3 ], "border": "none", "current_border_width": 0, "layout": "output", "orientation": "none", "percent": 1.0, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "output", "active": true, "primary": false, "make": "Goldstar Company Ltd", "model": "LG HDR 4K", "serial": "0x0000CFE7", "scale": 1.0, "transform": "normal", "current_workspace": "1", "modes": [ { "width": 640, "height": 480, "refresh": 59940 }, { "width": 640, "height": 480, "refresh": 59940 }, { "width": 640, "height": 480, "refresh": 60000 }, { "width": 720, "height": 480, "refresh": 59940 }, { "width": 720, "height": 480, "refresh": 60000 }, { "width": 720, "height": 576, "refresh": 50000 }, { "width": 800, "height": 600, "refresh": 60317 }, { "width": 1024, "height": 768, "refresh": 60004 }, { "width": 1280, "height": 720, "refresh": 59940 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1152, "height": 864, "refresh": 59967 }, { "width": 1280, "height": 800, "refresh": 59910 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60020 }, { "width": 1600, "height": 900, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1600, "height": 1200, "refresh": 60000 }, { "width": 1920, "height": 1080, "refresh": 23976 }, { "width": 1920, "height": 1080, "refresh": 24000 }, { "width": 1920, "height": 1080, "refresh": 29970 }, { "width": 1920, "height": 1080, "refresh": 30000 }, { "width": 1920, "height": 1080, "refresh": 50000 }, { "width": 1920, "height": 1080, "refresh": 59940 }, { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1920, "height": 1200, "refresh": 60000 }, { "width": 2560, "height": 1440, "refresh": 59951 }, { "width": 3840, "height": 2160, "refresh": 23976 }, { "width": 3840, "height": 2160, "refresh": 24000 }, { "width": 3840, "height": 2160, "refresh": 24000 }, { "width": 3840, "height": 2160, "refresh": 25000 }, { "width": 3840, "height": 2160, "refresh": 25000 }, { "width": 3840, "height": 2160, "refresh": 29970 }, { "width": 3840, "height": 2160, "refresh": 30000 }, { "width": 3840, "height": 2160, "refresh": 30000 }, { "width": 3840, "height": 2160, "refresh": 30000 }, { "width": 3840, "height": 2160, "refresh": 50000 }, { "width": 3840, "height": 2160, "refresh": 59940 }, { "width": 3840, "height": 2160, "refresh": 60000 }, { "width": 3840, "height": 2160, "refresh": 60000 } ], "current_mode": { "width": 3840, "height": 2160, "refresh": 60000 }, "focused": true } ] | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:223] Client 82 readable | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: {"success": true} | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:500] Client 82 writable | |
glamor: No eglstream capable devices found | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2160 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": null, "focused": true, "visible": true } ] | |
2018-12-08 10:19:35 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:19:35 - [types/wlr_surface.c:595] New wlr_surface 0x557275e2fab0 (res 0x557275e18a40) | |
2018-12-08 10:19:35 - [types/wlr_layer_shell_v1.c:388] new layer_surface 0x557275e2fdd0 (res 0x557275df2240) | |
2018-12-08 10:19:35 - [sway/sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x23 margin 0,0,0,0 | |
2018-12-08 10:19:35 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output | |
2018-12-08 10:19:35 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2137@0,0 | |
2018-12-08 10:19:35 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:19:35 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275de4830 committing with 1 instructions | |
2018-12-08 10:19:35 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275de4830 | |
2018-12-08 10:19:35 - [types/wlr_surface.c:595] New wlr_surface 0x557275e3e590 (res 0x557275e41770) | |
The XKEYBOARD keymap compiler (xkbcomp) reports: | |
> Warning: Unsupported high keycode 372 for name <I372> ignored | |
> X11 cannot support keycodes above 255. | |
> This warning only shows for the first high keycode. | |
Errors from xkbcomp are not fatal to the X server | |
2018-12-08 10:19:35 - [types/wlr_surface.c:595] New wlr_surface 0x557275e30dd0 (res 0x557275e3feb0) | |
2018-12-08 10:19:35 - [xwayland/xwayland.c:371] sent SIGUSR1 to process 3684 | |
2018-12-08 10:19:35 - [xwayland/xwayland.c:262] Xserver is ready | |
2018-12-08 10:19:35 - [xwayland/xwm.c:1483] xfixes version: 5.0 | |
2018-12-08 10:19:35 - [sway/sway/input/cursor.c:1227] denying request to set cursor from unfocused client | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097153) | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097154) | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (2097154) | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097155) | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
The XKEYBOARD keymap compiler (xkbcomp) reports: | |
> Warning: Unsupported maximum keycode 374, clipping. | |
> X11 cannot support keycodes above 255. | |
> Warning: Unsupported high keycode 372 for name <I372> ignored | |
> X11 cannot support keycodes above 255. | |
> This warning only shows for the first high keycode. | |
Errors from xkbcomp are not fatal to the X server | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34) | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34) | |
2018-12-08 10:19:35 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
2018-12-08 10:19:36 - [GLES2] Shader Stats: SGPRS: 8 VGPRS: 24 Code Size: 40 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
2018-12-08 10:19:36 - [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 92 LDS: 0 Scratch: 0 Max Waves: 8 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0 | |
The XKEYBOARD keymap compiler (xkbcomp) reports: | |
> Warning: Unsupported maximum keycode 374, clipping. | |
> X11 cannot support keycodes above 255. | |
> Warning: Unsupported high keycode 372 for name <I372> ignored | |
> X11 cannot support keycodes above 255. | |
> This warning only shows for the first high keycode. | |
Errors from xkbcomp are not fatal to the X server | |
2018-12-08 10:19:36 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:36 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34) | |
2018-12-08 10:19:36 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:36 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34) | |
2018-12-08 10:19:36 - [sway/sway/commands/bind.c:299] running command for binding: exec urxvt | |
2018-12-08 10:19:36 - [sway/sway/commands.c:268] Handling command 'exec urxvt' | |
2018-12-08 10:19:36 - [sway/sway/commands.c:159] find_handler(exec) | |
2018-12-08 10:19:36 - [sway/sway/commands/exec_always.c:44] Executing urxvt | |
2018-12-08 10:19:36 - [sway/sway/commands/exec_always.c:85] Child process created with pid 3742 | |
2018-12-08 10:19:36 - [sway/sway/tree/root.c:222] Recording workspace for process 3742 | |
2018-12-08 10:19:36 - [sway/sway/ipc-server.c:401] Sending binding event | |
2018-12-08 10:19:36 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:36 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [sway/sway/desktop/xwayland.c:587] New xwayland surface title='(null)' class='(null)' | |
2018-12-08 10:19:36 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:36 - [xwayland/xwm.c:884] XCB_MAP_REQUEST (4194314) | |
2018-12-08 10:19:36 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:688] unhandled X11 property 271 (WM_STATE) for window 4194314 | |
2018-12-08 10:19:36 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:36 - [xwayland/xwm.c:897] XCB_MAP_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland | |
2018-12-08 10:19:36 - [xwayland/xwm.c:1162] XCB_CLIENT_MESSAGE (4194314) | |
2018-12-08 10:19:36 - [types/wlr_surface.c:595] New wlr_surface 0x557275d38310 (res 0x557275e3fb50) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:1331] New xwayland surface: 0x557275d38310 | |
2018-12-08 10:19:36 - [xwayland/xwm.c:368] XCB_ATOM_WM_CLASS: urxvt URxvt | |
2018-12-08 10:19:36 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: urxvt | |
2018-12-08 10:19:36 - [xwayland/xwm.c:502] WM_PROTOCOLS (2) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:532] WM_HINTS (9) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:572] WM_NORMAL_HINTS (18) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: urxvt | |
2018-12-08 10:19:36 - [xwayland/xwm.c:456] NET_WM_PID 3742 | |
2018-12-08 10:19:36 - [sway/sway/tree/root.c:178] Looking up workspace for pid 3742 | |
2018-12-08 10:19:36 - [sway/sway/tree/root.c:187] found pid_workspace for pid 3742, workspace 1 | |
2018-12-08 10:19:36 - [sway/sway/ipc-server.c:329] Sending window::new event | |
2018-12-08 10:19:36 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:36 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2137@0,0 | |
2018-12-08 10:19:36 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:19:36 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db180 horizontally | |
2018-12-08 10:19:36 - [sway/sway/ipc-server.c:329] Sending window::focus event | |
2018-12-08 10:19:36 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275e97f90 committing with 3 instructions | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:572] WM_NORMAL_HINTS (18) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:572] WM_NORMAL_HINTS (18) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34) | |
2018-12-08 10:19:36 - [sway/sway/desktop/transaction.c:484] Transaction 0x557275e97f90 is ready | |
2018-12-08 10:19:36 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275e97f90 | |
2018-12-08 10:19:36 - [sway/sway/tree/container.c:987] Container 0x557275d38f50 entered output 0x5572758d64c0 | |
2018-12-08 10:19:36 - [GLES2] LLVM diagnostic (remark): <unknown>:0:0: 2 instructions in function | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: drbawb@nagato: ~ | |
2018-12-08 10:19:36 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:36 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:36 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:37 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:37 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:37 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: vim sway.log | |
2018-12-08 10:19:37 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:37 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:37 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:37 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:37 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:41 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:41 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:41 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: drbawb@nagato: ~ | |
2018-12-08 10:19:41 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:41 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:41 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:41 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:41 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:42 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:42 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:42 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: ls --color=tty -lah | |
2018-12-08 10:19:42 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:42 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:42 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:42 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:42 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:42 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:42 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:42 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: drbawb@nagato: ~ | |
2018-12-08 10:19:42 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:42 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:42 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:42 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:42 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:48 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:48 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:48 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: ls --color=tty -lh | |
2018-12-08 10:19:48 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:48 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:48 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:48 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:48 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:48 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:48 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:48 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: drbawb@nagato: ~ | |
2018-12-08 10:19:48 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:48 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:48 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:48 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:48 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:49 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:49 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:49 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: ls --color=tty -lh | |
2018-12-08 10:19:49 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:49 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:49 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:49 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:49 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:49 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:49 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:49 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: drbawb@nagato: ~ | |
2018-12-08 10:19:49 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:49 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:49 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:49 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:49 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:51 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:51 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:51 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: ls --color=tty -lh | |
2018-12-08 10:19:51 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:51 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:51 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:51 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:51 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:51 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:51 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:51 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: drbawb@nagato: ~ | |
2018-12-08 10:19:51 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:51 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:51 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:51 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:51 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:52 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:52 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:52 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: ls --color=tty -lh | |
2018-12-08 10:19:52 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:52 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:52 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:52 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:52 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:52 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:52 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:52 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: drbawb@nagato: ~ | |
2018-12-08 10:19:52 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:52 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:52 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:52 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:52 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:53 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:53 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:53 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: vim sway.log | |
2018-12-08 10:19:53 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:53 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:53 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:53 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:53 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:56 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:56 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:56 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: drbawb@nagato: ~ | |
2018-12-08 10:19:56 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:19:56 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:56 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:19:56 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:19:56 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:20:01 - [backend/session/session.c:40] udev event for card0 (change) | |
2018-12-08 10:20:01 - [backend/drm/backend.c:131] /dev/dri/card0 invalidated | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1027] Scanning DRM connectors | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1126] 'DP-1' connected | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1128] Current CRTC: -1 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1133] Physical size: 600x340 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1144] Detected modes: | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 3840x2160@59997 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 2560x1600@59972 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 2560x1440@59951 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1920x1200@59997 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1920x1080@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1920x1080@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1920x1080@59940 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1920x1080@50000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1600x1200@59997 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1680x1050@59883 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x1024@75025 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x1024@60020 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1440x900@59901 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x960@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x800@59997 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1152x864@75000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x720@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x720@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x720@59940 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x720@50000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1280x720@50000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1440x576@50000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1440x576@50000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1024x768@75029 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1024x768@70069 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1024x768@60004 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1440x480@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1440x480@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1440x480@59940 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 1440x480@59940 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 832x624@74551 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 800x600@75000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 800x600@72188 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 800x600@60317 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 800x600@56250 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 720x576@50000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 720x576@50000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 720x576@50000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 720x480@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 720x480@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 720x480@59940 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 720x480@59940 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 640x480@75000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 640x480@72809 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 640x480@66667 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 640x480@60000 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 640x480@59940 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 640x480@59940 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1165] 720x400@70082 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:877] Reallocating CRTCs | |
2018-12-08 10:20:01 - [backend/drm/drm.c:889] State before reallocation: | |
2018-12-08 10:20:01 - [backend/drm/drm.c:899] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:899] 'HDMI-A-1' crtc=0 state=3 desired_enabled=1 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:899] 'DP-1' crtc=-1 state=1 desired_enabled=1 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:956] Assigning CRTC 4 to output -1 -> 2 'DP-1' | |
2018-12-08 10:20:01 - [backend/drm/drm.c:960] State after reallocation: | |
2018-12-08 10:20:01 - [backend/drm/drm.c:965] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:965] 'HDMI-A-1' crtc=0 state=3 desired_enabled=1 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:965] 'DP-1' crtc=4 state=1 desired_enabled=1 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:446] Reallocating planes | |
2018-12-08 10:20:01 - [backend/drm/drm.c:491] Assigning plane -1 -> 36 (type 1) to CRTC 50 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:491] Assigning plane -1 -> 49 (type 2) to CRTC 50 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:1236] Requesting modeset for 'DP-1' | |
2018-12-08 10:20:01 - [sway/sway/desktop/output.c:557] New output 0x5572758986c0: DP-1 | |
2018-12-08 10:20:01 - [sway/sway/tree/output.c:269] Matched output config for DP-1 | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:284] Workspace: Generating new workspace name for output DP-1 | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '1' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '2' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:274] Workspace: Found free name 2 | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '3' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '4' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '5' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '6' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '7' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '8' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '9' | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:221] Got valid workspace command for target: '10' | |
2018-12-08 10:20:01 - [sway/sway/tree/output.c:95] Creating default workspace 2 | |
2018-12-08 10:20:01 - [sway/sway/tree/workspace.c:75] Adding workspace 2 for output DP-1 | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:303] Sending workspace::init event | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "init", "old": null, "current": { "id": 6, "name": "2", "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "nodes": [ ] } } | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:303] Sending workspace::init event | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "init", "old": null, "current": { "id": 6, "name": "2", "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "nodes": [ ] } } | |
2018-12-08 10:20:01 - [sway/sway/config/output.c:201] Set DP-1 mode to 3840x2160 (-1.000000 GHz) | |
2018-12-08 10:20:01 - [sway/sway/config/output.c:162] Assigning configured mode to DP-1 | |
2018-12-08 10:20:01 - [backend/drm/drm.c:526] Modesetting 'DP-1' with '3840x2160@59997 mHz' | |
2018-12-08 10:20:01 - [backend/drm/drm.c:357] Starting renderer on output 'DP-1' | |
2018-12-08 10:20:01 - [sway/sway/config/output.c:213] Set DP-1 transform to 3 | |
2018-12-08 10:20:01 - [sway/sway/config/output.c:219] Set DP-1 position to 3840, 0 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2137@0,0 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db190 horizontally | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:190] Usable area for ws: 0x0@0,0 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:20:01 - [sway/sway/desktop/transaction.c:402] Transaction 0x55727562e540 committing with 4 instructions | |
2018-12-08 10:20:01 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x55727562e540 | |
2018-12-08 10:20:01 - [sway/sway/config/output.c:237] Setting background for output 1 to /home/drbawb/pics/walls/isla-pour.png | |
2018-12-08 10:20:01 - [sway/sway/config/output.c:252] -> swaybg 1 "/home/drbawb/pics/walls/isla-pour.png" fill | |
2018-12-08 10:20:01 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2137@0,0 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db300 horizontally | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:20:01 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ec2170 committing with 3 instructions | |
2018-12-08 10:20:01 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ec2170 | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:500] Client 82 writable | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "focused": true, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3840 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "focused": false, "visible": true } ] | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "focused": true, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3840 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "focused": false, "visible": true } ] | |
2018-12-08 10:20:01 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:20:01 - [types/wlr_surface.c:595] New wlr_surface 0x557275ec2620 (res 0x557275e96d40) | |
2018-12-08 10:20:01 - [types/wlr_layer_shell_v1.c:388] new layer_surface 0x557275ec2940 (res 0x557275e6d430) | |
2018-12-08 10:20:01 - [sway/sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x23 margin 0,0,0,0 | |
2018-12-08 10:20:01 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:20:01 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:20:01 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ec5160 committing with 1 instructions | |
2018-12-08 10:20:01 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ec5160 | |
2018-12-08 10:20:01 - [types/wlr_surface.c:595] New wlr_surface 0x557275ec2ab0 (res 0x557275eb3b00) | |
2018-12-08 10:20:01 - [types/wlr_layer_shell_v1.c:388] new layer_surface 0x557275ec7550 (res 0x557275ec76c0) | |
2018-12-08 10:20:01 - [sway/sway/desktop/layer_shell.c:368] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0 | |
2018-12-08 10:20:07 - [sway/sway/ipc-server.c:303] Sending workspace::focus event | |
2018-12-08 10:20:07 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "focus", "old": { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focused": false, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "nodes": [ { "id": 4, "name": "drbawb@nagato: ~", "rect": { "x": 10, "y": 1690, "width": 3820, "height": 2117 }, "focused": false, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.98548149664638907, "window_rect": { "x": 2, "y": 0, "width": 3816, "height": 2090 }, "deco_rect": { "x": 0, "y": 0, "width": 3820, "height": 25 }, "geometry": { "x": 0, "y": 0, "width": 736, "height": 460 }, "window": 4194314, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 3742, "app_id": null, "marks": [ ], "window_properties": { "class": "URxvt", "instance": "urxvt", "title": "drbawb@nagato: ~", "transient_for": null }, "nodes": [ ] } ] }, "current": { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focused": true, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "nodes": [ ] } } | |
2018-12-08 10:20:07 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ecd950 committing with 4 instructions | |
2018-12-08 10:20:07 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ecd950 | |
2018-12-08 10:20:07 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
2018-12-08 10:20:07 - [xwayland/xwm.c:1247] unhandled X11 event: FocusOut (10) | |
2018-12-08 10:20:07 - [sway/sway/input/cursor.c:1227] denying request to set cursor from unfocused client | |
2018-12-08 10:20:07 - [sway/sway/ipc-server.c:500] Client 82 writable | |
2018-12-08 10:20:07 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:20:07 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "focused": false, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "focused": true, "visible": true } ] | |
2018-12-08 10:20:07 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:20:08 - [sway/sway/ipc-server.c:303] Sending workspace::focus event | |
2018-12-08 10:20:08 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "focus", "old": { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "nodes": [ ] }, "current": { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focused": true, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "nodes": [ { "id": 4, "name": "drbawb@nagato: ~", "rect": { "x": 10, "y": 1690, "width": 3820, "height": 2117 }, "focused": false, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.98548149664638907, "window_rect": { "x": 2, "y": 0, "width": 3816, "height": 2090 }, "deco_rect": { "x": 0, "y": 0, "width": 3820, "height": 25 }, "geometry": { "x": 0, "y": 0, "width": 736, "height": 460 }, "window": 4194314, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 3742, "app_id": null, "marks": [ ], "window_properties": { "class": "URxvt", "instance": "urxvt", "title": "drbawb@nagato: ~", "transient_for": null }, "nodes": [ ] } ] } } | |
2018-12-08 10:20:08 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275eb2480 committing with 4 instructions | |
2018-12-08 10:20:08 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275eb2480 | |
2018-12-08 10:20:08 - [sway/sway/ipc-server.c:500] Client 82 writable | |
2018-12-08 10:20:08 - [sway/sway/ipc-server.c:329] Sending window::focus event | |
2018-12-08 10:20:08 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ebe120 committing with 3 instructions | |
2018-12-08 10:20:08 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ebe120 | |
2018-12-08 10:20:08 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
2018-12-08 10:20:08 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:20:08 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "focused": true, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "focused": false, "visible": true } ] | |
2018-12-08 10:20:08 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:20:10 - [sway/sway/ipc-server.c:303] Sending workspace::focus event | |
2018-12-08 10:20:10 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "focus", "old": { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focused": false, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "nodes": [ { "id": 4, "name": "drbawb@nagato: ~", "rect": { "x": 10, "y": 1690, "width": 3820, "height": 2117 }, "focused": false, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.98548149664638907, "window_rect": { "x": 2, "y": 0, "width": 3816, "height": 2090 }, "deco_rect": { "x": 0, "y": 0, "width": 3820, "height": 25 }, "geometry": { "x": 0, "y": 0, "width": 736, "height": 460 }, "window": 4194314, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 3742, "app_id": null, "marks": [ ], "window_properties": { "class": "URxvt", "instance": "urxvt", "title": "drbawb@nagato: ~", "transient_for": null }, "nodes": [ ] } ] }, "current": { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focused": true, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "nodes": [ ] } } | |
2018-12-08 10:20:10 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ebe120 committing with 4 instructions | |
2018-12-08 10:20:10 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ebe120 | |
2018-12-08 10:20:10 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
2018-12-08 10:20:10 - [xwayland/xwm.c:1247] unhandled X11 event: FocusOut (10) | |
2018-12-08 10:20:10 - [sway/sway/ipc-server.c:500] Client 82 writable | |
2018-12-08 10:20:10 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:20:10 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "focused": false, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "focused": true, "visible": true } ] | |
2018-12-08 10:20:10 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:20:11 - [sway/sway/ipc-server.c:303] Sending workspace::focus event | |
2018-12-08 10:20:11 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "focus", "old": { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "nodes": [ ] }, "current": { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focused": true, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "nodes": [ { "id": 4, "name": "drbawb@nagato: ~", "rect": { "x": 10, "y": 1690, "width": 3820, "height": 2117 }, "focused": false, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.98548149664638907, "window_rect": { "x": 2, "y": 0, "width": 3816, "height": 2090 }, "deco_rect": { "x": 0, "y": 0, "width": 3820, "height": 25 }, "geometry": { "x": 0, "y": 0, "width": 736, "height": 460 }, "window": 4194314, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 3742, "app_id": null, "marks": [ ], "window_properties": { "class": "URxvt", "instance": "urxvt", "title": "drbawb@nagato: ~", "transient_for": null }, "nodes": [ ] } ] } } | |
2018-12-08 10:20:11 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ecc5c0 committing with 4 instructions | |
2018-12-08 10:20:11 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ecc5c0 | |
2018-12-08 10:20:11 - [sway/sway/ipc-server.c:500] Client 82 writable | |
2018-12-08 10:20:11 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:20:11 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "focused": true, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "focused": false, "visible": true } ] | |
2018-12-08 10:20:11 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:20:11 - [sway/sway/ipc-server.c:329] Sending window::focus event | |
2018-12-08 10:20:11 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ecc5c0 committing with 3 instructions | |
2018-12-08 10:20:11 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ecc5c0 | |
2018-12-08 10:20:11 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924) | |
2018-12-08 10:20:14 - [backend/session/session.c:40] udev event for card0 (change) | |
2018-12-08 10:20:14 - [backend/drm/backend.c:131] /dev/dri/card0 invalidated | |
2018-12-08 10:20:14 - [backend/drm/drm.c:1027] Scanning DRM connectors | |
2018-12-08 10:20:14 - [backend/drm/drm.c:1183] 'HDMI-A-1' disconnected | |
2018-12-08 10:20:15 - [backend/drm/drm.c:1386] Emitting destruction signal for 'HDMI-A-1' | |
2018-12-08 10:20:15 - [backend/drm/drm.c:847] De-allocating CRTC 0 for output 'HDMI-A-1' | |
2018-12-08 10:20:15 - [sway/sway/tree/output.c:221] Disabling output 'HDMI-A-1' | |
2018-12-08 10:20:15 - [sway/sway/ipc-server.c:303] Sending workspace::move event | |
2018-12-08 10:20:15 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "move", "old": null, "current": { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2137 }, "focused": false, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-1", "type": "workspace", "representation": "H[URxvt]", "nodes": [ { "id": 4, "name": "drbawb@nagato: ~", "rect": { "x": 10, "y": 1690, "width": 3820, "height": 2117 }, "focused": true, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.98548149664638907, "window_rect": { "x": 2, "y": 0, "width": 3816, "height": 2090 }, "deco_rect": { "x": 0, "y": 0, "width": 3820, "height": 25 }, "geometry": { "x": 0, "y": 0, "width": 736, "height": 460 }, "window": 4194314, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 3742, "app_id": null, "marks": [ ], "window_properties": { "class": "URxvt", "instance": "urxvt", "title": "drbawb@nagato: ~", "transient_for": null }, "nodes": [ ] } ] } } | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 3840.000000, 0.000000 | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db380 horizontally | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:20:15 - [sway/sway/tree/output.c:247] Destroying output 'HDMI-A-1' | |
2018-12-08 10:20:15 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275d15180 committing with 5 instructions | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 3840.000000, 0.000000 | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db360 horizontally | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:20:15 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:20:15 - [backend/drm/drm.c:877] Reallocating CRTCs | |
2018-12-08 10:20:15 - [backend/drm/drm.c:889] State before reallocation: | |
2018-12-08 10:20:15 - [backend/drm/drm.c:899] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:20:15 - [backend/drm/drm.c:899] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=1 | |
2018-12-08 10:20:15 - [backend/drm/drm.c:899] 'DP-1' crtc=4 state=3 desired_enabled=1 | |
2018-12-08 10:20:15 - [backend/drm/drm.c:960] State after reallocation: | |
2018-12-08 10:20:15 - [backend/drm/drm.c:965] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:20:15 - [backend/drm/drm.c:965] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=1 | |
2018-12-08 10:20:15 - [backend/drm/drm.c:965] 'DP-1' crtc=4 state=3 desired_enabled=1 | |
2018-12-08 10:20:15 - [backend/drm/drm.c:446] Reallocating planes | |
2018-12-08 10:20:15 - [sway/sway/ipc-server.c:500] Client 82 writable | |
2018-12-08 10:20:15 - [sway/sway/desktop/layer_shell.c:312] Layer surface destroyed (panel) | |
2018-12-08 10:20:15 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:20:15 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 3, "name": "1", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-1", "type": "workspace", "representation": "H[URxvt]", "focused": true, "visible": true }, { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "focused": false, "visible": false } ] | |
2018-12-08 10:20:15 - [sway/sway/ipc-server.c:500] Client 19 writable | |
2018-12-08 10:20:15 - [sway/sway/desktop/layer_shell.c:312] Layer surface destroyed (wallpaper) | |
2018-12-08 10:20:15 - [sway/sway/desktop/transaction.c:484] Transaction 0x557275d15180 is ready | |
2018-12-08 10:20:15 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275d15180 | |
2018-12-08 10:20:15 - [sway/sway/tree/container.c:987] Container 0x557275d38f50 entered output 0x557275ec0f30 | |
2018-12-08 10:20:15 - [sway/sway/desktop/transaction.c:402] Transaction 0x5572759601a0 committing with 3 instructions | |
2018-12-08 10:20:15 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x5572759601a0 | |
2018-12-08 10:20:15 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:20:15 - [xwayland/xwm.c:572] WM_NORMAL_HINTS (18) | |
2018-12-08 10:20:15 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:20:15 - [xwayland/xwm.c:572] WM_NORMAL_HINTS (18) | |
2018-12-08 10:20:22 - [sway/sway/input/cursor.c:1227] denying request to set cursor from unfocused client | |
2018-12-08 10:20:34 - [sway/sway/input/cursor.c:1227] denying request to set cursor from unfocused client | |
2018-12-08 10:20:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:20:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:20:35 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: htop | |
2018-12-08 10:20:35 - [sway/sway/ipc-server.c:329] Sending window::title event | |
2018-12-08 10:20:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:20:35 - [xwayland/xwm.c:688] unhandled X11 property 37 (WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:20:35 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194314) | |
2018-12-08 10:20:35 - [xwayland/xwm.c:688] unhandled X11 property 310 (_NET_WM_ICON_NAME) for window 4194314 | |
2018-12-08 10:20:39 - [backend/session/session.c:40] udev event for card0 (change) | |
2018-12-08 10:20:39 - [backend/drm/backend.c:131] /dev/dri/card0 invalidated | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1027] Scanning DRM connectors | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1126] 'HDMI-A-1' connected | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1128] Current CRTC: -1 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1133] Physical size: 600x340 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1144] Detected modes: | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@59940 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@50000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@29970 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@25000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@25000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@24000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@24000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 3840x2160@23976 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 2560x1440@59951 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1200@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1080@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1080@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1080@59940 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1080@50000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1080@30000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1080@29970 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1080@24000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1920x1080@23976 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1600x1200@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1680x1050@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1600x900@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1280x1024@60020 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1440x900@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1280x800@59910 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1152x864@59967 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1280x720@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1280x720@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1280x720@59940 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 1024x768@60004 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 800x600@60317 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 720x576@50000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 720x480@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 720x480@59940 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 640x480@60000 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 640x480@59940 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1165] 640x480@59940 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:877] Reallocating CRTCs | |
2018-12-08 10:20:39 - [backend/drm/drm.c:889] State before reallocation: | |
2018-12-08 10:20:39 - [backend/drm/drm.c:899] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:899] 'HDMI-A-1' crtc=-1 state=1 desired_enabled=1 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:899] 'DP-1' crtc=4 state=3 desired_enabled=1 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:956] Assigning CRTC 3 to output -1 -> 1 'HDMI-A-1' | |
2018-12-08 10:20:39 - [backend/drm/drm.c:960] State after reallocation: | |
2018-12-08 10:20:39 - [backend/drm/drm.c:965] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:965] 'HDMI-A-1' crtc=3 state=1 desired_enabled=1 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:965] 'DP-1' crtc=4 state=3 desired_enabled=1 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:446] Reallocating planes | |
2018-12-08 10:20:39 - [backend/drm/drm.c:491] Assigning plane -1 -> 37 (type 1) to CRTC 48 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:491] Assigning plane -1 -> 47 (type 2) to CRTC 48 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:1236] Requesting modeset for 'HDMI-A-1' | |
2018-12-08 10:20:39 - [sway/sway/desktop/output.c:557] New output 0x5572758d7820: HDMI-A-1 | |
2018-12-08 10:20:39 - [sway/sway/tree/output.c:269] Matched output config for HDMI-A-1 | |
2018-12-08 10:20:39 - [sway/sway/ipc-server.c:303] Sending workspace::move event | |
2018-12-08 10:20:39 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "move", "old": null, "current": { "id": 3, "name": "1", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3817 }, "focused": false, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[URxvt]", "nodes": [ { "id": 4, "name": "htop", "rect": { "x": 3850, "y": 10, "width": 2140, "height": 3797 }, "focused": true, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.98554953958412161, "window_rect": { "x": 2, "y": 0, "width": 2136, "height": 3770 }, "deco_rect": { "x": 0, "y": 0, "width": 2140, "height": 25 }, "geometry": { "x": 0, "y": 0, "width": 736, "height": 460 }, "window": 4194314, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 3742, "app_id": null, "marks": [ ], "window_properties": { "class": "URxvt", "instance": "urxvt", "title": "htop", "transient_for": null }, "nodes": [ ] } ] } } | |
2018-12-08 10:20:39 - [sway/sway/config/output.c:201] Set HDMI-A-1 mode to 3840x2160 (-1.000000 GHz) | |
2018-12-08 10:20:39 - [sway/sway/config/output.c:162] Assigning configured mode to HDMI-A-1 | |
2018-12-08 10:20:39 - [backend/drm/drm.c:526] Modesetting 'HDMI-A-1' with '3840x2160@60000 mHz' | |
2018-12-08 10:20:39 - [backend/drm/drm.c:357] Starting renderer on output 'HDMI-A-1' | |
2018-12-08 10:20:49 - [sway/sway/config/output.c:219] Set HDMI-A-1 position to 0, 1680 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:190] Usable area for ws: 0x0@0,0 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db190 horizontally | |
2018-12-08 10:20:49 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275de8d50 committing with 5 instructions | |
2018-12-08 10:20:49 - [sway/sway/config/output.c:237] Setting background for output 1 to /home/drbawb/pics/walls/nagato-yuki.jpgamdgpu: Failed to allocate a buffer: | |
amdgpu: size : 17179869184 bytes | |
2018-12-08 10:20:49 - amdgpu: alignment : 65536 bytes | |
[sway/sway/config/output.c:252] -> swaybg 1 "/home/drbawb/pics/walls/nagato-yuki.jpg" fill amdgpu: domains : 4 | |
amdgpu: Failed to allocate a buffer: | |
amdgpu: size : 17179869184 bytes | |
amdgpu: alignment : 65536 bytes | |
amdgpu: domains : 4 | |
2018-12-08 10:20:49 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2160@0,0 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db2c0 horizontally | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2160@0,0 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:20:49 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db300 horizontally | |
2018-12-08 10:20:49 - [backend/drm/drm.c:782] Skipping pageflip on output 'HDMI-A-1' | |
2018-12-08 10:20:49 - [xwayland/xwm.c:1223] xcb error: op ConfigureWindow (no minor), code Alloc (no extension), sequence 262, value 0 | |
2018-12-08 10:20:49 - [backend/session/session.c:40] udev event for card0 (change) | |
2018-12-08 10:20:49 - [backend/drm/backend.c:131] /dev/dri/card0 invalidated | |
2018-12-08 10:20:49 - [backend/drm/drm.c:1027] Scanning DRM connectors | |
2018-12-08 10:20:49 - [backend/drm/drm.c:1183] 'HDMI-A-1' disconnected | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1386] Emitting destruction signal for 'HDMI-A-1' | |
2018-12-08 10:21:19 - [backend/drm/drm.c:847] De-allocating CRTC 3 for output 'HDMI-A-1' | |
2018-12-08 10:21:19 - [sway/sway/tree/output.c:221] Disabling output 'HDMI-A-1' | |
2018-12-08 10:21:19 - [sway/sway/ipc-server.c:303] Sending workspace::move event | |
2018-12-08 10:21:19 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "move", "old": null, "current": { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2160 }, "focused": false, "focus": [ 4 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "DP-1", "type": "workspace", "representation": "H[URxvt]", "nodes": [ { "id": 4, "name": "htop", "rect": { "x": 10, "y": 1690, "width": 3820, "height": 2140 }, "focused": true, "focus": [ ], "border": "normal", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 0.98558063271604934, "window_rect": { "x": 2, "y": 0, "width": 3816, "height": 2113 }, "deco_rect": { "x": 0, "y": 0, "width": 3820, "height": 25 }, "geometry": { "x": 0, "y": 0, "width": 736, "height": 460 }, "window": 4194314, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 3742, "app_id": null, "marks": [ ], "window_properties": { "class": "URxvt", "instance": "urxvt", "title": "htop", "transient_for": null }, "nodes": [ ] } ] } } | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 3840.000000, 0.000000 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db380 horizontally | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:21:19 - [sway/sway/tree/output.c:247] Destroying output 'HDMI-A-1' | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 3840.000000, 0.000000 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db360 horizontally | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3817@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:877] Reallocating CRTCs | |
2018-12-08 10:21:19 - [backend/drm/drm.c:889] State before reallocation: | |
2018-12-08 10:21:19 - [backend/drm/drm.c:899] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:899] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:899] 'DP-1' crtc=4 state=3 desired_enabled=1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:960] State after reallocation: | |
2018-12-08 10:21:19 - [backend/drm/drm.c:965] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:965] 'HDMI-A-1' crtc=-1 state=0 desired_enabled=1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:965] 'DP-1' crtc=4 state=3 desired_enabled=1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:446] Reallocating planes | |
2018-12-08 10:21:19 - [sway/sway/ipc-server.c:500] Client 82 writable | |
error in client communication (pid 3703) | |
2018-12-08 10:21:19 - [sway/sway/desktop/layer_shell.c:312] Layer surface destroyed (panel) | |
2018-12-08 10:21:19 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 3840.000000, 0.000000 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db3e0 horizontally | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 3840.000000, 0.000000 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:38] Arranging 0x7ffc580db450 horizontally | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
error in client communication (pid 3684) | |
2018-12-08 10:21:19 - [sway/sway/ipc-server.c:329] Sending window::close event | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:21:19 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 3840.000000, 0.000000 | |
2018-12-08 10:21:19 - [xwayland/xwayland.c:225] Restarting Xwayland (lazy) | |
2018-12-08 10:21:19 - [backend/session/session.c:40] udev event for card0 (change) | |
2018-12-08 10:21:19 - [backend/drm/backend.c:131] /dev/dri/card0 invalidated | |
2018-12-08 10:21:19 - (EE)[backend/drm/drm.c:1027] Scanning DRM connectors | |
Fatal server error: | |
(EE) wl_registry@2: error 0: invalid global wl_output (26) | |
(EE) | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1126] 'HDMI-A-1' connected | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1128] Current CRTC: -1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1133] Physical size: 600x340 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1144] Detected modes: | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@59940 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@50000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@30000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@29970 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@25000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@25000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@24000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@24000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 3840x2160@23976 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 2560x1440@59951 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1200@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1080@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1080@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1080@59940 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1080@50000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1080@30000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1080@29970 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1080@24000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1920x1080@23976 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1600x1200@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1680x1050@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1600x900@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1280x1024@60020 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1440x900@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1280x800@59910 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1152x864@59967 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1280x720@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1280x720@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1280x720@59940 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 1024x768@60004 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 800x600@60317 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 720x576@50000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 720x480@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 720x480@59940 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 640x480@60000 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 640x480@59940 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1165] 640x480@59940 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:877] Reallocating CRTCs | |
2018-12-08 10:21:19 - [backend/drm/drm.c:889] State before reallocation: | |
2018-12-08 10:21:19 - [backend/drm/drm.c:899] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:899] 'HDMI-A-1' crtc=-1 state=1 desired_enabled=1 | |
urxvt: 2018-12-08 10:21:19 - X connection to ':0' broken, unable to recover, exiting. | |
[backend/drm/drm.c:899] 'DP-1' crtc=4 state=3 desired_enabled=1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:956] Assigning CRTC 3 to output -1 -> 1 'HDMI-A-1' | |
2018-12-08 10:21:19 - [backend/drm/drm.c:960] State after reallocation: | |
2018-12-08 10:21:19 - [backend/drm/drm.c:965] 'DVI-D-1' crtc=-1 state=0 desired_enabled=0 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:965] 'HDMI-A-1' crtc=3 state=1 desired_enabled=1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:965] 'DP-1' crtc=4 state=3 desired_enabled=1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:446] Reallocating planes | |
2018-12-08 10:21:19 - [backend/drm/drm.c:491] Assigning plane -1 -> 37 (type 1) to CRTC 48 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:491] Assigning plane -1 -> 47 (type 2) to CRTC 48 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:1236] Requesting modeset for 'HDMI-A-1' | |
2018-12-08 10:21:19 - [sway/sway/desktop/output.c:557] New output 0x5572758d7820: HDMI-A-1 | |
2018-12-08 10:21:19 - [sway/sway/tree/output.c:269] Matched output config for HDMI-A-1 | |
2018-12-08 10:21:19 - [sway/sway/ipc-server.c:303] Sending workspace::move event | |
2018-12-08 10:21:19 - [sway/sway/ipc-server.c:895] Added IPC reply to client 82 queue: { "change": "move", "old": null, "current": { "id": 3, "name": "1", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3840 }, "focused": true, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[]", "nodes": [ ] } } | |
2018-12-08 10:21:19 - [sway/sway/config/output.c:201] Set HDMI-A-1 mode to 3840x2160 (-1.000000 GHz) | |
2018-12-08 10:21:19 - [sway/sway/config/output.c:162] Assigning configured mode to HDMI-A-1 | |
2018-12-08 10:21:19 - [backend/drm/drm.c:526] Modesetting 'HDMI-A-1' with '3840x2160@60000 mHz' | |
2018-12-08 10:21:19 - [backend/drm/drm.c:357] Starting renderer on output 'HDMI-A-1' | |
2018-12-08 10:21:30 - [sway/sway/config/output.c:219] Set HDMI-A-1 position to 0, 1680 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:190] Usable area for ws: 0x0@0,0 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:21:30 - [sway/sway/config/output.c:237] Setting background for output 1 to /home/drbawb/pics/walls/nagato-yuki.jpg | |
2018-12-08 10:21:30 - [sway/sway/config/output.c:252] -> swaybg 1 "/home/drbawb/pics/walls/nagato-yuki.jpg" fill | |
2018-12-08 10:21:30 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2160@0,0 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:190] Usable area for ws: 2160x3840@0,0 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:221] Arranging workspace '2' at 3840.000000, 0.000000 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:190] Usable area for ws: 3840x2160@0,0 | |
2018-12-08 10:21:30 - [sway/sway/tree/arrange.c:221] Arranging workspace '1' at 0.000000, 1680.000000 | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:367] Transaction 0x557275de8d50 timed out (1 waiting) | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275de8d50 | |
*** BUG *** | |
In pixman_region32_union_rect: Invalid rectangle passed | |
Set a breakpoint on '_pixman_log_error' to debug | |
*** BUG *** | |
In pixman_region32_union_rect: Invalid rectangle passed | |
Set a breakpoint on '_pixman_log_error' to debug | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ebb5b0 committing with 3 instructions | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ebb5b0 | |
*** BUG *** | |
In pixman_region32_union_rect: Invalid rectangle passed | |
Set a breakpoint on '_pixman_log_error' to debug | |
*** BUG *** | |
In pixman_region32_union_rect: Invalid rectangle passed | |
Set a breakpoint on '_pixman_log_error' to debug | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ebb2d0 committing with 5 instructions | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ebb2d0 | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275ecf9c0 committing with 3 instructions | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275ecf9c0 | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275decff0 committing with 2 instructions | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275decff0 | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:402] Transaction 0x5572758d7520 committing with 4 instructions | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x5572758d7520 | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:402] Transaction 0x5572758d68c0 committing with 2 instructions | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x5572758d68c0 | |
2018-12-08 10:21:30 - [sway/sway/ipc-server.c:223] Client 19 readable | |
2018-12-08 10:21:30 - [sway/sway/ipc-server.c:895] Added IPC reply to client 19 queue: [ { "id": 6, "name": "2", "rect": { "x": 3840, "y": 0, "width": 2160, "height": 3840 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splitv", "orientation": "vertical", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 2, "output": "DP-1", "type": "workspace", "representation": null, "focused": false, "visible": true }, { "id": 3, "name": "1", "rect": { "x": 0, "y": 1680, "width": 3840, "height": 2160 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "HDMI-A-1", "type": "workspace", "representation": "H[]", "focused": true, "visible": true } ] | |
2018-12-08 10:21:30 - [backend/drm/drm.c:782] Skipping pageflip on output 'HDMI-A-1' | |
2018-12-08 10:21:30 - [sway/sway/ipc-server.c:500] Client 82 writable | |
2018-12-08 10:21:30 - [sway/sway/ipc-server.c:500] Client 19 writable | |
wl_registry@2: error 0: invalid global wl_output (26) | |
double free or corruption (!prev) | |
2018-12-08 10:21:30 - [types/wlr_surface.c:595] New wlr_surface 0x557275ec2620 (res 0x557275ec7800) | |
2018-12-08 10:21:30 - [types/wlr_layer_shell_v1.c:388] new layer_surface 0x557275c41410 (res 0x557275dcb830) | |
2018-12-08 10:21:30 - [sway/sway/desktop/layer_shell.c:368] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0 | |
2018-12-08 10:21:30 - [types/wlr_surface.c:595] New wlr_surface 0x557275eccb90 (res 0x557275bdfd10) | |
2018-12-08 10:21:30 - [types/wlr_layer_shell_v1.c:388] new layer_surface 0x557275d37e40 (res 0x557275e96d40) | |
2018-12-08 10:21:30 - [sway/sway/desktop/layer_shell.c:368] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0 | |
2018-12-08 10:21:30 - [sway/sway/ipc-server.c:212] IPC Client socket error, removing client | |
2018-12-08 10:21:30 - [sway/sway/ipc-server.c:530] IPC Client 82 disconnected | |
2018-12-08 10:21:30 - [sway/sway/ipc-server.c:218] Client 19 hung up | |
2018-12-08 10:21:30 - [sway/sway/ipc-server.c:530] IPC Client 19 disconnected | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:402] Transaction 0x5572759601a0 committing with 4 instructions | |
2018-12-08 10:21:30 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x5572759601a0 | |
2018-12-08 10:21:31 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275decff0 committing with 4 instructions | |
2018-12-08 10:21:31 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275decff0 | |
2018-12-08 10:21:31 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275a3e7b0 committing with 4 instructions | |
2018-12-08 10:21:31 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275a3e7b0 | |
2018-12-08 10:21:31 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275bea170 committing with 4 instructions | |
2018-12-08 10:21:31 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275bea170 | |
2018-12-08 10:21:32 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275decff0 committing with 4 instructions | |
2018-12-08 10:21:32 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275decff0 | |
2018-12-08 10:21:33 - [sway/sway/desktop/transaction.c:402] Transaction 0x5572759601a0 committing with 4 instructions | |
2018-12-08 10:21:33 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x5572759601a0 | |
2018-12-08 10:21:33 - [sway/sway/desktop/transaction.c:402] Transaction 0x5572758d8ab0 committing with 4 instructions | |
2018-12-08 10:21:33 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x5572758d8ab0 | |
2018-12-08 10:21:34 - [sway/sway/desktop/transaction.c:402] Transaction 0x5572758d68c0 committing with 4 instructions | |
2018-12-08 10:21:34 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x5572758d68c0 | |
2018-12-08 10:21:35 - [sway/sway/desktop/transaction.c:402] Transaction 0x557275e12b00 committing with 4 instructions | |
2018-12-08 10:21:35 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x557275e12b00 | |
2018-12-08 10:22:04 - [backend/session/logind.c:118] Failed to release device '35': Connection timed out | |
2018-12-08 10:22:21 - [backend/drm/backend.c:122] DRM fd paused | |
2018-12-08 10:22:21 - [backend/drm/backend.c:122] DRM fd paused | |
2018-12-08 10:22:21 - [backend/drm/backend.c:122] DRM fd paused | |
2018-12-08 10:22:21 - [backend/drm/backend.c:122] DRM fd paused |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment