Skip to content

Instantly share code, notes, and snippets.

@axionl
Last active January 23, 2022 08:55
Show Gist options
  • Save axionl/2f0554069ef4999aeaf852a981915cf7 to your computer and use it in GitHub Desktop.
Save axionl/2f0554069ef4999aeaf852a981915cf7 to your computer and use it in GitHub Desktop.
sway 1.7 release debug information
# Global Mod Key
set $mod Mod4
# Auto Start
exec mako
exec sworkstyle
exec wlr-gamma-service
exec across
exec telegram-desktop
exec fcitx5 --replace
# Display
# output * resolution --custom 1920x1080
# Terminal
set $term alacritty
# Browser
set $browser firefox-developer-edition
# Launcher (Mod + d to open launcher)
## set $menu wofi --show run | xargs swaymsg exec --
set $menu sirula
# Wallpaper
set $wallpapers_path $HOME/Pictures/wallpapers
output * bg `find $wallpapers_path -type f | shuf -n 1` fill
# Fonts
font pango: "Iosevka Slab Fixed"
# Gaps
gaps left 4
gaps top 4
gaps right 4
gaps bottom 4
gaps inner 8
# Border
default_border pixel 4
default_floating_border pixel 4
titlebar_border_thickness 0
# Touchpad:
input type:touchpad {
tap enable
natural_scroll enabled
}
# Cursor
seat seat0 xcursor_theme breeze_cursors 24
focus_follows_mouse yes
# Key bindings
# Terminal
bindsym $mod+Return exec $term
# Kill focused window
bindsym $mod+q kill
# Start your launcher
bindsym $mod+d exec $menu
# Drag floating windows by holding down $mod and left mouse button.
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 the focus
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus 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 number 1
bindsym $mod+2 workspace number 2
bindsym $mod+3 workspace number 3
bindsym $mod+4 workspace number 4
bindsym $mod+5 workspace number 5
bindsym $mod+6 workspace number 6
bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace number 8
bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10
bindsym $mod+Next workspace next
bindsym Alt+Tab workspace next
bindsym $mod+Prior workspace prev
# Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2
bindsym $mod+Shift+3 move container to workspace number 3
bindsym $mod+Shift+4 move container to workspace number 4
bindsym $mod+Shift+5 move container to workspace number 5
bindsym $mod+Shift+6 move container to workspace number 6
bindsym $mod+Shift+7 move container to workspace number 7
bindsym $mod+Shift+8 move container to workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10
# Layout stuff:
# Split
bindsym $mod+Shift+h splith
bindsym $mod+Shift+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" {
# Ditto, with arrow keys
bindsym Left resize grow width 10px
bindsym Down resize shrink height 10px
bindsym Up resize grow height 10px
bindsym Right resize shrink width 10px
# Return to default mode
bindsym Return mode "default"
bindsym Escape mode "default"
}
# Lock Screen (swayylock-effects)
bindsym $mod+l exec swaylock --screenshots --clock --indicator-idle-visible \
--indicator-radius 100 \
--indicator-thickness 7 \
--ignore-empty-password \
--ring-color 2a2e38 \
--key-hl-color 51afef \
--text-color bbc2cf \
--line-color 2a2e38 \
--inside-color 242730 \
--separator-color 00000000 \
--fade-in 0.1 \
--effect-scale 0.5 --effect-blur 7x3 --effect-scale 2 \
--effect-vignette 0.5:0.5
# Brightness Controls
bindsym XF86MonBrightnessUp exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.increase 0.1 # increase screen brightness
bindsym XF86MonBrightnessDown exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.decrease 0.1 # decrease screen brightness
# Gamma Controls
bindsym $mod+XF86MonBrightnessUp exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.increase 100 # increase screen temperature
bindsym $mod+XF86MonBrightnessDown exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.decrease 100 # decrease screen temperature
# Pulse Audio Controls
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 0 toggle # mute mic
# Notification Controls
bindsym $mod+c exec makoctl dismiss
# Resize Mode
bindsym $mod+r mode "resize"
# ScreenShot
bindsym $mod+Shift+s exec grim - | wl-copy
# Status Bar:
bar {
swaybar_command waybar
}
# Color Scheme
######################## #border #bg #text #indicator #child_border
client.background #000000
client.focused #A4B9EF #332E41 #E5B4E2 #DADAE8 #A4B9EF
client.focused_inactive #A4B9EF #332E41 #E5B4E2 #DADAE8 #A4B9EF
client.focused_tab_title #A4B9EF #A4B9EF #FFFFFF
client.unfocused #A4B9EF #1E1E28 #DADAE8 #DADAE8 #575268
client.urgent #A4B9EF #575268 #EBDDAA #DADAE8 #EBDDAA
client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C
include @sysconfdir@/sway/config.d/*
00:00:00.000 [INFO] [sway/main.c:343] Sway version 1.7
00:00:00.000 [INFO] [sway/main.c:344] wlroots version 0.15.0
00:00:00.002 [INFO] [sway/main.c:120] Linux ideapad 5.16.2-zen1-1-zen #1 ZEN SMP PREEMPT Thu, 20 Jan 2022 16:18:31 +0000 x86_64 GNU/Linux
00:00:00.002 [INFO] [sway/main.c:136] Contents of /etc/os-release:
00:00:00.002 [INFO] [sway/main.c:120] NAME="Arch Linux"
00:00:00.002 [INFO] [sway/main.c:120] PRETTY_NAME="Arch Linux"
00:00:00.002 [INFO] [sway/main.c:120] ID=arch
00:00:00.002 [INFO] [sway/main.c:120] BUILD_ID=rolling
00:00:00.002 [INFO] [sway/main.c:120] ANSI_COLOR="38;2;23;147;209"
00:00:00.002 [INFO] [sway/main.c:120] HOME_URL="https://archlinux.org/"
00:00:00.002 [INFO] [sway/main.c:120] DOCUMENTATION_URL="https://wiki.archlinux.org/"
00:00:00.002 [INFO] [sway/main.c:120] SUPPORT_URL="https://bbs.archlinux.org/"
00:00:00.002 [INFO] [sway/main.c:120] BUG_REPORT_URL="https://bugs.archlinux.org/"
00:00:00.002 [INFO] [sway/main.c:120] LOGO=archlinux-logo
00:00:00.002 [INFO] [sway/main.c:108] LD_LIBRARY_PATH=
00:00:00.002 [INFO] [sway/main.c:108] LD_PRELOAD=
00:00:00.002 [INFO] [sway/main.c:108] PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/home/axionl/.local/bin/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
00:00:00.002 [INFO] [sway/main.c:108] SWAYSOCK=
00:00:00.003 [DEBUG] [sway/server.c:50] Preparing Wayland server initialization
00:00:00.003 [INFO] [wlr] [libseat] [libseat/backend/seatd.c:80] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.003 [INFO] [wlr] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.015 [INFO] [wlr] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.015 [INFO] [wlr] [backend/session/session.c:110] Successfully loaded libseat session
00:00:00.017 [INFO] [wlr] [backend/backend.c:220] Found 1 GPUs
00:00:00.017 [INFO] [wlr] [backend/drm/backend.c:183] Initializing DRM backend for /dev/dri/card0 (amdgpu)
00:00:00.017 [DEBUG] [wlr] [backend/drm/drm.c:85] Using atomic DRM interface
00:00:00.017 [DEBUG] [wlr] [backend/drm/drm.c:98] ADDFB2 modifiers supported
00:00:00.017 [INFO] [wlr] [backend/drm/drm.c:251] Found 4 DRM CRTCs
00:00:00.017 [INFO] [wlr] [backend/drm/drm.c:178] Found 9 DRM planes
00:00:00.018 [INFO] [sway/main.c:394] Starting sway version 1.7
00:00:00.018 [DEBUG] [sway/server.c:75] Initializing Wayland server
00:00:00.019 [INFO] [wlr] [render/egl.c:180] Supported EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_MESA_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
00:00:00.021 [DEBUG] [wlr] [render/egl.c:437] Using EGL device /dev/dri/card0
00:00:00.064 [INFO] [wlr] [render/egl.c:326] Using EGL 1.5
00:00:00.064 [INFO] [wlr] [render/egl.c:327] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_protected_surface 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_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display
00:00:00.064 [INFO] [wlr] [render/egl.c:329] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node
00:00:00.064 [INFO] [wlr] [render/egl.c:331] EGL vendor: Mesa Project
00:00:00.064 [DEBUG] [wlr] [render/egl.c:158] Supported DMA-BUF formats: AB4H XB4H AR30 XR30 AB30 XB30 AR24 AB24 XR24 XB24 AR15 RG16 R8 R16 GR88 GR32 YUV9 YU11 YU12 YU16 YU24 YVU9 YV11 YV12 YV16 YV24 NV12 P010 P012 P016 NV16 AYUV XYUV Y410 Y412 Y416 YUYV UYVY Y210 Y212 Y216
00:00:00.064 [DEBUG] [wlr] [render/egl.c:159] EGL DMA-BUF format modifiers supported
00:00:00.064 [DEBUG] [wlr] [render/egl.c:485] Using EGL_PLATFORM_DEVICE_EXT
00:00:00.066 [INFO] [wlr] [render/gles2/renderer.c:731] Creating GLES2 renderer
00:00:00.066 [INFO] [wlr] [render/gles2/renderer.c:732] Using OpenGL ES 3.2 Mesa 21.3.4
00:00:00.066 [INFO] [wlr] [render/gles2/renderer.c:733] GL vendor: AMD
00:00:00.066 [INFO] [wlr] [render/gles2/renderer.c:734] GL renderer: AMD RENOIR (DRM 3.44.0, 5.16.2-zen1-1-zen, LLVM 13.0.0)
00:00:00.066 [INFO] [wlr] [render/gles2/renderer.c:735] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_EXT_texture_sRGB_R8 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_clear_texture GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_AMD_framebuffer_multisample_advanced GL_EXT_EGL_image_storage GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_bgra
00:00:00.070 [DEBUG] [wlr] [render/allocator/allocator.c:98] Trying to create gbm allocator
00:00:00.073 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 8 VGPRS: 24 Code Size: 52 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.073 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 120 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.073 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 24 VGPRS: 24 Code Size: 120 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.073 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 24 VGPRS: 24 Code Size: 120 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.073 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 24 VGPRS: 8 Code Size: 140 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.073 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 24 VGPRS: 24 Code Size: 124 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.075 [DEBUG] [wlr] [render/allocator/gbm.c:203] Created GBM allocator with backend drm
00:00:00.075 [DEBUG] [wlr] [render/allocator/gbm.c:206] Using DRM node /dev/dri/card0
00:00:00.075 [DEBUG] [wlr] [types/wlr_idle.c:247] idle manager created
00:00:00.075 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:628] Creating wlr_drm_lease_device_v1 for /dev/dri/card0
00:00:00.075 [INFO] [wlr] [backend/headless/backend.c:82] Creating headless backend
00:00:00.077 [INFO] [sway/config.c:407] Loading config from /home/axionl/.config/sway/config
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 1: # Global Mod Key
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 2: set $mod Mod4
00:00:00.077 [INFO] [sway/commands.c:378] Config command: set $mod Mod4
00:00:00.077 [INFO] [sway/commands.c:398] After replacement: set $mod Mod4
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 3:
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 4: # Auto Start
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 5: exec mako
00:00:00.077 [INFO] [sway/commands.c:378] Config command: exec mako
00:00:00.077 [INFO] [sway/commands.c:398] After replacement: exec mako
00:00:00.077 [DEBUG] [sway/config.c:868] Deferring command `exec mako'
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 6: exec sworkstyle
00:00:00.077 [INFO] [sway/commands.c:378] Config command: exec sworkstyle
00:00:00.077 [INFO] [sway/commands.c:398] After replacement: exec sworkstyle
00:00:00.077 [DEBUG] [sway/config.c:868] Deferring command `exec sworkstyle'
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 7: exec wlr-gamma-service
00:00:00.077 [INFO] [sway/commands.c:378] Config command: exec wlr-gamma-service
00:00:00.077 [INFO] [sway/commands.c:398] After replacement: exec wlr-gamma-service
00:00:00.077 [DEBUG] [sway/config.c:868] Deferring command `exec wlr-gamma-service'
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 8: exec across
00:00:00.077 [INFO] [sway/commands.c:378] Config command: exec across
00:00:00.077 [INFO] [sway/commands.c:398] After replacement: exec across
00:00:00.077 [DEBUG] [sway/config.c:868] Deferring command `exec across'
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 9: exec telegram-desktop
00:00:00.077 [INFO] [sway/commands.c:378] Config command: exec telegram-desktop
00:00:00.077 [INFO] [sway/commands.c:398] After replacement: exec telegram-desktop
00:00:00.077 [DEBUG] [sway/config.c:868] Deferring command `exec telegram-desktop'
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 10: exec fcitx5 --replace
00:00:00.077 [INFO] [sway/commands.c:378] Config command: exec fcitx5 --replace
00:00:00.077 [INFO] [sway/commands.c:398] After replacement: exec fcitx5 --replace
00:00:00.077 [DEBUG] [sway/config.c:868] Deferring command `exec fcitx5 --replace'
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 11:
00:00:00.077 [DEBUG] [sway/config.c:824] Read line 12: # Display
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 13: # output * resolution --custom 1920x1080
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 14:
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 15: # Terminal
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 16: set $term alacritty
00:00:00.078 [INFO] [sway/commands.c:378] Config command: set $term alacritty
00:00:00.078 [INFO] [sway/commands.c:398] After replacement: set $term alacritty
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 17:
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 18: # Browser
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 19: set $browser firefox-developer-edition
00:00:00.078 [INFO] [sway/commands.c:378] Config command: set $browser firefox-developer-edition
00:00:00.078 [INFO] [sway/commands.c:398] After replacement: set $browser firefox-developer-edition
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 20:
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 21: # Launcher (Mod + d to open launcher)
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 22: ## set $menu wofi --show run | xargs swaymsg exec --
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 23: set $menu sirula
00:00:00.078 [INFO] [sway/commands.c:378] Config command: set $menu sirula
00:00:00.078 [INFO] [sway/commands.c:398] After replacement: set $menu sirula
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 24:
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 25: # Wallpaper
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 26: set $wallpapers_path $HOME/Pictures/wallpapers
00:00:00.078 [INFO] [sway/commands.c:378] Config command: set $wallpapers_path $HOME/Pictures/wallpapers
00:00:00.078 [INFO] [sway/commands.c:398] After replacement: set $wallpapers_path $HOME/Pictures/wallpapers
00:00:00.078 [DEBUG] [sway/config.c:824] Read line 27: output * bg `find $wallpapers_path -type f | shuf -n 1` fill
00:00:00.078 [INFO] [sway/commands.c:378] Config command: output * bg `find $wallpapers_path -type f | shuf -n 1` fill
00:00:00.078 [INFO] [sway/commands.c:398] After replacement: output * bg `find $HOME/Pictures/wallpapers -type f | shuf -n 1` fill
00:00:00.078 [DEBUG] [sway/commands.c:429] Subcommand: bg `find $HOME/Pictures/wallpapers -type f | shuf -n 1` fill
00:00:00.084 [DEBUG] [sway/config/output.c:233] Adding output * config
00:00:00.084 [DEBUG] [sway/config/output.c:237] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg /home/axionl/Pictures/wallpapers/img_WmhObGtBcEdYU3hXYzRXcGpFRjBIMFhwQWRZVVl2QXAzbGVSekM4b1JSdVYrM2lCR0R5L01nPT0.jpg fill) (dpms 0) (max render time: -1)
00:00:00.084 [DEBUG] [sway/config/output.c:880] spawn_swaybg cmd[0] = swaybg
00:00:00.084 [DEBUG] [sway/config/output.c:880] spawn_swaybg cmd[1] = -o
00:00:00.084 [DEBUG] [sway/config/output.c:880] spawn_swaybg cmd[2] = *
00:00:00.084 [DEBUG] [sway/config/output.c:880] spawn_swaybg cmd[3] = -i
00:00:00.084 [DEBUG] [sway/config/output.c:880] spawn_swaybg cmd[4] = /home/axionl/Pictures/wallpapers/img_WmhObGtBcEdYU3hXYzRXcGpFRjBIMFhwQWRZVVl2QXAzbGVSekM4b1JSdVYrM2lCR0R5L01nPT0.jpg
00:00:00.084 [DEBUG] [sway/config/output.c:880] spawn_swaybg cmd[5] = -m
00:00:00.084 [DEBUG] [sway/config/output.c:880] spawn_swaybg cmd[6] = fill
00:00:00.087 [DEBUG] [sway/config.c:824] Read line 28:
00:00:00.087 [DEBUG] [sway/config.c:824] Read line 29: # Fonts
00:00:00.087 [DEBUG] [sway/config.c:824] Read line 30: font pango: "Iosevka Slab Fixed"
00:00:00.087 [INFO] [sway/commands.c:378] Config command: font pango: "Iosevka Slab Fixed"
00:00:00.087 [INFO] [sway/commands.c:398] After replacement: font pango: "Iosevka Slab Fixed"
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 31:
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 32: # Gaps
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 33: gaps left 4
00:00:00.113 [INFO] [sway/commands.c:378] Config command: gaps left 4
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: gaps left 4
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 34: gaps top 4
00:00:00.113 [INFO] [sway/commands.c:378] Config command: gaps top 4
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: gaps top 4
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 35: gaps right 4
00:00:00.113 [INFO] [sway/commands.c:378] Config command: gaps right 4
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: gaps right 4
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 36: gaps bottom 4
00:00:00.113 [INFO] [sway/commands.c:378] Config command: gaps bottom 4
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: gaps bottom 4
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 37: gaps inner 8
00:00:00.113 [INFO] [sway/commands.c:378] Config command: gaps inner 8
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: gaps inner 8
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 38:
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 39: # Border
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 40: default_border pixel 4
00:00:00.113 [INFO] [sway/commands.c:378] Config command: default_border pixel 4
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: default_border pixel 4
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 41: default_floating_border pixel 4
00:00:00.113 [INFO] [sway/commands.c:378] Config command: default_floating_border pixel 4
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: default_floating_border pixel 4
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 42: titlebar_border_thickness 0
00:00:00.113 [INFO] [sway/commands.c:378] Config command: titlebar_border_thickness 0
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: titlebar_border_thickness 0
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 43:
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 44: # Touchpad:
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 45: input type:touchpad {
00:00:00.113 [DEBUG] [sway/config.c:878] Entering block 'input type:touchpad'
00:00:00.113 [DEBUG] [sway/config.c:824] Read line 46: tap enable
00:00:00.113 [INFO] [sway/commands.c:378] Config command: input type:touchpad tap enable
00:00:00.113 [INFO] [sway/commands.c:398] After replacement: input type:touchpad tap enable
00:00:00.113 [DEBUG] [sway/commands/input.c:54] entering input block: type:touchpad
00:00:00.113 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad)
00:00:00.113 [DEBUG] [sway/commands.c:429] Subcommand: tap enable
00:00:00.113 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.115 [DEBUG] [sway/config/input.c:350] Config stored for input type:touchpad
00:00:00.115 [DEBUG] [sway/config.c:824] Read line 47: natural_scroll enabled
00:00:00.115 [INFO] [sway/commands.c:378] Config command: input type:touchpad natural_scroll enabled
00:00:00.115 [INFO] [sway/commands.c:398] After replacement: input type:touchpad natural_scroll enabled
00:00:00.115 [DEBUG] [sway/commands/input.c:54] entering input block: type:touchpad
00:00:00.115 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad)
00:00:00.115 [DEBUG] [sway/commands.c:429] Subcommand: natural_scroll enabled
00:00:00.115 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.118 [DEBUG] [sway/config/input.c:350] Config stored for input type:touchpad
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 48: }
00:00:00.118 [DEBUG] [sway/config.c:895] Exiting block 'input type:touchpad'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 49:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 50: # Cursor
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 51: seat seat0 xcursor_theme breeze_cursors 24
00:00:00.118 [INFO] [sway/commands.c:378] Config command: seat seat0 xcursor_theme breeze_cursors 24
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: seat seat0 xcursor_theme breeze_cursors 24
00:00:00.118 [DEBUG] [sway/commands.c:429] Subcommand: xcursor_theme breeze_cursors 24
00:00:00.118 [DEBUG] [sway/config/seat.c:66] Adding non-wildcard seat config
00:00:00.118 [DEBUG] [sway/config/seat.c:83] Config stored for seat seat0
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 52: focus_follows_mouse yes
00:00:00.118 [INFO] [sway/commands.c:378] Config command: focus_follows_mouse yes
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: focus_follows_mouse yes
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 53:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 54: # Key bindings
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 55: # Terminal
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 56: bindsym $mod+Return exec $term
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Return exec $term
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Return exec alacritty
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Return to command `exec alacritty` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 57:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 58: # Kill focused window
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 59: bindsym $mod+q kill
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+q kill
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+q kill
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+q to command `kill` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 60:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 61: # Start your launcher
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 62: bindsym $mod+d exec $menu
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+d exec $menu
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+d exec sirula
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+d to command `exec sirula` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 63:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 64: # Drag floating windows by holding down $mod and left mouse button.
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 65: floating_modifier $mod normal
00:00:00.118 [INFO] [sway/commands.c:378] Config command: floating_modifier $mod normal
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: floating_modifier Mod4 normal
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 66:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 67: # Reload the configuration file
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 68: bindsym $mod+Shift+c reload
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+c reload
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+c reload
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+c to command `reload` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 69:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 70: # Exit sway (logs you out of your Wayland session)
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 71: 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'
00:00:00.118 [INFO] [sway/commands.c:378] 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'
00:00:00.118 [INFO] [sway/commands.c:398] 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'
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] 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 '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 72:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 73: # Moving around:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 74: # Move the focus
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 75: bindsym $mod+Left focus left
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Left focus left
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Left focus left
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Left to command `focus left` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 76: bindsym $mod+Down focus down
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Down focus down
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Down focus down
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Down to command `focus down` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 77: bindsym $mod+Up focus up
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Up focus up
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Up focus up
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Up to command `focus up` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 78: bindsym $mod+Right focus right
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Right focus right
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Right focus right
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Right to command `focus right` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 79:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 80: # Ditto, with arrow keys
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 81: bindsym $mod+Shift+Left move left
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+Left move left
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+Left move left
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 82: bindsym $mod+Shift+Down move down
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+Down move down
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+Down move down
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 83: bindsym $mod+Shift+Up move up
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+Up move up
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+Up move up
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 84: bindsym $mod+Shift+Right move right
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+Right move right
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+Right move right
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 85:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 86: # Workspaces:
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 87: # Switch to workspace
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 88: bindsym $mod+1 workspace number 1
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+1 workspace number 1
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+1 workspace number 1
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+1 to command `workspace number 1` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 89: bindsym $mod+2 workspace number 2
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+2 workspace number 2
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+2 workspace number 2
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+2 to command `workspace number 2` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 90: bindsym $mod+3 workspace number 3
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+3 workspace number 3
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+3 workspace number 3
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+3 to command `workspace number 3` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 91: bindsym $mod+4 workspace number 4
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+4 workspace number 4
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+4 workspace number 4
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+4 to command `workspace number 4` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 92: bindsym $mod+5 workspace number 5
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+5 workspace number 5
00:00:00.118 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+5 workspace number 5
00:00:00.118 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+5 to command `workspace number 5` for device '*'
00:00:00.118 [DEBUG] [sway/config.c:824] Read line 93: bindsym $mod+6 workspace number 6
00:00:00.118 [INFO] [sway/commands.c:378] Config command: bindsym $mod+6 workspace number 6
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+6 workspace number 6
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+6 to command `workspace number 6` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 94: bindsym $mod+7 workspace number 7
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+7 workspace number 7
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+7 workspace number 7
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+7 to command `workspace number 7` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 95: bindsym $mod+8 workspace number 8
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+8 workspace number 8
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+8 workspace number 8
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+8 to command `workspace number 8` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 96: bindsym $mod+9 workspace number 9
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+9 workspace number 9
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+9 workspace number 9
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+9 to command `workspace number 9` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 97: bindsym $mod+0 workspace number 10
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+0 workspace number 10
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+0 workspace number 10
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+0 to command `workspace number 10` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 98: bindsym $mod+Next workspace next
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Next workspace next
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Next workspace next
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Next to command `workspace next` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 99: bindsym Alt+Tab workspace next
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym Alt+Tab workspace next
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Alt+Tab workspace next
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Alt+Tab to command `workspace next` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 100: bindsym $mod+Prior workspace prev
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Prior workspace prev
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Prior workspace prev
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Prior to command `workspace prev` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 101:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 102: # Move focused container to workspace
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 103: bindsym $mod+Shift+1 move container to workspace number 1
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+1 move container to workspace number 1
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+1 move container to workspace number 1
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+1 to command `move container to workspace number 1` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 104: bindsym $mod+Shift+2 move container to workspace number 2
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+2 move container to workspace number 2
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+2 move container to workspace number 2
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+2 to command `move container to workspace number 2` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 105: bindsym $mod+Shift+3 move container to workspace number 3
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+3 move container to workspace number 3
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+3 move container to workspace number 3
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+3 to command `move container to workspace number 3` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 106: bindsym $mod+Shift+4 move container to workspace number 4
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+4 move container to workspace number 4
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+4 move container to workspace number 4
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+4 to command `move container to workspace number 4` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 107: bindsym $mod+Shift+5 move container to workspace number 5
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+5 move container to workspace number 5
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+5 move container to workspace number 5
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+5 to command `move container to workspace number 5` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 108: bindsym $mod+Shift+6 move container to workspace number 6
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+6 move container to workspace number 6
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+6 move container to workspace number 6
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+6 to command `move container to workspace number 6` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 109: bindsym $mod+Shift+7 move container to workspace number 7
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+7 move container to workspace number 7
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+7 move container to workspace number 7
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+7 to command `move container to workspace number 7` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 110: bindsym $mod+Shift+8 move container to workspace number 8
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+8 move container to workspace number 8
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+8 move container to workspace number 8
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+8 to command `move container to workspace number 8` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 111: bindsym $mod+Shift+9 move container to workspace number 9
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+9 move container to workspace number 9
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+9 move container to workspace number 9
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+9 to command `move container to workspace number 9` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 112: bindsym $mod+Shift+0 move container to workspace number 10
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+0 move container to workspace number 10
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+0 move container to workspace number 10
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+0 to command `move container to workspace number 10` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 113:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 114: # Layout stuff:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 115: # Split
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 116: bindsym $mod+Shift+h splith
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+h splith
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+h splith
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+h to command `splith` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 117: bindsym $mod+Shift+v splitv
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+v splitv
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+v splitv
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+v to command `splitv` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 118:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 119: # Switch the current container between different layout styles
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 120: bindsym $mod+s layout stacking
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+s layout stacking
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+s layout stacking
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+s to command `layout stacking` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 121: bindsym $mod+w layout tabbed
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+w layout tabbed
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+w layout tabbed
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+w to command `layout tabbed` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 122: bindsym $mod+e layout toggle split
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+e layout toggle split
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+e layout toggle split
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+e to command `layout toggle split` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 123:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 124: # Make the current focus fullscreen
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 125: bindsym $mod+f fullscreen
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+f fullscreen
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+f fullscreen
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+f to command `fullscreen` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 126:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 127: # Toggle the current focus between tiling and floating mode
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 128: bindsym $mod+Shift+space floating toggle
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+space floating toggle
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+space floating toggle
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 129:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 130: # Swap focus between the tiling area and the floating area
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 131: bindsym $mod+space focus mode_toggle
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+space focus mode_toggle
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+space focus mode_toggle
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 132:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 133: # Move focus to the parent container
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 134: bindsym $mod+a focus parent
00:00:00.119 [INFO] [sway/commands.c:378] Config command: bindsym $mod+a focus parent
00:00:00.119 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+a focus parent
00:00:00.119 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+a to command `focus parent` for device '*'
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 135:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 136: # Scratchpad:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 137: # Sway has a "scratchpad", which is a bag of holding for windows.
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 138: # You can send windows there and get them back later.
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 139:
00:00:00.119 [DEBUG] [sway/config.c:824] Read line 140: # Move the currently focused window to the scratchpad
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 141: bindsym $mod+Shift+minus move scratchpad
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+minus move scratchpad
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+minus move scratchpad
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 142:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 143: # Show the next scratchpad window or hide the focused scratchpad window.
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 144: # If there are multiple scratchpad windows, this command cycles through them.
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 145: bindsym $mod+minus scratchpad show
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym $mod+minus scratchpad show
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+minus scratchpad show
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 146:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 147: # Resizing containers:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 148: mode "resize" {
00:00:00.120 [DEBUG] [sway/config.c:878] Entering block 'mode "resize"'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 149: # Ditto, with arrow keys
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 150: bindsym Left resize grow width 10px
00:00:00.120 [INFO] [sway/commands.c:378] Config command: mode "resize" bindsym Left resize grow width 10px
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: mode "resize" bindsym Left resize grow width 10px
00:00:00.120 [DEBUG] [sway/commands.c:429] Subcommand: bindsym Left resize grow width 10px
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Left to command `resize grow width 10px` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 151: bindsym Down resize shrink height 10px
00:00:00.120 [INFO] [sway/commands.c:378] Config command: mode "resize" bindsym Down resize shrink height 10px
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: mode "resize" bindsym Down resize shrink height 10px
00:00:00.120 [DEBUG] [sway/commands.c:429] Subcommand: bindsym Down resize shrink height 10px
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Down to command `resize shrink height 10px` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 152: bindsym Up resize grow height 10px
00:00:00.120 [INFO] [sway/commands.c:378] Config command: mode "resize" bindsym Up resize grow height 10px
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: mode "resize" bindsym Up resize grow height 10px
00:00:00.120 [DEBUG] [sway/commands.c:429] Subcommand: bindsym Up resize grow height 10px
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Up to command `resize grow height 10px` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 153: bindsym Right resize shrink width 10px
00:00:00.120 [INFO] [sway/commands.c:378] Config command: mode "resize" bindsym Right resize shrink width 10px
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: mode "resize" bindsym Right resize shrink width 10px
00:00:00.120 [DEBUG] [sway/commands.c:429] Subcommand: bindsym Right resize shrink width 10px
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Right to command `resize shrink width 10px` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 154:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 155: # Return to default mode
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 156: bindsym Return mode "default"
00:00:00.120 [INFO] [sway/commands.c:378] Config command: mode "resize" bindsym Return mode "default"
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: mode "resize" bindsym Return mode "default"
00:00:00.120 [DEBUG] [sway/commands.c:429] Subcommand: bindsym Return mode "default"
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Return to command `mode "default"` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 157: bindsym Escape mode "default"
00:00:00.120 [INFO] [sway/commands.c:378] Config command: mode "resize" bindsym Escape mode "default"
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: mode "resize" bindsym Escape mode "default"
00:00:00.120 [DEBUG] [sway/commands.c:429] Subcommand: bindsym Escape mode "default"
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Escape to command `mode "default"` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 158: }
00:00:00.120 [DEBUG] [sway/config.c:895] Exiting block 'mode "resize"'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 159:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 160: # Lock Screen (swayylock-effects)
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 173: bindsym $mod+l exec swaylock --screenshots --clock --indicator-idle-visible --indicator-radius 100 --indicator-thickness 7 --ignore-empty-password --ring-color 2a2e38 --key-hl-color 51afef --text-color bbc2cf --line-color 2a2e38 --inside-color 242730 --separator-color 00000000 --fade-in 0.1 --effect-scale 0.5 --effect-blur 7x3 --effect-scale 2 --effect-vignette 0.5:0.5
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym $mod+l exec swaylock --screenshots --clock --indicator-idle-visible --indicator-radius 100 --indicator-thickness 7 --ignore-empty-password --ring-color 2a2e38 --key-hl-color 51afef --text-color bbc2cf --line-color 2a2e38 --inside-color 242730 --separator-color 00000000 --fade-in 0.1 --effect-scale 0.5 --effect-blur 7x3 --effect-scale 2 --effect-vignette 0.5:0.5
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+l exec swaylock --screenshots --clock --indicator-idle-visible --indicator-radius 100 --indicator-thickness 7 --ignore-empty-password --ring-color 2a2e38 --key-hl-color 51afef --text-color bbc2cf --line-color 2a2e38 --inside-color 242730 --separator-color 00000000 --fade-in 0.1 --effect-scale 0.5 --effect-blur 7x3 --effect-scale 2 --effect-vignette 0.5:0.5
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+l to command `exec swaylock --screenshots --clock --indicator-idle-visible --indicator-radius 100 --indicator-thickness 7 --ignore-empty-password --ring-color 2a2e38 --key-hl-color 51afef --text-color bbc2cf --line-color 2a2e38 --inside-color 242730 --separator-color 00000000 --fade-in 0.1 --effect-scale 0.5 --effect-blur 7x3 --effect-scale 2 --effect-vignette 0.5:0.5` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 174:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 175: # Brightness Controls
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 176: bindsym XF86MonBrightnessUp exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.increase 0.1 # increase screen brightness
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym XF86MonBrightnessUp exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.increase 0.1 # increase screen brightness
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym XF86MonBrightnessUp exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.increase 0.1 # increase screen brightness
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86MonBrightnessUp to command `exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.increase 0.1 # increase screen brightness` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 177: bindsym XF86MonBrightnessDown exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.decrease 0.1 # decrease screen brightness
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym XF86MonBrightnessDown exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.decrease 0.1 # decrease screen brightness
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym XF86MonBrightnessDown exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.decrease 0.1 # decrease screen brightness
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86MonBrightnessDown to command `exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.brightness.decrease 0.1 # decrease screen brightness` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 178:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 179: # Gamma Controls
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 180: bindsym $mod+XF86MonBrightnessUp exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.increase 100 # increase screen temperature
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym $mod+XF86MonBrightnessUp exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.increase 100 # increase screen temperature
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+XF86MonBrightnessUp exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.increase 100 # increase screen temperature
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+XF86MonBrightnessUp to command `exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.increase 100 # increase screen temperature` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 181: bindsym $mod+XF86MonBrightnessDown exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.decrease 100 # decrease screen temperature
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym $mod+XF86MonBrightnessDown exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.decrease 100 # decrease screen temperature
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+XF86MonBrightnessDown exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.decrease 100 # decrease screen temperature
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+XF86MonBrightnessDown to command `exec gdbus call -e -d net.zoidplex.wlr_gamma_service -o /net/zoidplex/wlr_gamma_service -m net.zoidplex.wlr_gamma_service.temperature.decrease 100 # decrease screen temperature` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 182:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 183: # Pulse Audio Controls
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 184: bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86AudioRaiseVolume to command `exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 185: bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86AudioLowerVolume to command `exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 186: bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86AudioMute to command `exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 187: bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 0 toggle # mute mic
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 0 toggle # mute mic
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 0 toggle # mute mic
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound XF86AudioMicMute to command `exec --no-startup-id pactl set-source-mute 0 toggle # mute mic` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 188:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 189: # Notification Controls
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 190: bindsym $mod+c exec makoctl dismiss
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym $mod+c exec makoctl dismiss
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+c exec makoctl dismiss
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+c to command `exec makoctl dismiss` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 191:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 192: # Resize Mode
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 193: bindsym $mod+r mode "resize"
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym $mod+r mode "resize"
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+r mode "resize"
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+r to command `mode "resize"` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 194:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 195: # ScreenShot
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 196: bindsym $mod+Shift+s exec grim - | wl-copy
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bindsym $mod+Shift+s exec grim - | wl-copy
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bindsym Mod4+Shift+s exec grim - | wl-copy
00:00:00.120 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+s to command `exec grim - | wl-copy` for device '*'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 197:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 198: # Status Bar:
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 199: bar {
00:00:00.120 [DEBUG] [sway/config.c:878] Entering block 'bar'
00:00:00.120 [DEBUG] [sway/config.c:824] Read line 200: swaybar_command waybar
00:00:00.120 [INFO] [sway/commands.c:378] Config command: bar swaybar_command waybar
00:00:00.120 [INFO] [sway/commands.c:398] After replacement: bar swaybar_command waybar
00:00:00.120 [DEBUG] [sway/commands/bar.c:93] Creating bar: bar-0
00:00:00.120 [DEBUG] [sway/commands.c:429] Subcommand: swaybar_command waybar
00:00:00.121 [DEBUG] [sway/commands/bar/swaybar_command.c:13] Using custom swaybar command: waybar
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 201: }
00:00:00.121 [DEBUG] [sway/config.c:895] Exiting block 'bar'
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 202:
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 203: # Color Scheme
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 204: ######################## #border #bg #text #indicator #child_border
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 205: client.background #000000
00:00:00.121 [INFO] [sway/commands.c:378] Config command: client.background #000000
00:00:00.121 [INFO] [sway/commands.c:398] After replacement: client.background #000000
00:00:00.121 [INFO] [sway/commands/client.c:86] Warning: client.background is ignored by sway
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 206: client.focused #A4B9EF #332E41 #E5B4E2 #DADAE8 #A4B9EF
00:00:00.121 [INFO] [sway/commands.c:378] Config command: client.focused #A4B9EF #332E41 #E5B4E2 #DADAE8 #A4B9EF
00:00:00.121 [INFO] [sway/commands.c:398] After replacement: client.focused #A4B9EF #332E41 #E5B4E2 #DADAE8 #A4B9EF
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 207: client.focused_inactive #A4B9EF #332E41 #E5B4E2 #DADAE8 #A4B9EF
00:00:00.121 [INFO] [sway/commands.c:378] Config command: client.focused_inactive #A4B9EF #332E41 #E5B4E2 #DADAE8 #A4B9EF
00:00:00.121 [INFO] [sway/commands.c:398] After replacement: client.focused_inactive #A4B9EF #332E41 #E5B4E2 #DADAE8 #A4B9EF
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 208: client.focused_tab_title #A4B9EF #A4B9EF #FFFFFF
00:00:00.121 [INFO] [sway/commands.c:378] Config command: client.focused_tab_title #A4B9EF #A4B9EF #FFFFFF
00:00:00.121 [INFO] [sway/commands.c:398] After replacement: client.focused_tab_title #A4B9EF #A4B9EF #FFFFFF
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 209: client.unfocused #A4B9EF #1E1E28 #DADAE8 #DADAE8 #575268
00:00:00.121 [INFO] [sway/commands.c:378] Config command: client.unfocused #A4B9EF #1E1E28 #DADAE8 #DADAE8 #575268
00:00:00.121 [INFO] [sway/commands.c:398] After replacement: client.unfocused #A4B9EF #1E1E28 #DADAE8 #DADAE8 #575268
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 210: client.urgent #A4B9EF #575268 #EBDDAA #DADAE8 #EBDDAA
00:00:00.121 [INFO] [sway/commands.c:378] Config command: client.urgent #A4B9EF #575268 #EBDDAA #DADAE8 #EBDDAA
00:00:00.121 [INFO] [sway/commands.c:398] After replacement: client.urgent #A4B9EF #575268 #EBDDAA #DADAE8 #EBDDAA
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 211: client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C
00:00:00.121 [INFO] [sway/commands.c:378] Config command: client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C
00:00:00.121 [INFO] [sway/commands.c:398] After replacement: client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C
00:00:00.121 [INFO] [sway/commands/client.c:86] Warning: client.placeholder is ignored by sway
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 212:
00:00:00.121 [DEBUG] [sway/config.c:824] Read line 213: include @sysconfdir@/sway/config.d/*
00:00:00.121 [INFO] [sway/commands.c:378] Config command: include @sysconfdir@/sway/config.d/*
00:00:00.121 [INFO] [sway/commands.c:398] After replacement: include @sysconfdir@/sway/config.d/*
00:00:00.121 [DEBUG] [sway/config.c:606] @sysconfdir@/sway/config.d/* not found.
00:00:00.121 [DEBUG] [sway/server.c:267] Initializing Xwayland (lazy=1)
00:00:00.121 [ERROR] [wlr] [xwayland/sockets.c:63] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use
00:00:00.121 [INFO] [sway/server.c:290] Starting backend on wayland display 'wayland-1'
00:00:00.121 [DEBUG] [wlr] [backend/libinput/backend.c:87] Starting libinput backend
00:00:00.198 [DEBUG] [wlr] [backend/libinput/events.c:95] Added Video Bus [0:6]
00:00:00.198 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus'
00:00:00.198 [DEBUG] [sway/input/input-manager.c:184] no fallback seat config - creating default
00:00:00.198 [DEBUG] [sway/config/seat.c:60] Merging on top of existing seat config
00:00:00.198 [DEBUG] [sway/config/seat.c:83] Config stored for seat seat0
00:00:00.198 [DEBUG] [sway/input/input-manager.c:585] applying seat config for seat seat0
00:00:00.198 [DEBUG] [sway/input/seat.c:939] adding device 0:6:Video_Bus to seat seat0
00:00:00.204 [DEBUG] [sway/input/keyboard.c:937] Created keyboard group 0x55a939d32440
00:00:00.204 [DEBUG] [sway/input/keyboard.c:960] Adding keyboard 0:6:Video_Bus to group 0x55a939d32440
00:00:00.211 [DEBUG] [wlr] [backend/libinput/events.c:95] Added Power Button [0:1]
00:00:00.211 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:1:Power_Button'
00:00:00.211 [DEBUG] [sway/input/seat.c:939] adding device 0:1:Power_Button to seat seat0
00:00:00.215 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 0:1:Power_Button to group 0x55a939d32440
00:00:00.217 [DEBUG] [wlr] [backend/libinput/events.c:95] Added Lid Switch [0:5]
00:00:00.217 [DEBUG] [wlr] [backend/libinput/switch.c:20] Created switch for device Lid Switch
00:00:00.217 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:5:Lid_Switch'
00:00:00.217 [DEBUG] [sway/input/seat.c:939] adding device 0:5:Lid_Switch to seat seat0
00:00:00.217 [DEBUG] [sway/input/switch.c:17] Allocated switch for device
00:00:00.217 [DEBUG] [sway/input/seat.c:718] Applying input config to 0:5:Lid_Switch
00:00:00.217 [DEBUG] [sway/input/switch.c:91] Configured switch for device
00:00:00.217 [DEBUG] [wlr] [backend/libinput/events.c:95] Added Samson Technologies Samson C01U Pro Mic [6048:771]
00:00:00.217 [DEBUG] [sway/input/input-manager.c:234] adding device: '6048:771:Samson_Technologies_Samson_C01U_Pro_Mic'
00:00:00.217 [DEBUG] [sway/input/seat.c:939] adding device 6048:771:Samson_Technologies_Samson_C01U_Pro_Mic to seat seat0
00:00:00.221 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 6048:771:Samson_Technologies_Samson_C01U_Pro_Mic to group 0x55a939d32440
00:00:00.223 [DEBUG] [wlr] [backend/libinput/events.c:95] Added Logitech K780 [1133:16475]
00:00:00.223 [DEBUG] [sway/input/input-manager.c:234] adding device: '1133:16475:Logitech_K780'
00:00:00.223 [DEBUG] [sway/input/seat.c:939] adding device 1133:16475:Logitech_K780 to seat seat0
00:00:00.227 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 1133:16475:Logitech_K780 to group 0x55a939d32440
00:00:00.228 [DEBUG] [sway/input/input-manager.c:234] adding device: '1133:16475:Logitech_K780'
00:00:00.228 [DEBUG] [sway/input/seat.c:939] adding device 1133:16475:Logitech_K780 to seat seat0
00:00:00.238 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:243] Loaded cursor theme 'breeze_cursors' at size 24 (114 available cursors)
00:00:00.238 [DEBUG] [sway/input/seat.c:718] Applying input config to 1133:16475:Logitech_K780
00:00:00.238 [DEBUG] [wlr] [backend/libinput/events.c:95] Added Logitech M720 Triathlon [1133:16478]
00:00:00.238 [DEBUG] [sway/input/input-manager.c:234] adding device: '1133:16478:Logitech_M720_Triathlon'
00:00:00.238 [DEBUG] [sway/input/seat.c:939] adding device 1133:16478:Logitech_M720_Triathlon to seat seat0
00:00:00.243 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 1133:16478:Logitech_M720_Triathlon to group 0x55a939d32440
00:00:00.244 [DEBUG] [sway/input/input-manager.c:234] adding device: '1133:16478:Logitech_M720_Triathlon'
00:00:00.244 [DEBUG] [sway/input/seat.c:939] adding device 1133:16478:Logitech_M720_Triathlon to seat seat0
00:00:00.244 [DEBUG] [sway/input/seat.c:718] Applying input config to 1133:16478:Logitech_M720_Triathlon
00:00:00.244 [DEBUG] [wlr] [backend/libinput/events.c:95] Added Integrated Camera: Integrated C [1266:46786]
00:00:00.244 [DEBUG] [sway/input/input-manager.c:234] adding device: '1266:46786:Integrated_Camera:_Integrated_C'
00:00:00.244 [DEBUG] [sway/input/seat.c:939] adding device 1266:46786:Integrated_Camera:_Integrated_C to seat seat0
00:00:00.249 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 1266:46786:Integrated_Camera:_Integrated_C to group 0x55a939d32440
00:00:00.250 [DEBUG] [wlr] [backend/libinput/events.c:95] Added USB Keyboard USB Keyboard [6785:8249]
00:00:00.250 [DEBUG] [sway/input/input-manager.c:234] adding device: '6785:8249:USB_Keyboard_USB_Keyboard'
00:00:00.250 [DEBUG] [sway/input/seat.c:939] adding device 6785:8249:USB_Keyboard_USB_Keyboard to seat seat0
00:00:00.254 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 6785:8249:USB_Keyboard_USB_Keyboard to group 0x55a939d32440
00:00:00.256 [DEBUG] [wlr] [backend/libinput/events.c:95] Added USB Keyboard USB Keyboard Consumer Control [6785:8249]
00:00:00.256 [DEBUG] [sway/input/input-manager.c:234] adding device: '6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control'
00:00:00.256 [DEBUG] [sway/input/seat.c:939] adding device 6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control to seat seat0
00:00:00.260 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control to group 0x55a939d32440
00:00:00.262 [DEBUG] [sway/input/input-manager.c:234] adding device: '6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control'
00:00:00.262 [DEBUG] [sway/input/seat.c:939] adding device 6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control to seat seat0
00:00:00.262 [DEBUG] [sway/input/seat.c:718] Applying input config to 6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control
00:00:00.262 [DEBUG] [wlr] [backend/libinput/events.c:95] Added Ideapad extra buttons [0:0]
00:00:00.262 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Ideapad_extra_buttons'
00:00:00.262 [DEBUG] [sway/input/seat.c:939] adding device 0:0:Ideapad_extra_buttons to seat seat0
00:00:00.266 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 0:0:Ideapad_extra_buttons to group 0x55a939d32440
00:00:00.267 [DEBUG] [wlr] [backend/libinput/events.c:95] Added MSFT0004:00 06CB:CD98 Mouse [1739:52632]
00:00:00.267 [DEBUG] [sway/input/input-manager.c:234] adding device: '1739:52632:MSFT0004:00_06CB:CD98_Mouse'
00:00:00.267 [DEBUG] [sway/input/seat.c:939] adding device 1739:52632:MSFT0004:00_06CB:CD98_Mouse to seat seat0
00:00:00.267 [DEBUG] [sway/input/seat.c:718] Applying input config to 1739:52632:MSFT0004:00_06CB:CD98_Mouse
00:00:00.268 [DEBUG] [wlr] [backend/libinput/events.c:95] Added MSFT0004:00 06CB:CD98 Touchpad [1739:52632]
00:00:00.268 [DEBUG] [sway/input/input-manager.c:234] adding device: '1739:52632:MSFT0004:00_06CB:CD98_Touchpad'
00:00:00.268 [DEBUG] [sway/input/libinput.c:198] sway_input_configure_libinput_device('type:touchpad' on '1739:52632:MSFT0004:00_06CB:CD98_Touchpad')
00:00:00.268 [DEBUG] [sway/input/libinput.c:34] tap_set_enabled(1)
00:00:00.268 [DEBUG] [sway/input/libinput.c:98] scroll_set_natural_scroll(1)
00:00:00.268 [DEBUG] [sway/input/seat.c:939] adding device 1739:52632:MSFT0004:00_06CB:CD98_Touchpad to seat seat0
00:00:00.268 [DEBUG] [sway/input/seat.c:718] Applying input config to 1739:52632:MSFT0004:00_06CB:CD98_Touchpad
00:00:00.268 [DEBUG] [wlr] [backend/libinput/events.c:95] Added AT Translated Set 2 keyboard [1:1]
00:00:00.268 [DEBUG] [sway/input/input-manager.c:234] adding device: '1:1:AT_Translated_Set_2_keyboard'
00:00:00.268 [DEBUG] [sway/input/seat.c:939] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0
00:00:00.272 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x55a939d32440
00:00:00.273 [DEBUG] [wlr] [backend/libinput/backend.c:133] libinput successfully initialized
00:00:00.273 [INFO] [wlr] [backend/drm/drm.c:1185] Scanning DRM connectors on /dev/dri/card0
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1251] Found connector 'eDP-1'
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1287] 'eDP-1' connected
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1288] Current CRTC: 67
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1298] Physical size: 310x170
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1338] Detected modes:
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 1920x1080@60000 (preferred)
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 1680x1050@60000
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 1280x1024@60000
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 1440x900@60000
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 1280x800@60000
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 1280x720@60000
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 1024x768@60000
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 800x600@60000
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1360] 640x480@60000
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1251] Found connector 'HDMI-A-1'
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1251] Found connector 'DP-1'
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1047] Reallocating CRTCs
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1058] State before reallocation:
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1064] 'eDP-1' crtc=0 status=1 desired_enabled=1
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1064] 'HDMI-A-1' crtc=-1 status=0 desired_enabled=0
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1064] 'DP-1' crtc=-1 status=0 desired_enabled=0
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1115] State after reallocation:
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1122] 'eDP-1' crtc=0 status=1 desired_enabled=1
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1122] 'HDMI-A-1' crtc=-1 status=0 desired_enabled=0
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:1122] 'DP-1' crtc=-1 status=0 desired_enabled=0
00:00:00.275 [INFO] [wlr] [backend/drm/drm.c:1412] connector eDP-1: Requesting modeset
00:00:00.275 [DEBUG] [sway/desktop/output.c:857] New output 0x55a93a103460: eDP-1 (non-desktop: 0)
00:00:00.275 [DEBUG] [sway/config/output.c:390] Turning on output eDP-1
00:00:00.275 [DEBUG] [sway/config/output.c:403] Set preferred mode
00:00:00.275 [DEBUG] [wlr] [backend/drm/drm.c:492] connector eDP-1: Can't enable an output without a buffer
00:00:00.275 [DEBUG] [wlr] [types/output/render.c:192] Attaching empty buffer to output for modeset
00:00:00.275 [DEBUG] [wlr] [types/output/render.c:73] Choosing primary buffer format 0x34325258 for output 'eDP-1'
00:00:00.276 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:00.289 [DEBUG] [wlr] [render/allocator/gbm.c:140] Allocated 1920x1080 GBM buffer (format 0x34325258, modifier 0x200000440517901)
00:00:00.289 [DEBUG] [wlr] [render/gles2/renderer.c:142] Created GL FBO for buffer 1920x1080
00:00:00.291 [DEBUG] [sway/config/output.c:436] Auto-detected output transform: 0
00:00:00.291 [DEBUG] [sway/config/output.c:450] Auto-detected output scale: 1.000000
00:00:00.291 [DEBUG] [sway/config/output.c:496] Committing output eDP-1
00:00:00.292 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 8 VGPRS: 24 Code Size: 52 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.292 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 212 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.294 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 40 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.295 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 16 VGPRS: 20 Code Size: 392 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.297 [INFO] [wlr] [backend/drm/drm.c:708] connector eDP-1: Modesetting with '1920x1080@60000mHz'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:281] Workspace: Generating new workspace name for output eDP-1
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 1'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '1'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:272] Workspace: Found free name 1
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 2'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '2'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 3'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '3'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 4'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '4'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 5'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '5'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 6'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '6'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 7'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '7'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 8'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '8'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 9'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '9'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 10'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:243] Isolated name from workspace number: '10'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'next'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'next'
00:00:00.308 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'prev'
00:00:00.308 [DEBUG] [sway/tree/output.c:127] Creating default workspace 1
00:00:00.308 [DEBUG] [sway/tree/workspace.c:63] Adding workspace 1 for output eDP-1
00:00:00.335 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:243] Loaded cursor theme 'breeze_cursors' at size 24 (114 available cursors)
00:00:00.337 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 16 VGPRS: 24 Code Size: 60 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.337 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 112 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.345 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:00.345 [DEBUG] [wlr] [render/allocator/gbm.c:140] Allocated 256x256 GBM buffer (format 0x34325241, modifier 0x0)
00:00:00.346 [DEBUG] [wlr] [render/gles2/renderer.c:142] Created GL FBO for buffer 256x256
00:00:00.346 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 8 VGPRS: 24 Code Size: 24 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.346 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 16 VGPRS: 8 Code Size: 84 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.352 [DEBUG] [sway/desktop/layer_shell.c:195] Usable area changed, rearranging output
00:00:00.352 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1080@0,0
00:00:00.352 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 12.000000, 12.000000
00:00:00.352 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1080@0,0
00:00:00.352 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 12.000000, 12.000000
00:00:00.359 [DEBUG] [sway/input/libinput.c:198] sway_input_configure_libinput_device('type:touchpad' on '1739:52632:MSFT0004:00_06CB:CD98_Touchpad')
00:00:00.359 [DEBUG] [sway/input/seat.c:718] Applying input config to 1739:52632:MSFT0004:00_06CB:CD98_Touchpad
00:00:00.359 [DEBUG] [sway/input/seat.c:718] Applying input config to 1739:52632:MSFT0004:00_06CB:CD98_Mouse
00:00:00.364 [DEBUG] [sway/input/seat.c:718] Applying input config to 6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control
00:00:00.379 [DEBUG] [sway/input/seat.c:718] Applying input config to 1133:16478:Logitech_M720_Triathlon
00:00:00.383 [DEBUG] [sway/input/seat.c:718] Applying input config to 1133:16475:Logitech_K780
00:00:00.393 [DEBUG] [sway/input/seat.c:718] Applying input config to 0:5:Lid_Switch
00:00:00.393 [DEBUG] [sway/input/switch.c:91] Configured switch for device
00:00:00.404 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:00.404 [DEBUG] [wlr] [render/allocator/gbm.c:140] Allocated 256x256 GBM buffer (format 0x34325241, modifier 0x0)
00:00:00.404 [DEBUG] [wlr] [render/gles2/renderer.c:142] Created GL FBO for buffer 256x256
00:00:00.404 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a108090 committing with 2 instructions
00:00:00.404 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a108090
00:00:00.404 [INFO] [wlr] [backend/headless/backend.c:18] Starting headless backend
00:00:00.404 [DEBUG] [sway/config/bar.c:266] Invoking swaybar for bar id 'bar-0'
00:00:00.409 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:00:00.409 [DEBUG] [sway/config.c:673] Running deferred commands
00:00:00.409 [INFO] [sway/commands.c:258] Handling command 'exec mako'
00:00:00.409 [DEBUG] [sway/commands/exec_always.c:46] Executing mako
00:00:00.414 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 12486
00:00:00.414 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 12486
00:00:00.414 [INFO] [sway/commands.c:258] Handling command 'exec sworkstyle'
00:00:00.414 [DEBUG] [sway/commands/exec_always.c:46] Executing sworkstyle
00:00:00.419 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 12488
00:00:00.419 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 12488
00:00:00.419 [INFO] [sway/commands.c:258] Handling command 'exec wlr-gamma-service'
00:00:00.419 [DEBUG] [sway/commands/exec_always.c:46] Executing wlr-gamma-service
[2022-01-23T08:50:11Z ERROR sworkstyle] Sworkstyle already running
00:00:00.423 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 12493
00:00:00.423 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 12493
00:00:00.423 [INFO] [sway/commands.c:258] Handling command 'exec across'
00:00:00.423 [DEBUG] [sway/commands/exec_always.c:46] Executing across
wlr-gamma-service: error while loading shared libraries: libwlroots.so.9: cannot open shared object file: No such file or directory
00:00:00.427 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 12504
00:00:00.427 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 12504
00:00:00.427 [INFO] [sway/commands.c:258] Handling command 'exec telegram-desktop'
00:00:00.427 [DEBUG] [sway/commands/exec_always.c:46] Executing telegram-desktop
00:00:00.432 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 12506
00:00:00.432 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 12506
00:00:00.432 [INFO] [sway/commands.c:258] Handling command 'exec fcitx5 --replace'
00:00:00.432 [DEBUG] [sway/commands/exec_always.c:46] Executing fcitx5 --replace
00:00:00.436 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 12509
00:00:00.436 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 12509
00:00:00.436 [INFO] [sway/server.c:302] Running compositor on wayland display 'wayland-1'
00:00:00.436 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:00.437 [DEBUG] [wlr] [render/allocator/gbm.c:140] Allocated 1920x1080 GBM buffer (format 0x34325258, modifier 0x200000440517901)
00:00:00.437 [DEBUG] [wlr] [render/gles2/renderer.c:142] Created GL FBO for buffer 1920x1080
2022-01-23 16:50:11 - [swaybg-1.1/main.c:321] Found config * for output eDP-1 (Unknown 0x08B5 0x00000000)
00:00:00.438 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a36db30 (res 0x55a93a107bc0)
00:00:00.438 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:472] new layer_surface 0x55a93a5ac770 (res 0x55a93a0d1990)
00:00:00.438 [DEBUG] [sway/desktop/layer_shell.c:618] new layer surface: namespace wallpaper layer 0 anchor 15 size 0x0 margin 0,0,0,0,
I2022-01-23 16:50:11.885037 instance.cpp:1416] Override Enabled Addons: {}
I2022-01-23 16:50:11.885079 instance.cpp:1417] Override Disabled Addons: {table, kimpanel, fcitx4frontend, cloudpinyin}
00:00:00.448 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a589b60 (res 0x55a93a0bce90)
00:00:00.449 [INFO] [wlr] [xwayland/server.c:92] Starting Xwayland on :1
00:00:00.458 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a314480 (res 0x55a93a0f73e0)
00:00:00.458 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a5a0940 (res 0x55a93a0be1a0)
00:00:00.494 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
00:00:00.494 [DEBUG] [sway/ipc-server.c:199] New client: fd 81
00:00:00.494 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
00:00:00.495 [DEBUG] [sway/ipc-server.c:199] New client: fd 83
00:00:00.495 [DEBUG] [sway/ipc-server.c:219] Client 83 readable
00:00:00.495 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x2 to client 83 queue: {"success": true}
00:00:00.495 [DEBUG] [sway/ipc-server.c:535] Client 83 writable
00:00:00.495 [DEBUG] [sway/ipc-server.c:219] Client 81 readable
00:00:00.495 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x1 to client 81 queue: [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 12, "width": 1896, "height": 1056 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": null, "focused": true, "visible": true } ]
00:00:00.495 [DEBUG] [sway/ipc-server.c:535] Client 81 writable
00:00:00.495 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
00:00:00.495 [DEBUG] [sway/ipc-server.c:199] New client: fd 85
00:00:00.495 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
00:00:00.495 [DEBUG] [sway/ipc-server.c:199] New client: fd 87
00:00:00.495 [DEBUG] [sway/ipc-server.c:219] Client 87 readable
00:00:00.495 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x2 to client 87 queue: {"success": true}
00:00:00.495 [DEBUG] [sway/ipc-server.c:535] Client 87 writable
00:00:00.496 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
00:00:00.496 [DEBUG] [sway/ipc-server.c:199] New client: fd 89
00:00:00.496 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
00:00:00.496 [DEBUG] [sway/ipc-server.c:199] New client: fd 91
00:00:00.496 [DEBUG] [sway/ipc-server.c:219] Client 91 readable
00:00:00.496 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x2 to client 91 queue: {"success": true}
00:00:00.496 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:00.496 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:00.496 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 12, "width": 1896, "height": 1056 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": null } ], "floating_nodes": [ ], "focus": [ 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "1", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:00.496 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
** (waybar:12484): WARNING **: 16:50:11.963: gtk-layer-shell v0.6.0 may not work on GTK v3.24.31. If you experience crashes, check https://github.com/wmww/gtk-layer-shell/blob/master/compatibility.md
00:00:00.523 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a5b8fe0 (res 0x55a93a5b9320)
00:00:00.523 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:472] new layer_surface 0x55a93a5b93b0 (res 0x55a93a30b310)
00:00:00.523 [DEBUG] [sway/desktop/layer_shell.c:618] new layer surface: namespace waybar layer 2 anchor 13 size 0x32 margin 4,4,4,4,
00:00:00.523 [DEBUG] [sway/desktop/layer_shell.c:195] Usable area changed, rearranging output
00:00:00.523 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1040@0,40
00:00:00.523 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 12.000000, 52.000000
00:00:00.523 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a5997e0 committing with 1 instructions
00:00:00.523 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a5997e0
00:00:00.533 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a2b6780 (res 0x55a93a59c730)
00:00:00.533 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:472] new layer_surface 0x55a93a2b4430 (res 0x55a93a373ca0)
00:00:00.533 [DEBUG] [sway/desktop/layer_shell.c:618] new layer surface: namespace notifications layer 2 anchor 9 size 396x80 margin 0,0,0,0,
00:00:00.542 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a379b80 (res 0x55a93a2b7a40)
00:00:00.544 [DEBUG] [wlr] [xwayland/server.c:250] Xserver is ready
00:00:00.544 [DEBUG] [wlr] [xwayland/xwm.c:1853] xfixes version: 5.0
00:00:00.544 [DEBUG] [wlr] [xwayland/xwm.c:1873] xres version: 1.2
00:00:00.551 [DEBUG] [sway/input/cursor.c:918] denying request to set cursor from unfocused client
00:00:00.552 [DEBUG] [wlr] [types/wlr_relative_pointer_v1.c:145] relative_pointer_v1 0x55a93a5980a0 created for client 0x55a93a590bc0
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.552 [DEBUG] [sway/desktop/xwayland.c:686] New xwayland surface title='(null)' class='(null)'
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:00:00.565 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.565 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:00.565 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.565 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
I2022-01-23 16:50:12.006257 addonmanager.cpp:191] Loaded addon xcb
I2022-01-23 16:50:12.007993 addonmanager.cpp:191] Loaded addon quickphrase
I2022-01-23 16:50:12.008226 addonmanager.cpp:191] Loaded addon imselector
I2022-01-23 16:50:12.015076 addonmanager.cpp:191] Loaded addon keyboard
I2022-01-23 16:50:12.016326 addonmanager.cpp:191] Loaded addon dbus
I2022-01-23 16:50:12.019290 addonmanager.cpp:191] Loaded addon ibusfrontend
00:00:00.579 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
I2022-01-23 16:50:12.020220 addonmanager.cpp:191] Loaded addon 00:00:00.579 xim[DEBUG]
[sway/desktop/xwayland.c:686] New xwayland surface title='(null)' class='(null)'
00:00:00.579 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
I2022-01-23 16:50:12.020967 addonmanager.cpp:191] Loaded addon wayland
I2022-01-23 16:50:12.021833 addonmanager.cpp:191] Loaded addon dbusfrontend
I2022-01-23 16:50:12.022755 addonmanager.cpp:191] Loaded addon clipboard
I00:00:00.583 [DEBUG] 2022-01-23 16:50:12.023360[sway/input/input-manager.c:399] adding virtual keyboard: '0:0:virtual_keyboard'
addonmanager.cpp:19100:00:00.583 ] [DEBUG] Loaded addon [sway/input/seat.c:939] adding device 0:0:virtual_keyboard to seat seat0waylandim
I2022-01-23 16:50:12.023790 addonmanager.cpp:191] Loaded addon unicode
I2022-01-23 16:50:12.024621 addonmanager.cpp:191] Loaded addon pinyinhelper
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:00:00.596 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.596 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:00.596 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.596 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
I2022-01-23 16:50:12.073611 inputmethodmanager.cpp:198] Found 704 input method(s) in addon keyboard
00:00:00.648 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.648 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:00.648 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.648 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:00.649 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.674 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.674 [DEBUG] [sway/desktop/xwayland.c:764] New xwayland unmanaged surface
00:00:00.674 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.674 [DEBUG] [wlr] [xwayland/xwm.c:833] unhandled X11 property 379 (_XEMBED_INFO) for window 4194307
00:00:00.674 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.674 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.674 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:00.674 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
I2022-01-23 16:50:12.114994 addonmanager.cpp:191] Loaded addon classicui
I2022-01-23 16:50:12.115565 addonmanager.cpp:191] Loaded addon notificationitem
I2022-01-23 16:50:12.116625 addonmanager.cpp:191] Loaded addon notifications
I2022-01-23 16:50:12.117858 addonmanager.cpp:191] Loaded addon punctuation
00:00:00.683 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 8 VGPRS: 24 Code Size: 24 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:00.683 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 24 VGPRS: 12 Code Size: 44 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
error: : cannot open
error: : cannot open
error: : cannot open
00:00:00.999 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a60c3b0 (res 0x55a93a5d4fe0)
00:00:00.999 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:414] new xdg_surface 0x55a93a5ee080 (res 0x55a93a5d6530)
00:00:00.999 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:208] new xdg_toplevel_decoration 0x55a93a5e0f20 (res 0x55a93a5d5760)
00:00:00.999 [DEBUG] [sway/desktop/xdg_shell.c:514] New xdg_shell toplevel title='Telegram' app_id='telegramdesktop'
00:00:01.040 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a5d3f50 (res 0x55a93a5d6bf0)
00:00:01.040 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a5d2660 (res 0x55a93a5d5d00)
00:00:01.040 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a5d79c0 (res 0x55a93a5d5d00)
00:00:01.174 [DEBUG] [sway/tree/root.c:249] Looking up workspace for pid 12506
00:00:01.175 [DEBUG] [sway/tree/root.c:256] found pid_workspace for pid 12506, workspace 1
00:00:01.175 [DEBUG] [sway/ipc-server.c:332] Sending window::new event
00:00:01.175 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "new", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 0.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": null, "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:01.175 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:01.175 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 0.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:01.175 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1040@0,40
00:00:01.175 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 12.000000, 52.000000
00:00:01.175 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5370 horizontally
00:00:01.175 [DEBUG] [sway/ipc-server.c:332] Sending window::focus event
00:00:01.175 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "focus", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:01.175 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a5cce50 committing with 3 instructions
00:00:01.175 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:01.177 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x55a93a5cce50 is ready
00:00:01.177 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a5cce50
00:00:01.177 [DEBUG] [sway/tree/container.c:1354] Container 0x55a93a5f2ed0 entered output 0x55a93a0e2830
00:00:01.184 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:01.184 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" } ], "floating_nodes": [ ], "focus": [ 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "1", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:01.184 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:01.184 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:01.185 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" } ], "floating_nodes": [ ], "focus": [ 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "1", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:01.185 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:01.185 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:01.185 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" } ], "floating_nodes": [ ], "focus": [ 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "1", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:01.185 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:01.196 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a37fd30 (res 0x55a93a5eb7b0)
00:00:01.197 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:01.197 [DEBUG] [wlr] [render/allocator/gbm.c:140] Allocated 256x256 GBM buffer (format 0x34325241, modifier 0x0)
00:00:01.197 [DEBUG] [wlr] [render/gles2/renderer.c:142] Created GL FBO for buffer 256x256
I2022-01-23 16:50:13.324829 addonmanager.cpp:191] Loaded addon pinyin
00:00:01.884 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a5da8f0 (res 0x55a93a5f7d70)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:00:02.760 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:02.760 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:02.760 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:02.760 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:03.377 [DEBUG] [sway/commands/bind.c:617] running command for binding: workspace number 2
00:00:03.377 [INFO] [sway/commands.c:258] Handling command 'workspace number 2'
00:00:03.377 [DEBUG] [sway/tree/workspace.c:63] Adding workspace 2 for output eDP-1
00:00:03.377 [DEBUG] [sway/ipc-server.c:306] Sending workspace::init event
00:00:03.377 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 83 queue: { "change": "init", "old": null, "current": { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null } }
00:00:03.377 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 91 queue: { "change": "init", "old": null, "current": { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null } }
00:00:03.377 [DEBUG] [sway/tree/workspace.c:579] Switching to workspace 0x55a93a5e5b80:2
00:00:03.377 [DEBUG] [sway/ipc-server.c:306] Sending workspace::focus event
00:00:03.378 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 83 queue: { "change": "focus", "old": { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, "current": { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null } }
00:00:03.378 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 91 queue: { "change": "focus", "old": { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, "current": { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null } }
00:00:03.378 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1040@0,40
00:00:03.378 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 52.000000
00:00:03.378 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a050df0 committing with 4 instructions
00:00:03.378 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a050df0
00:00:03.378 [DEBUG] [sway/ipc-server.c:535] Client 83 writable
00:00:03.378 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:03.378 [DEBUG] [sway/ipc-server.c:219] Client 81 readable
00:00:03.379 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x1 to client 81 queue: [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]", "focused": false, "visible": false }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null, "focused": true, "visible": true } ]
00:00:03.379 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:03.379 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:03.381 [DEBUG] [sway/ipc-server.c:535] Client 81 writable
00:00:03.381 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:03.381 [DEBUG] [sway/ipc-server.c:219] Client 81 readable
00:00:03.381 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x1 to client 81 queue: [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]", "focused": false, "visible": false }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null, "focused": true, "visible": true } ]
00:00:03.381 [DEBUG] [sway/ipc-server.c:535] Client 81 writable
00:00:03.381 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:03.382 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:03.382 [DEBUG] [wlr] [GLES2] Shader Stats: SGPRS: 24 VGPRS: 8 Code Size: 152 LDS: 0 Scratch: 0 Max Waves: 10 Spilled SGPRs: 0 Spilled VGPRs: 0 PrivMem VGPRs: 0
00:00:03.383 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:03.720 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:03.721 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (248334)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:03.721 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:03.721 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:03.721 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (248334)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": null } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:03.721 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:03.761 [DEBUG] [sway/commands/bind.c:617] running command for binding: exec alacritty
00:00:03.761 [INFO] [sway/commands.c:258] Handling command 'exec alacritty'
00:00:03.762 [DEBUG] [sway/commands/exec_always.c:46] Executing alacritty
00:00:03.767 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 12776
00:00:03.767 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 12776
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.utf-8" (mapped to "en_US.utf-8")
00:00:03.792 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a173940 (res 0x55a93a5f88b0)
00:00:03.792 [DEBUG] [wlr] [types/wlr_relative_pointer_v1.c:145] relative_pointer_v1 0x55a93a2bb000 created for client 0x55a93a5d7e50
00:00:03.792 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a5b8740 (res 0x55a93a5fadd0)
00:00:03.792 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:414] new xdg_surface 0x55a93a61d740 (res 0x55a93a5faa70)
00:00:03.792 [DEBUG] [sway/desktop/xdg_shell.c:514] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:03.792 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a37ca10 (res 0x55a93a5f04b0)
00:00:03.792 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:208] new xdg_toplevel_decoration 0x55a93a5dae40 (res 0x55a93a5f0b70)
00:00:03.888 [DEBUG] [sway/tree/root.c:249] Looking up workspace for pid 12776
00:00:03.888 [DEBUG] [sway/tree/root.c:256] found pid_workspace for pid 12776, workspace 2
00:00:03.888 [DEBUG] [sway/ipc-server.c:332] Sending window::new event
00:00:03.888 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "new", "container": { "id": 7, "type": "con", "orientation": "none", "percent": 0.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": null, "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:03.888 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:03.888 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 7, "type": "con", "orientation": "none", "percent": 0.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:03.888 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1040@0,40
00:00:03.888 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 52.000000
00:00:03.888 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5370 horizontally
00:00:03.888 [DEBUG] [sway/ipc-server.c:332] Sending window::focus event
00:00:03.888 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "focus", "container": { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:03.888 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a61e110 committing with 3 instructions
00:00:03.889 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:03.889 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:03.889 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (248334)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:03.889 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:03.890 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:03.890 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (248334)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:03.890 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:03.891 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:03.891 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (248334)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:03.891 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:03.898 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x55a93a61e110 is ready
00:00:03.898 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a61e110
00:00:03.898 [DEBUG] [sway/tree/container.c:1354] Container 0x55a93a622980 entered output 0x55a93a0e2830
00:00:03.899 [DEBUG] [sway/input/text_input.c:161] Text input committed update
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:00:03.907 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:03.907 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:03.907 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:03.907 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:03.913 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:03.926 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:03.930 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:03.930 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:03.930 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:03.931 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:03.931 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (248334)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:03.931 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:03.945 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:04.183 [DEBUG] [sway/desktop/layer_shell.c:360] Layer surface destroyed (notifications)
00:00:04.623 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:04.623 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (250211)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:04.624 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:04.624 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:04.624 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (250211)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:04.624 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:04.641 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:04.922 [DEBUG] [sway/commands/bind.c:617] running command for binding: exec alacritty
00:00:04.922 [INFO] [sway/commands.c:258] Handling command 'exec alacritty'
00:00:04.922 [DEBUG] [sway/commands/exec_always.c:46] Executing alacritty
00:00:04.929 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 12972
00:00:04.929 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 12972
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.utf-8" (mapped to "en_US.utf-8")
00:00:04.954 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a633a70 (res 0x55a93a5ceb40)
00:00:04.954 [DEBUG] [wlr] [types/wlr_relative_pointer_v1.c:145] relative_pointer_v1 0x55a93a30b3a0 created for client 0x55a93a619bd0
00:00:04.954 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a641620 (res 0x55a93a67a780)
00:00:04.954 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:414] new xdg_surface 0x55a93a2afe00 (res 0x55a93a67a420)
00:00:04.954 [DEBUG] [sway/desktop/xdg_shell.c:514] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:04.954 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a61d100 (res 0x55a93a67aae0)
00:00:04.954 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:208] new xdg_toplevel_decoration 0x55a93a58fce0 (res 0x55a93a679170)
00:00:05.026 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:05.026 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254495)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:05.027 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:05.027 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:05.027 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254495)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:05.027 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:05.054 [DEBUG] [sway/tree/root.c:249] Looking up workspace for pid 12972
00:00:05.054 [DEBUG] [sway/tree/root.c:256] found pid_workspace for pid 12972, workspace 2
00:00:05.054 [DEBUG] [sway/ipc-server.c:332] Sending window::new event
00:00:05.054 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "new", "container": { "id": 8, "type": "con", "orientation": "none", "percent": 0.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": null, "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:05.054 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:05.054 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 8, "type": "con", "orientation": "none", "percent": 0.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:05.054 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1040@0,40
00:00:05.054 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 52.000000
00:00:05.054 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5370 horizontally
00:00:05.054 [DEBUG] [sway/ipc-server.c:332] Sending window::focus event
00:00:05.054 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "focus", "container": { "id": 8, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 964, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:05.054 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a5df290 committing with 4 instructions
00:00:05.054 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:05.054 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:05.055 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254495)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } }, { "id": 8, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 964, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 8, 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:05.055 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:05.055 [DEBUG] [wlr] [types/wlr_text_input_v3.c:185] Text input commit received without focus
00:00:05.055 [DEBUG] [sway/input/text_input.c:184] Disabling text input, but no longer focused
00:00:05.055 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:05.056 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254495)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } }, { "id": 8, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 964, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 8, 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:05.056 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:05.056 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:05.056 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254495)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } }, { "id": 8, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "none", "current_border_width": 0, "rect": { "x": 964, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 0, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "Alacritty", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 8, 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:05.056 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:05.062 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x55a93a5df290 is ready
00:00:05.062 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a5df290
00:00:05.062 [DEBUG] [sway/tree/container.c:1354] Container 0x55a93a595100 entered output 0x55a93a0e2830
00:00:05.063 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:05.077 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:05.086 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:05.086 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 8, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 964, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:05.086 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:05.086 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:05.086 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254495)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } }, { "id": 8, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 964, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 8, 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:05.086 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:05.094 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:05.286 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:05.287 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254571)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:05.287 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:05.287 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:05.288 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254571)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } }, { "id": 8, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 964, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 8, 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:05.288 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:05.545 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:05.546 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254614)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:05.546 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:05.546 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:05.546 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254614)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 52, "width": 1896, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } }, { "id": 8, "type": "con", "orientation": "none", "percent": 0.49789029535864981, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 964, "y": 52, "width": 944, "height": 1016 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 936, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 8, 7 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[Alacritty Alacritty]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:05.547 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:05.808 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:06.250 [DEBUG] [sway/commands/bind.c:617] running command for binding: layout tabbed
00:00:06.250 [INFO] [sway/commands.c:258] Handling command 'layout tabbed'
00:00:06.250 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1040@0,40
00:00:06.250 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 52.000000
00:00:06.250 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5470 horizontally
00:00:06.250 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a5e0170 committing with 4 instructions
00:00:06.253 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x55a93a5e0170 is ready
00:00:06.253 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a5e0170
00:00:06.253 [DEBUG] [sway/tree/container.c:1354] Container 0x55a93a631470 entered output 0x55a93a0e2830
00:00:06.254 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:06.265 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:06.559 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:07.309 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:07.470 [DEBUG] [sway/commands/bind.c:617] running command for binding: layout stacking
00:00:07.470 [INFO] [sway/commands.c:258] Handling command 'layout stacking'
00:00:07.471 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1040@0,40
00:00:07.471 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 52.000000
00:00:07.471 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5470 horizontally
00:00:07.471 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a5e6ef0 committing with 4 instructions
00:00:07.474 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x55a93a5e6ef0 is ready
00:00:07.474 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a5e6ef0
00:00:07.474 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:07.479 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:08.058 [DEBUG] [sway/input/text_input.c:161] Text input committed update
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:00:08.781 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:08.781 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:08.781 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:08.781 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:00:08.791 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:08.791 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:08.791 [DEBUG] [wlr] [xwayland/selection/selection.c:147] not handling selection events: no seat assigned to xwayland
00:00:08.791 [DEBUG] [wlr] [xwayland/xwm.c:1583] unhandled X11 event: MappingNotify (34)
00:00:08.809 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:09.560 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:10.309 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:10.395 [DEBUG] [sway/commands/bind.c:617] running command for binding: exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
00:00:10.395 [INFO] [sway/commands.c:258] Handling command 'exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit''
00:00:10.395 [DEBUG] [sway/commands/exec_always.c:46] Executing swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
00:00:10.401 [DEBUG] [sway/commands/exec_always.c:92] Child process created with pid 13304
00:00:10.401 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 13304
00:00:10.441 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a6469f0 (res 0x55a93a68b3d0)
00:00:10.441 [DEBUG] [wlr] [types/wlr_surface.c:741] New wlr_surface 0x55a93a6472d0 (res 0x55a93a68b2b0)
00:00:10.441 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:472] new layer_surface 0x55a93a647840 (res 0x55a93a68b190)
00:00:10.441 [DEBUG] [sway/desktop/layer_shell.c:618] new layer surface: namespace swaynag layer 2 anchor 13 size 0x38 margin 0,0,0,0,
00:00:10.441 [DEBUG] [sway/desktop/layer_shell.c:195] Usable area changed, rearranging output
00:00:10.441 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1002@0,78
00:00:10.441 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 12.000000, 90.000000
00:00:10.441 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb53c0 horizontally
00:00:10.441 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1002@0,78
00:00:10.441 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 90.000000
00:00:10.441 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb53c0 horizontally
00:00:10.441 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a6144b0 committing with 6 instructions
00:00:10.443 [DEBUG] [sway/desktop/layer_shell.c:195] Usable area changed, rearranging output
00:00:10.443 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1004@0,76
00:00:10.443 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 12.000000, 88.000000
00:00:10.443 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5410 horizontally
00:00:10.443 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1004@0,76
00:00:10.443 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 88.000000
00:00:10.443 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5410 horizontally
00:00:10.444 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x55a93a6144b0 is ready
00:00:10.444 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a6144b0
00:00:10.444 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a5e7720 committing with 6 instructions
00:00:10.444 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:10.447 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x55a93a5e7720 is ready
00:00:10.447 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55a93a5e7720
00:00:10.447 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:10.462 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:11.036 [DEBUG] [sway/input/cursor.c:918] denying request to set cursor from unfocused client
00:00:11.059 [DEBUG] [sway/input/text_input.c:161] Text input committed update
00:00:11.486 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:11.486 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 972 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254615)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:11.486 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:11.486 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:11.487 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 972 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254615)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 9, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "stacked", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": null, "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 104, "width": 1896, "height": 964 }, "deco_rect": { "x": 0, "y": 0, "width": 1896, "height": 8 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 960 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } }, { "id": 8, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 104, "width": 1896, "height": 964 }, "deco_rect": { "x": 0, "y": 8, "width": 1896, "height": 8 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 960 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 8, 7 ], "fullscreen_mode": 0, "sticky": false } ], "floating_nodes": [ ], "focus": [ 9 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[S[Alacritty Alacritty]]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:11.487 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:11.562 [DEBUG] [sway/ipc-server.c:332] Sending window::title event
00:00:11.562 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "title", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 972 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254616)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:11.562 [DEBUG] [sway/ipc-server.c:535] Client 91 writable
00:00:11.562 [DEBUG] [sway/ipc-server.c:219] Client 89 readable
00:00:11.563 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x4 to client 89 queue: { "id": 1, "type": "root", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "root", "window": null, "nodes": [ { "id": 2147483647, "type": "output", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3", "window": null, "nodes": [ { "id": 2147483646, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "__i3_scratch", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false } ], "floating_nodes": [ ], "focus": [ 2147483646 ], "fullscreen_mode": 0, "sticky": false }, { "id": 3, "type": "output", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "output", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "eDP-1", "window": null, "nodes": [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 972 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254616)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 5 ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[telegramdesktop]" }, { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ { "id": 9, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "stacked", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 88, "width": 1896, "height": 980 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": null, "window": null, "nodes": [ { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 104, "width": 1896, "height": 964 }, "deco_rect": { "x": 0, "y": 0, "width": 1896, "height": 8 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 960 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } }, { "id": 8, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 104, "width": 1896, "height": 964 }, "deco_rect": { "x": 0, "y": 8, "width": 1896, "height": 8 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 960 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } ], "floating_nodes": [ ], "focus": [ 8, 7 ], "fullscreen_mode": 0, "sticky": false } ], "floating_nodes": [ ], "focus": [ 9 ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": "eDP-1", "representation": "H[S[Alacritty Alacritty]]" } ], "floating_nodes": [ ], "focus": [ 6, 4 ], "fullscreen_mode": 0, "sticky": false, "active": true, "dpms": true, "primary": false, "make": "Unknown", "model": "0x08B5", "serial": "0x00000000", "scale": 1.0, "scale_filter": "nearest", "transform": "normal", "adaptive_sync_status": "disabled", "current_workspace": "2", "modes": [ { "width": 1920, "height": 1080, "refresh": 60000 }, { "width": 1680, "height": 1050, "refresh": 60000 }, { "width": 1280, "height": 1024, "refresh": 60000 }, { "width": 1440, "height": 900, "refresh": 60000 }, { "width": 1280, "height": 800, "refresh": 60000 }, { "width": 1280, "height": 720, "refresh": 60000 }, { "width": 1024, "height": 768, "refresh": 60000 }, { "width": 800, "height": 600, "refresh": 60000 }, { "width": 640, "height": 480, "refresh": 60000 } ], "current_mode": { "width": 1920, "height": 1080, "refresh": 60000 }, "max_render_time": 0 } ], "floating_nodes": [ ], "focus": [ 3 ], "fullscreen_mode": 0, "sticky": false }
00:00:11.563 [DEBUG] [sway/ipc-server.c:535] Client 89 writable
00:00:11.753 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
00:00:11.753 [DEBUG] [sway/ipc-server.c:199] New client: fd 127
00:00:11.753 [DEBUG] [sway/ipc-server.c:219] Client 127 readable
00:00:11.754 [INFO] [sway/commands.c:258] Handling command 'exit'
00:00:11.754 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x0 to client 127 queue: [ { "success": true } ]
00:00:11.754 [INFO] [sway/main.c:434] Shutting down sway
(EE)00:00:11.754 [DEBUG] failed to read Wayland events: Broken pipe
[sway/desktop/layer_shell.c:360] Layer surface destroyed (wallpaper)
00:00:11.756 [DEBUG] [sway/desktop/layer_shell.c:360] Layer surface destroyed (waybar)
00:00:11.756 [DEBUG] [sway/desktop/layer_shell.c:195] Usable area changed, rearranging output
00:00:11.756 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1044@0,36
00:00:11.756 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 12.000000, 48.000000
00:00:11.756 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5890 horizontally
00:00:11.756 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1044@0,36
00:00:11.756 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 48.000000
00:00:11.756 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb5890 horizontally
00:00:11.756 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55a93a3c07b0 committing with 6 instructions
Gdk-Message: 16:50:23.197: Error reading events from display: Connection reset by peer
00:00:11.757 [DEBUG] [sway/ipc-server.c:332] Sending window::close event
00:00:11.757 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "close", "container": { "id": 5, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 48, "width": 1896, "height": 1020 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1012 }, "geometry": { "x": 0, "y": 0, "width": 1888, "height": 1008 }, "name": "Telegram (254616)", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12506, "app_id": "telegramdesktop", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:11.757 [DEBUG] [sway/tree/workspace.c:143] Destroying workspace '1'
00:00:11.757 [DEBUG] [sway/ipc-server.c:306] Sending workspace::empty event
00:00:11.757 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 83 queue: { "change": "empty", "old": null, "current": { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 48, "width": 1896, "height": 1020 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[]" } }
00:00:11.757 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 91 queue: { "change": "empty", "old": null, "current": { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": false, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 48, "width": 1896, "height": 1020 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": "H[]" } }
00:00:11.758 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:virtual_keyboard'
00:00:11.758 [DEBUG] [sway/input/seat.c:959] removing device 0:0:virtual_keyboard from seat seat0
00:00:11.759 [DEBUG] [sway/ipc-server.c:332] Sending window::close event
00:00:11.759 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "close", "container": { "id": 7, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": false, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 64, "width": 1896, "height": 1004 }, "deco_rect": { "x": 0, "y": 0, "width": 1896, "height": 8 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1000 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12776, "app_id": "Alacritty", "visible": false, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:11.759 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1044@0,36
00:00:11.759 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 48.000000
00:00:11.759 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd0fcb58b0 horizontally
00:00:11.760 [DEBUG] [sway/input/text_input.c:172] Disabling text input, but input method is gone
00:00:11.760 [DEBUG] [sway/ipc-server.c:332] Sending window::close event
00:00:11.760 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000003 to client 91 queue: { "change": "close", "container": { "id": 8, "type": "con", "orientation": "none", "percent": 1.0, "urgent": false, "marks": [ ], "focused": true, "layout": "none", "border": "pixel", "current_border_width": 4, "rect": { "x": 12, "y": 56, "width": 1896, "height": 1012 }, "deco_rect": { "x": 0, "y": 0, "width": 1896, "height": 8 }, "window_rect": { "x": 4, "y": 4, "width": 1888, "height": 1008 }, "geometry": { "x": 0, "y": 0, "width": 800, "height": 600 }, "name": "~", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 0, "sticky": false, "pid": 12972, "app_id": "Alacritty", "visible": true, "max_render_time": 0, "shell": "xdg_shell", "inhibit_idle": false, "idle_inhibitors": { "user": "none", "application": "none" } } }
00:00:11.760 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1044@0,36
00:00:11.761 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 48.000000
00:00:11.761 [DEBUG] [sway/desktop/layer_shell.c:360] Layer surface destroyed (swaynag)
00:00:11.761 [DEBUG] [sway/desktop/layer_shell.c:195] Usable area changed, rearranging output
00:00:11.761 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1080@0,0
00:00:11.761 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '2' at 12.000000, 12.000000
00:00:11.762 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:6:Video_Bus'
00:00:11.762 [DEBUG] [sway/input/seat.c:959] removing device 0:6:Video_Bus from seat seat0
00:00:11.762 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:6:Video_Bus from group 0x55a939d32440
00:00:11.762 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:1:Power_Button'
00:00:11.762 [DEBUG] [sway/input/seat.c:959] removing device 0:1:Power_Button from seat seat0
00:00:11.762 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:1:Power_Button from group 0x55a939d32440
00:00:11.762 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:5:Lid_Switch'
00:00:11.762 [DEBUG] [sway/input/seat.c:959] removing device 0:5:Lid_Switch from seat seat0
00:00:11.762 [DEBUG] [sway/input/input-manager.c:202] removing device: '6048:771:Samson_Technologies_Samson_C01U_Pro_Mic'
00:00:11.762 [DEBUG] [sway/input/seat.c:959] removing device 6048:771:Samson_Technologies_Samson_C01U_Pro_Mic from seat seat0
00:00:11.762 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 6048:771:Samson_Technologies_Samson_C01U_Pro_Mic from group 0x55a939d32440
00:00:11.763 [DEBUG] [sway/input/input-manager.c:202] removing device: '1133:16475:Logitech_K780'
00:00:11.763 [DEBUG] [sway/input/seat.c:959] removing device 1133:16475:Logitech_K780 from seat seat0
00:00:11.763 [DEBUG] [sway/input/input-manager.c:202] removing device: '1133:16475:Logitech_K780'
00:00:11.763 [DEBUG] [sway/input/seat.c:959] removing device 1133:16475:Logitech_K780 from seat seat0
00:00:11.763 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 1133:16475:Logitech_K780 from group 0x55a939d32440
00:00:11.763 [DEBUG] [sway/input/input-manager.c:202] removing device: '1133:16478:Logitech_M720_Triathlon'
00:00:11.763 [DEBUG] [sway/input/seat.c:959] removing device 1133:16478:Logitech_M720_Triathlon from seat seat0
00:00:11.763 [DEBUG] [sway/input/input-manager.c:202] removing device: '1133:16478:Logitech_M720_Triathlon'
00:00:11.763 [DEBUG] [sway/input/seat.c:959] removing device 1133:16478:Logitech_M720_Triathlon from seat seat0
00:00:11.763 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 1133:16478:Logitech_M720_Triathlon from group 0x55a939d32440
00:00:11.763 [DEBUG] [sway/input/input-manager.c:202] removing device: '1266:46786:Integrated_Camera:_Integrated_C'
00:00:11.763 [DEBUG] [sway/input/seat.c:959] removing device 1266:46786:Integrated_Camera:_Integrated_C from seat seat0
00:00:11.763 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 1266:46786:Integrated_Camera:_Integrated_C from group 0x55a939d32440
00:00:11.764 [DEBUG] [sway/input/input-manager.c:202] removing device: '6785:8249:USB_Keyboard_USB_Keyboard'
00:00:11.764 [DEBUG] [sway/input/seat.c:959] removing device 6785:8249:USB_Keyboard_USB_Keyboard from seat seat0
00:00:11.764 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 6785:8249:USB_Keyboard_USB_Keyboard from group 0x55a939d32440
W2022-01-23 16:50:23.204659 xcbeventreader.cpp:39] XCB connection ":1" got error: 1
00:00:11.764 [DEBUG] [sway/input/input-manager.c:202] removing device: '6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control'
00:00:11.764 [DEBUG] [sway/input/seat.c:959] removing device 6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control from seat seat0
00:00:11.764 [DEBUG] [sway/input/input-manager.c:202] removing device: '6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control'
00:00:11.764 [DEBUG] [sway/input/seat.c:959] removing device 6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control from seat seat0
00:00:11.764 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 6785:8249:USB_Keyboard_USB_Keyboard_Consumer_Control from group 0x55a939d32440
00:00:11.764 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Ideapad_extra_buttons'
00:00:11.764 [DEBUG] [sway/input/seat.c:959] removing device 0:0:Ideapad_extra_buttons from seat seat0
00:00:11.764 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:0:Ideapad_extra_buttons from group 0x55a939d32440
00:00:11.765 [DEBUG] [sway/input/input-manager.c:202] removing device: '1739:52632:MSFT0004:00_06CB:CD98_Mouse'
00:00:11.765 [DEBUG] [sway/input/seat.c:959] removing device 1739:52632:MSFT0004:00_06CB:CD98_Mouse from seat seat0
00:00:11.765 [DEBUG] [sway/input/input-manager.c:202] removing device: '1739:52632:MSFT0004:00_06CB:CD98_Touchpad'
00:00:11.765 [DEBUG] [sway/input/seat.c:959] removing device 1739:52632:MSFT0004:00_06CB:CD98_Touchpad from seat seat0
00:00:11.765 [DEBUG] [sway/input/input-manager.c:202] removing device: '1:1:AT_Translated_Set_2_keyboard'
00:00:11.765 [DEBUG] [sway/input/seat.c:959] removing device 1:1:AT_Translated_Set_2_keyboard from seat seat0
00:00:11.765 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x55a939d32440
00:00:11.765 [DEBUG] [sway/input/keyboard.c:831] Destroying empty keyboard group 0x55a939d32440
I2022-01-23 16:50:23.259239 addonmanager.cpp:297] Unloading addon pinyin
I2022-01-23 16:50:23.263987 addonmanager.cpp:297] Unloading addon punctuation
I2022-01-23 16:50:23.264111 addonmanager.cpp:297] Unloading addon notifications
I2022-01-23 16:50:23.264147 addonmanager.cpp:297] Unloading addon notificationitem
I2022-01-23 16:50:23.264233 addonmanager.cpp:297] Unloading addon classicui
I2022-01-23 16:50:23.264874 addonmanager.cpp:297] Unloading addon pinyinhelper
I2022-01-23 16:50:23.264902 addonmanager.cpp:297] Unloading addon unicode
I2022-01-23 16:50:23.264926 addonmanager.cpp:297] Unloading addon waylandim
I2022-01-23 16:50:23.264948 addonmanager.cpp:297] Unloading addon clipboard
I2022-01-23 16:50:23.264973 addonmanager.cpp:297] Unloading addon dbusfrontend
I2022-01-23 16:50:23.265004 addonmanager.cpp:297] Unloading addon wayland
I2022-01-23 16:50:23.265024 addonmanager.cpp:297] Unloading addon xim
I2022-01-23 16:50:23.265047 addonmanager.cpp:297] Unloading addon ibusfrontend
I2022-01-23 16:50:23.266696 addonmanager.cpp:297] Unloading addon dbus
I2022-01-23 16:50:23.266754 addonmanager.cpp:297] Unloading addon keyboard
I2022-01-23 16:50:23.266854 addonmanager.cpp:297] Unloading addon imselector
I2022-01-23 16:50:23.266875 addonmanager.cpp:297] Unloading addon quickphrase
I2022-01-23 16:50:23.267041 addonmanager.cpp:297] Unloading addon xcb
I2022-01-23 16:50:23.267057 inputcontextmanager.cpp:318] All display connections are gone, exit now.
00:00:11.829 [DEBUG] [sway/tree/output.c:264] Disabling output 'eDP-1'
00:00:11.829 [DEBUG] [sway/tree/workspace.c:143] Destroying workspace '2'
00:00:11.829 [DEBUG] [sway/ipc-server.c:306] Sending workspace::empty event
00:00:11.829 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 83 queue: { "change": "empty", "old": null, "current": { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 12, "width": 1896, "height": 1056 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": null, "representation": "H[]" } }
00:00:11.829 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 91 queue: { "change": "empty", "old": null, "current": { "id": 6, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 12, "y": 12, "width": 1896, "height": 1056 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "2", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 2, "output": null, "representation": "H[]" } }
00:00:11.830 [DEBUG] [sway/tree/output.c:288] Destroying output 'eDP-1'
00:00:11.830 [DEBUG] [wlr] [backend/drm/drm.c:1017] connector eDP-1: De-allocating CRTC 0
00:00:11.910 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:104] Destroying wlr_drm_lease_device_v1 for /dev/dri/card0
00:00:12.587 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:675] Destroying wlr_drm_lease_v1_manager
00:00:12.587 [INFO] [sway/ipc-server.c:565] IPC Client 127 disconnected
00:00:12.587 [INFO] [sway/ipc-server.c:565] IPC Client 91 disconnected
00:00:12.588 [INFO] [sway/ipc-server.c:565] IPC Client 89 disconnected
00:00:12.588 [INFO] [sway/ipc-server.c:565] IPC Client 87 disconnected00:00:00.834
[ERROR] [common/ipc-client.c:87] Unable to receive IPC response
00:00:12.588 [INFO] [sway/ipc-server.c:565] IPC Client 85 disconnected
00:00:12.588 [INFO] [sway/ipc-server.c:565] IPC Client 83 disconnected
00:00:12.588 [INFO] [sway/ipc-server.c:565] IPC Client 81 disconnected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment