Skip to content

Instantly share code, notes, and snippets.

@jiggol
Last active November 1, 2024 19:30
Show Gist options
  • Save jiggol/2571b87b82907d325759356b56561d4e to your computer and use it in GitHub Desktop.
Save jiggol/2571b87b82907d325759356b56561d4e to your computer and use it in GitHub Desktop.
sway2.log
### Variables
set $mod Mod4
set $left h
set $down j
set $up k
set $right l
# Your preferred terminal emulator
# set $term footclient
set $term wezterm
#set $menu dmenu_path | wmenu | xargs swaymsg exec --
# set $menu ~/.config/rofi/scripts/launcher_t7 | xargs swaymsg exec --
# set $window ~/.config/rofi/scripts/launcher_window | xargs swaymsg exec --
set $menu fuzzel | xargs swaymsg exec --
set $window ~/.config/sway/scripts/sway-window-menu.sh | xargs swaymsg exec --
### Output configuration
output * bg ~/.config/sway/img/wallpaper.png fill
input type:keyboard {
xkb_layout kr
xkb_variant kr104
xkb_model pc104
xkb_options "grp:win_space_toggle"
repeat_delay 250
repeat_rate 35
}
bindsym $mod+Return exec $term
# Kill focused window
bindsym $mod+Shift+q kill
bindsym Alt+F4 kill
# focus 된 workspace 의 모든 창 닫기
bindsym $mod+Alt+F4 [workspace=__focused__] kill
# 모든 workspace 의 창 닫기
bindsym $mod+Alt+Ctrl+F4 [all] kill
# Start your launcher
bindsym $mod+d exec $menu
bindsym $mod+m exec $menu
# 윈도우 전환기
bindsym Alt+Tab exec $window
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows.
# Change normal to inverse to use left mouse button for resizing and right
# mouse button for dragging.
floating_modifier $mod normal
# Reload the configuration file
bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
#
# Moving around:
#
# Move your focus around
bindsym $mod+$left focus left
bindsym $mod+$down focus down
bindsym $mod+$up focus up
bindsym $mod+$right focus right
# Or use $mod+[up|down|left|right]
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# Move the focused window with the same, but add Shift
bindsym $mod+Shift+$left move left
bindsym $mod+Shift+$down move down
bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right
# Ditto, with arrow keys
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# Workspace names
# to display names or symbols instead of plain workspace numbers you can use
# something like: set $ws1 1:mail
# set $ws2 2:
set $primary_display DP-2
set $second_display DP-3
set $ws1 1
set $ws2 2
set $ws3 3
set $ws4 4
set $ws5 5
set $ws6 6
set $ws7 7
set $ws8 8
workspace $ws1 output $primary_display
workspace $ws2 output $primary_display
workspace $ws3 output $primary_display
workspace $ws4 output $primary_display
workspace $ws5 output $second_display
workspace $ws6 output $second_display
workspace $ws7 output $second_display
workspace $ws8 output $second_display
# switch to workspace
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace $ws4
bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
# Move to workspace with focused container
bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
#
# Layout stuff:
#
# You can "split" the current object of your focus with
# $mod+b or $mod+v, for horizontal and vertical splits
# respectively.
bindsym $mod+b splith
bindsym $mod+v splitv
# Switch the current container between different layout styles
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# Make the current focus fullscreen
bindsym $mod+f fullscreen
# Toggle the current focus between tiling and floating mode
bindsym $mod+Shift+space floating toggle
# Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
# Move focus to the parent container
bindsym $mod+a focus parent
bindsym $mod+p focus parent
#
# Scratchpad:
#
# Sway has a "scratchpad", which is a bag of holding for windows.
# You can send windows there and get them back later.
# Move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
#
# Resizing containers:
#
mode "resize" {
# left will shrink the containers width
# right will grow the containers width
# up will shrink the containers height
# down will grow the containers height
bindsym $left resize shrink width 10px
bindsym $down resize grow height 10px
bindsym $up resize shrink height 10px
bindsym $right resize grow width 10px
# Ditto, with arrow keys
bindsym Left resize shrink width 10px
bindsym Down resize grow height 10px
bindsym Up resize shrink height 10px
bindsym Right resize grow width 10px
# Return to default mode
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
# window switch setting
set $mode_set_switch_window "set_switch_window: [0]-[9]"
mode $mode_set_switch_window {
bindsym 1 mark 1; mode "default"
bindsym 2 mark 2; mode "default"
bindsym 3 mark 3; mode "default"
bindsym 4 mark 4; mode "default"
bindsym 5 mark 5; mode "default"
bindsym 6 mark 6; mode "default"
bindsym 7 mark 7; mode "default"
bindsym 8 mark 8; mode "default"
bindsym 9 mark 9; mode "default"
bindsym 0 mark 0; mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+ctrl+t mode $mode_set_switch_window
set $mode_switch_window "switch_window: [0]-[9]"
mode $mode_switch_window {
bindsym 1 [con_mark="1"] focus; mode "default"
bindsym 2 [con_mark="2"] focus; mode "default"
bindsym 3 [con_mark="3"] focus; mode "default"
bindsym 4 [con_mark="4"] focus; mode "default"
bindsym 5 [con_mark="5"] focus; mode "default"
bindsym 6 [con_mark="6"] focus; mode "default"
bindsym 7 [con_mark="7"] focus; mode "default"
bindsym 8 [con_mark="8"] focus; mode "default"
bindsym 9 [con_mark="9"] focus; mode "default"
bindsym 0 [con_mark="0"] focus; mode "default"
bindsym t mode $mode_set_switch_window
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+t mode $mode_switch_window
bar {
swaybar_command waybar
position top
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%Y-%m-%d %X'; do sleep 1; done
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
}
}
# bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% +5%
# bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% -5%
bindsym XF86AudioRaiseVolume exec ~/.config/sway/scripts/vol-control.sh +5% && notify-send "Volume: $(pamixer --get-volume)%"
bindsym XF86AudioLowerVolume exec ~/.config/sway/scripts/vol-control.sh -5% && notify-send "Volume: $(pamixer --get-volume)%"
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"
# bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
# bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
bindsym XF86Search exec bemenu-run
# 전체화면(모든모니터) 캡처 to 클립보드
bindsym Print exec grim - | swappy -f -
# 현재 focus 된 모니터 화면캡처 to 클립보드
bindsym Ctrl+Print exec grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') - | swappy -f -
# 지정된 화면영역 캡처 to 클립보드
bindsym Shift+Print exec grim -g "$(slurp)" - | swappy -f -
set $rosewater #f5e0dc
set $flamingo #f2cdcd
set $pink #f5c2e7
set $mauve #cba6f7
set $red #f38ba8
set $maroon #eba0ac
set $peach #fab387
set $yellow #f9e2af
set $green #a6e3a1
set $teal #94e2d5
set $sky #89dceb
set $sapphire #74c7ec
set $blue #89b4fa
set $lavender #b4befe
set $text #cdd6f4
set $subtext1 #bac2de
set $subtext0 #a6adc8
set $overlay2 #9399b2
set $overlay1 #7f849c
set $overlay0 #6c7086
set $surface2 #585b70
set $surface1 #45475a
# set $surface0 #313244
set $surface0 #1e1e2e
# set $base #1e1e2e
set $base #313244
set $mantle #181825
set $crust #11111b
# target title bg text indicator border
# client.focused $lavender $base $text $rosewater $lavender
client.focused $lavender $surface0 $text $rosewater $lavender
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
client.unfocused $overlay0 $base $text $rosewater $overlay0
client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base
font pango:monospace 13
set $gaps 5
set $border_size 3
set $border_size_floating 3
default_border pixel $border_size
default_floating_border pixel $border_size_floating
title_align center
titlebar_border_thickness 3
titlebar_padding 10 6
workspace_layout tabbed
default_orientation auto
# Gaps Settings
gaps inner $gaps
gaps outer $gaps
# smart_gaps on
exec swayidle -w \
timeout 300 'swaylock -f' \
timeout 600 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"'
exec systemctl --user start sway-session.target
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec fcitx5 -rd
exec --no-startup-id blueman-applet
exec system-config-printer-applet
# exec_always nwg-drawer -r -fm nemo
# exec nwg-drawer -r -fm nemo -d 2> ~/drawer.log
# exec xrandr --output $(xrandr | grep -m 1 XWAYLAND | awk '{print $1;}') --primary
# exec_always foot -s
exec mako
exec wayland-pipewire-idle-inhibit
exec ~/.dotfiles/scripts/mount-nas.sh
exec_always nm-applet
focus_on_window_activation smart
show_marks yes
for_window {
[app_id="org.pulseaudio.pavucontrol"] floating enable
[app_id="lutris"] floating enable
[app_id="gpartedbin"] floating enable
[app_id="blueman-manager"] floating enable
[app_id="timeshift-gtk"] floating enable
[app_id="gcolor3"] floating enable
[app_id="nmtui"] floating enable, resize set 800 1200
[shell="xwayland"] title_format "[X] %title"
[title="Wine System Tray" class="explorer.exe"] move window to workspace number 8
[class="synology surveillance station client.exe"] move window to output DP-3
[class="VirtualBox Machine"] shortcuts_inhibitor enable
}
include ~/.config/sway/config.d/*
include /etc/sway/config.d/*
00:00:00.000 [INFO] [sway/main.c:295] Sway version 1.10
00:00:00.000 [INFO] [sway/main.c:296] wlroots version 0.18.1
00:00:00.001 [INFO] [sway/main.c:81] Linux lin-works 6.6.59-1-lts #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 06:29:43 +0000 x86_64 GNU/Linux
00:00:00.001 [INFO] [sway/main.c:97] Contents of /etc/lsb-release:
00:00:00.001 [INFO] [sway/main.c:81] DISTRIB_ID="EndeavourOS"
00:00:00.001 [INFO] [sway/main.c:81] DISTRIB_RELEASE="rolling"
00:00:00.001 [INFO] [sway/main.c:81] DISTRIB_DESCRIPTION="EndeavourOS Linux"
00:00:00.001 [INFO] [sway/main.c:81] DISTRIB_CODENAME="rolling"
00:00:00.001 [INFO] [sway/main.c:97] Contents of /etc/os-release:
00:00:00.001 [INFO] [sway/main.c:81] NAME="EndeavourOS"
00:00:00.001 [INFO] [sway/main.c:81] PRETTY_NAME="EndeavourOS"
00:00:00.001 [INFO] [sway/main.c:81] ID="endeavouros"
00:00:00.001 [INFO] [sway/main.c:81] ID_LIKE="arch"
00:00:00.001 [INFO] [sway/main.c:81] BUILD_ID=rolling
00:00:00.001 [INFO] [sway/main.c:81] ANSI_COLOR="38;2;23;147;209"
00:00:00.001 [INFO] [sway/main.c:81] HOME_URL="https://endeavouros.com"
00:00:00.001 [INFO] [sway/main.c:81] DOCUMENTATION_URL="https://discovery.endeavouros.com"
00:00:00.001 [INFO] [sway/main.c:81] SUPPORT_URL="https://forum.endeavouros.com"
00:00:00.001 [INFO] [sway/main.c:81] BUG_REPORT_URL="https://forum.endeavouros.com/c/general-system/endeavouros-installation"
00:00:00.001 [INFO] [sway/main.c:81] PRIVACY_POLICY_URL="https://endeavouros.com/privacy-policy-2"
00:00:00.001 [INFO] [sway/main.c:81] LOGO="endeavouros"
00:00:00.001 [INFO] [sway/main.c:69] LD_LIBRARY_PATH=
00:00:00.001 [INFO] [sway/main.c:69] LD_PRELOAD=
00:00:00.001 [INFO] [sway/main.c:69] PATH=/home/jiggol/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/home/jiggol/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/jiggol/.local/bin
00:00:00.001 [INFO] [sway/main.c:69] SWAYSOCK=
00:00:00.001 [INFO] [sway/main.c:332] Starting sway version 1.10
00:00:00.001 [DEBUG] [sway/server.c:218] Initializing Wayland server
00:00:00.001 [INFO] [wlr] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.001 [INFO] [wlr] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.001 [INFO] [wlr] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.001 [INFO] [wlr] [backend/session/session.c:108] Successfully loaded libseat session
00:00:00.003 [INFO] [wlr] [backend/backend.c:256] Found 1 GPUs
00:00:00.003 [INFO] [wlr] [backend/drm/backend.c:185] Initializing DRM backend for /dev/dri/card1 (amdgpu)
00:00:00.003 [DEBUG] [wlr] [backend/drm/drm.c:111] Using atomic DRM interface
00:00:00.003 [DEBUG] [wlr] [backend/drm/drm.c:131] ADDFB2 modifiers supported
00:00:00.003 [INFO] [wlr] [backend/drm/drm.c:310] Found 4 DRM CRTCs
00:00:00.003 [INFO] [wlr] [backend/drm/drm.c:268] Found 10 DRM planes
00:00:00.004 [INFO] [wlr] [util/env.c:25] Loading WLR_RENDERER option: vulkan
00:00:00.004 [INFO] [wlr] [render/vulkan/renderer.c:2479] The vulkan renderer is only experimental and not expected to be ready for daily use
00:00:00.004 [INFO] [wlr] [render/vulkan/renderer.c:2481] Run with VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation to enable the validation layer
00:00:00.004 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_device_group_creation v1
00:00:00.004 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_display v23
00:00:00.004 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_external_fence_capabilities v1
00:00:00.004 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_external_memory_capabilities v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_external_semaphore_capabilities v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_get_display_properties2 v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_get_physical_device_properties2 v2
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_get_surface_capabilities2 v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_surface v25
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_surface_protected_capabilities v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_wayland_surface v6
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_xcb_surface v6
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_xlib_surface v6
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_acquire_drm_display v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_acquire_xlib_display v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_debug_report v10
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_debug_utils v2
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_direct_mode_display v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_display_surface_counter v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_headless_surface v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_surface_maintenance1 v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_EXT_swapchain_colorspace v4
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_KHR_portability_enumeration v1
00:00:00.005 [DEBUG] [wlr] [render/vulkan/vulkan.c:117] Vulkan instance extension VK_LUNARG_direct_driver_loading v1
00:00:00.006 [INFO] [wlr] [render/vulkan/vulkan.c:253] Vulkan device: 'AMD Radeon RX 7800 XT (RADV NAVI32)'
00:00:00.006 [INFO] [wlr] [render/vulkan/vulkan.c:254] Device type: 'discrete'
00:00:00.006 [INFO] [wlr] [render/vulkan/vulkan.c:255] Supported API version: 1.3.289
00:00:00.007 [INFO] [wlr] [render/vulkan/vulkan.c:256] Driver version: 24.2.6
00:00:00.007 [INFO] [wlr] [render/vulkan/vulkan.c:344] Driver name: radv (Mesa 24.2.6-arch1.1)
00:00:00.007 [INFO] [wlr] [render/vulkan/vulkan.c:358] Found matching Vulkan physical device: AMD Radeon RX 7800 XT (RADV NAVI32)
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_8bit_storage v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_16bit_storage v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_acceleration_structure v13
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_bind_memory2 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_buffer_device_address v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_calibrated_timestamps v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_cooperative_matrix v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_copy_commands2 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_create_renderpass2 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_dedicated_allocation v3
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_deferred_host_operations v4
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_depth_stencil_resolve v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_descriptor_update_template v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_device_group v4
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_draw_indirect_count v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_driver_properties v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_dynamic_rendering v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_dynamic_rendering_local_read v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_external_fence v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_external_fence_fd v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_external_memory v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_external_memory_fd v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_external_semaphore v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_external_semaphore_fd v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_format_feature_flags2 v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_fragment_shader_barycentric v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_fragment_shading_rate v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_get_memory_requirements2 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_global_priority v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_image_format_list v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_imageless_framebuffer v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_incremental_present v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_index_type_uint8 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_line_rasterization v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_load_store_op_none v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_maintenance1 v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_maintenance2 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_maintenance3 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_maintenance4 v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_maintenance5 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_maintenance6 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_maintenance7 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_map_memory2 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_multiview v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_pipeline_executable_properties v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_pipeline_library v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_present_id v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_present_wait v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_push_descriptor v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_ray_query v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_ray_tracing_maintenance1 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_ray_tracing_pipeline v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_ray_tracing_position_fetch v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_relaxed_block_layout v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_sampler_mirror_clamp_to_edge v3
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_sampler_ycbcr_conversion v14
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_separate_depth_stencil_layouts v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_atomic_int64 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_clock v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_draw_parameters v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_expect_assume v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_float16_int8 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_float_controls v4
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_integer_dot_product v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_maximal_reconvergence v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_non_semantic_info v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_quad_control v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_subgroup_extended_types v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_subgroup_rotate v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_subgroup_uniform_control_flow v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_shader_terminate_invocation v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_spirv_1_4 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_storage_buffer_storage_class v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_swapchain v70
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_swapchain_mutable_format v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_synchronization2 v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_timeline_semaphore v2
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_uniform_buffer_standard_layout v1
00:00:00.007 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_variable_pointers v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_vertex_attribute_divisor v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_vulkan_memory_model v3
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_workgroup_memory_explicit_layout v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_KHR_zero_initialize_workgroup_memory v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_4444_formats v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_attachment_feedback_loop_dynamic_state v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_attachment_feedback_loop_layout v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_border_color_swizzle v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_buffer_device_address v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_calibrated_timestamps v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_color_write_enable v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_conditional_rendering v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_conservative_rasterization v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_custom_border_color v12
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_depth_bias_control v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_depth_clamp_zero_one v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_depth_clip_control v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_depth_clip_enable v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_depth_range_unrestricted v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_descriptor_buffer v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_descriptor_indexing v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_device_address_binding_report v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_discard_rectangles v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_display_control v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_dynamic_rendering_unused_attachments v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_extended_dynamic_state v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_extended_dynamic_state2 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_extended_dynamic_state3 v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_external_memory_acquire_unmodified v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_external_memory_dma_buf v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_external_memory_host v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_fragment_shader_interlock v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_global_priority v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_global_priority_query v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_graphics_pipeline_library v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_host_query_reset v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_image_2d_view_of_3d v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_image_compression_control v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_image_drm_format_modifier v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_image_robustness v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_image_sliced_view_of_3d v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_image_view_min_lod v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_index_type_uint8 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_inline_uniform_block v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_legacy_vertex_attributes v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_line_rasterization v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_load_store_op_none v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_map_memory_placed v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_memory_budget v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_memory_priority v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_mesh_shader v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_multi_draw v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_mutable_descriptor_type v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_nested_command_buffer v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_non_seamless_cube_map v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_pci_bus_info v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_physical_device_drm v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_pipeline_creation_cache_control v3
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_pipeline_creation_feedback v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_pipeline_library_group_handles v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_pipeline_robustness v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_post_depth_coverage v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_primitive_topology_list_restart v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_primitives_generated_query v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_private_data v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_provoking_vertex v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_queue_family_foreign v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_robustness2 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_sampler_filter_minmax v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_scalar_block_layout v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_separate_stencil_usage v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_atomic_float v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_atomic_float2 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_demote_to_helper_invocation v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_image_atomic_int64 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_module_identifier v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_object v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_replicated_composites v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_stencil_export v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_subgroup_ballot v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_subgroup_vote v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_shader_viewport_index_layer v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_subgroup_size_control v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_swapchain_maintenance1 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_texel_buffer_alignment v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_tooling_info v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_transform_feedback v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_vertex_attribute_divisor v3
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_vertex_input_dynamic_state v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_EXT_ycbcr_image_arrays v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_buffer_marker v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_device_coherent_memory v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_draw_indirect_count v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_gcn_shader v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_gpu_shader_half_float v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_gpu_shader_int16 v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_memory_overallocation_behavior v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_mixed_attachment_samples v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_shader_ballot v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_shader_core_properties v2
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_shader_core_properties2 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_shader_early_and_late_fragment_tests v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_shader_explicit_vertex_parameter v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_shader_image_load_store_lod v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_AMD_shader_trinary_minmax v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_GOOGLE_decorate_string v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_GOOGLE_hlsl_functionality1 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_GOOGLE_user_type v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_INTEL_shader_integer_functions2 v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_MESA_image_alignment_control v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_NV_compute_shader_derivatives v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:443] Vulkan device extension VK_VALVE_mutable_descriptor_type v1
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:528] Implicit sync interop supported
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:544] Sampler YCbCr conversion supported
00:00:00.008 [DEBUG] [wlr] [render/vulkan/vulkan.c:566] Requesting a high-priority device queue
00:00:00.012 [DEBUG] [wlr] [render/vulkan/vulkan.c:632] Supported Vulkan formats:
00:00:00.012 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] R8 (0x20203852)
00:00:00.012 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] GR88 (0x38385247)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] RG24 (0x34324752)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] BG24 (0x34324742)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] XR24 (0x34325258)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=4 (0x0200000020837B04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x0200000020867F04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B (0x0200000020837F04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] XB24 (0x34324258)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=4 (0x0200000020837B04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x0200000020867F04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B (0x0200000020837F04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] AR24 (0x34325241)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=4 (0x0200000020837B04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x0200000020867F04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B (0x0200000020837F04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] AB24 (0x34324241)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=4 (0x0200000020837B04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x0200000020867F04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B (0x0200000020837F04, 3 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] RA12 (0x32314152)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] RX12 (0x32315852)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] BA12 (0x32314142)
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.013 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] BX12 (0x32315842)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] RG16 (0x36314752)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] BG16 (0x36314742)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] RA15 (0x35314152)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] RX15 (0x35315852)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] BA15 (0x35314142)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] BX15 (0x35315842)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] AR15 (0x35315241)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] XR15 (0x35315258)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] AR30 (0x30335241)
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04, 3 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=4 (0x0200000020837B04, 3 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.014 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x0200000020867F04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B (0x0200000020837F04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] XR30 (0x30335258)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=4 (0x0200000020837B04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x0200000020867F04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B (0x0200000020837F04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] AB30 (0x30334241)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=4 (0x0200000020837B04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x0200000020867F04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B (0x0200000020837F04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] XB30 (0x30334258)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=4 (0x0200000020837B04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x0200000020867F04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B (0x0200000020837F04, 3 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] AB48 (0x38344241)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] XB48 (0x38344258)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] AB4H (0x48344241)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] XB4H (0x48344258)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✓ texture
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x020000002086BB04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B (0x020000002086BF04, 2 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 1 planes): ✓ texture ✓ render
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] UYVY (0x59565955)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] YUYV (0x56595559)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] NV12 (0x3231564E)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] NV16 (0x3631564E)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.015 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] YU12 (0x32315559)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] YU16 (0x36315559)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] YU24 (0x34325559)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 3 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] P010 (0x30313050)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] P210 (0x30313250)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] P012 (0x32313050)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] P016 (0x36313050)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=4 (0x0200000020801B04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX11_256K_R_X (0x0200000020801F04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier GFX11,GFX9_64K_D (0x0200000000000A04, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:480] DMA-BUF modifier LINEAR (0x0000000000000000, 2 planes): ✓ texture ✗ render (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:498] Q410 (0x30313451)
00:00:00.016 [DEBUG] [wlr] [render/vulkan/pixel_format.c:553] Shared memory: ✗ texture (missing required features)
00:00:00.016 [DEBUG] [wlr] [render/allocator/allocator.c:105] Trying to create gbm allocator
00:00:00.021 [DEBUG] [wlr] [render/allocator/gbm.c:212] Created GBM allocator with backend drm
00:00:00.021 [DEBUG] [wlr] [render/allocator/gbm.c:215] Using DRM node /dev/dri/card1
00:00:00.021 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:637] Creating wlr_drm_lease_device_v1 for /dev/dri/card1
00:00:00.021 [INFO] [wlr] [backend/headless/backend.c:67] Creating headless backend
00:00:00.023 [INFO] [sway/config.c:422] Loading config from /home/jiggol/.config/sway/config
00:00:00.023 [DEBUG] [sway/config.c:797] Read line 1: ### Variables
00:00:00.023 [DEBUG] [sway/config.c:797] Read line 2: set $mod Mod4
00:00:00.023 [INFO] [sway/commands.c:381] Config command: set $mod Mod4
00:00:00.023 [INFO] [sway/commands.c:404] After replacement: set $mod Mod4
00:00:00.023 [DEBUG] [sway/config.c:797] Read line 3: set $left h
00:00:00.023 [INFO] [sway/commands.c:381] Config command: set $left h
00:00:00.023 [INFO] [sway/commands.c:404] After replacement: set $left h
00:00:00.023 [DEBUG] [sway/config.c:797] Read line 4: set $down j
00:00:00.023 [INFO] [sway/commands.c:381] Config command: set $down j
00:00:00.023 [INFO] [sway/commands.c:404] After replacement: set $down j
00:00:00.023 [DEBUG] [sway/config.c:797] Read line 5: set $up k
00:00:00.023 [INFO] [sway/commands.c:381] Config command: set $up k
00:00:00.023 [INFO] [sway/commands.c:404] After replacement: set $up k
00:00:00.023 [DEBUG] [sway/config.c:797] Read line 6: set $right l
00:00:00.023 [INFO] [sway/commands.c:381] Config command: set $right l
00:00:00.023 [INFO] [sway/commands.c:404] After replacement: set $right l
00:00:00.023 [DEBUG] [sway/config.c:797] Read line 7:
00:00:00.023 [DEBUG] [sway/config.c:797] Read line 8: # Your preferred terminal emulator
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 9: # set $term footclient
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 10: set $term wezterm
00:00:00.024 [INFO] [sway/commands.c:381] Config command: set $term wezterm
00:00:00.024 [INFO] [sway/commands.c:404] After replacement: set $term wezterm
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 11:
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 12: #set $menu dmenu_path | wmenu | xargs swaymsg exec --
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 13: # set $menu ~/.config/rofi/scripts/launcher_t7 | xargs swaymsg exec --
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 14: # set $window ~/.config/rofi/scripts/launcher_window | xargs swaymsg exec --
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 15:
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 16: set $menu fuzzel | xargs swaymsg exec --
00:00:00.024 [INFO] [sway/commands.c:381] Config command: set $menu fuzzel | xargs swaymsg exec --
00:00:00.024 [INFO] [sway/commands.c:404] After replacement: set $menu fuzzel | xargs swaymsg exec --
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 17: set $window ~/.config/sway/scripts/sway-window-menu.sh | xargs swaymsg exec --
00:00:00.024 [INFO] [sway/commands.c:381] Config command: set $window ~/.config/sway/scripts/sway-window-menu.sh | xargs swaymsg exec --
00:00:00.024 [INFO] [sway/commands.c:404] After replacement: set $window ~/.config/sway/scripts/sway-window-menu.sh | xargs swaymsg exec --
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 18: ### Output configuration
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 19: output * bg ~/.config/sway/img/wallpaper.png fill
00:00:00.024 [INFO] [sway/commands.c:381] Config command: output * bg ~/.config/sway/img/wallpaper.png fill
00:00:00.024 [INFO] [sway/commands.c:404] After replacement: output * bg ~/.config/sway/img/wallpaper.png fill
00:00:00.024 [DEBUG] [sway/commands.c:436] Subcommand: bg ~/.config/sway/img/wallpaper.png fill
00:00:00.024 [DEBUG] [sway/config/output.c:261] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg /home/jiggol/.config/sway/img/wallpaper.png fill) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 20:
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 21: input type:keyboard {
00:00:00.024 [DEBUG] [sway/config.c:851] Entering block 'input type:keyboard'
00:00:00.024 [DEBUG] [sway/config.c:797] Read line 22: xkb_layout kr
00:00:00.024 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_layout kr
00:00:00.024 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_layout kr
00:00:00.024 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard
00:00:00.024 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard)
00:00:00.024 [DEBUG] [sway/commands.c:436] Subcommand: xkb_layout kr
00:00:00.024 [DEBUG] [sway/commands/input/xkb_layout.c:17] set-xkb_layout for config: type:keyboard layout: kr
00:00:00.024 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.025 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard
00:00:00.025 [DEBUG] [sway/config.c:797] Read line 23: xkb_variant kr104
00:00:00.025 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_variant kr104
00:00:00.025 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_variant kr104
00:00:00.025 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard
00:00:00.025 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard)
00:00:00.025 [DEBUG] [sway/commands.c:436] Subcommand: xkb_variant kr104
00:00:00.025 [DEBUG] [sway/commands/input/xkb_variant.c:17] set-xkb_variant for config: type:keyboard variant: kr104
00:00:00.025 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.027 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard
00:00:00.027 [DEBUG] [sway/config.c:797] Read line 24: xkb_model pc104
00:00:00.027 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_model pc104
00:00:00.027 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_model pc104
00:00:00.027 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard
00:00:00.027 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard)
00:00:00.027 [DEBUG] [sway/commands.c:436] Subcommand: xkb_model pc104
00:00:00.027 [DEBUG] [sway/commands/input/xkb_model.c:17] set-xkb_model for config: type:keyboard model: pc104
00:00:00.027 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.028 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard
00:00:00.028 [DEBUG] [sway/config.c:797] Read line 25: xkb_options "grp:win_space_toggle"
00:00:00.028 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_options "grp:win_space_toggle"
00:00:00.028 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_options "grp:win_space_toggle"
00:00:00.028 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard
00:00:00.028 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard)
00:00:00.028 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options grp:win_space_toggle
00:00:00.028 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: type:keyboard options: grp:win_space_toggle
00:00:00.028 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.029 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard
00:00:00.029 [DEBUG] [sway/config.c:797] Read line 26: repeat_delay 250
00:00:00.029 [INFO] [sway/commands.c:381] Config command: input type:keyboard repeat_delay 250
00:00:00.029 [INFO] [sway/commands.c:404] After replacement: input type:keyboard repeat_delay 250
00:00:00.029 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard
00:00:00.029 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard)
00:00:00.029 [DEBUG] [sway/commands.c:436] Subcommand: repeat_delay 250
00:00:00.029 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.030 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard
00:00:00.030 [DEBUG] [sway/config.c:797] Read line 27: repeat_rate 35
00:00:00.030 [INFO] [sway/commands.c:381] Config command: input type:keyboard repeat_rate 35
00:00:00.030 [INFO] [sway/commands.c:404] After replacement: input type:keyboard repeat_rate 35
00:00:00.030 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard
00:00:00.031 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard)
00:00:00.031 [DEBUG] [sway/commands.c:436] Subcommand: repeat_rate 35
00:00:00.031 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.032 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 28: }
00:00:00.032 [DEBUG] [sway/config.c:868] Exiting block 'input type:keyboard'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 29:
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 30: bindsym $mod+Return exec $term
00:00:00.032 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Return exec $term
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Return exec wezterm
00:00:00.032 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Return to command `exec wezterm` for device '*'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 31:
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 32: # Kill focused window
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 33: bindsym $mod+Shift+q kill
00:00:00.032 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+q kill
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+q kill
00:00:00.032 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+q to command `kill` for device '*'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 34: bindsym Alt+F4 kill
00:00:00.032 [INFO] [sway/commands.c:381] Config command: bindsym Alt+F4 kill
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+F4 kill
00:00:00.032 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+F4 to command `kill` for device '*'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 35:
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 36: # focus 된 workspace 의 모든 창 닫기
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 37: bindsym $mod+Alt+F4 [workspace=__focused__] kill
00:00:00.032 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Alt+F4 [workspace=__focused__] kill
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Alt+F4 [workspace=__focused__] kill
00:00:00.032 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Alt+F4 to command `[workspace=__focused__] kill` for device '*'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 38: # 모든 workspace 의 창 닫기
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 39: bindsym $mod+Alt+Ctrl+F4 [all] kill
00:00:00.032 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Alt+Ctrl+F4 [all] kill
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Alt+Ctrl+F4 [all] kill
00:00:00.032 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Alt+Ctrl+F4 to command `[all] kill` for device '*'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 40:
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 41: # Start your launcher
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 42: bindsym $mod+d exec $menu
00:00:00.032 [INFO] [sway/commands.c:381] Config command: bindsym $mod+d exec $menu
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+d exec fuzzel | xargs swaymsg exec --
00:00:00.032 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+d to command `exec fuzzel | xargs swaymsg exec --` for device '*'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 43: bindsym $mod+m exec $menu
00:00:00.032 [INFO] [sway/commands.c:381] Config command: bindsym $mod+m exec $menu
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+m exec fuzzel | xargs swaymsg exec --
00:00:00.032 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+m to command `exec fuzzel | xargs swaymsg exec --` for device '*'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 44:
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 45: # 윈도우 전환기
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 46: bindsym Alt+Tab exec $window
00:00:00.032 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab exec $window
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab exec ~/.config/sway/scripts/sway-window-menu.sh | xargs swaymsg exec --
00:00:00.032 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `exec ~/.config/sway/scripts/sway-window-menu.sh | xargs swaymsg exec --` for device '*'
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 47:
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 48: # Drag floating windows by holding down $mod and left mouse button.
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 49: # Resize them with right mouse button + $mod.
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 50: # Despite the name, also works for non-floating windows.
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 51: # Change normal to inverse to use left mouse button for resizing and right
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 52: # mouse button for dragging.
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 53: floating_modifier $mod normal
00:00:00.032 [INFO] [sway/commands.c:381] Config command: floating_modifier $mod normal
00:00:00.032 [INFO] [sway/commands.c:404] After replacement: floating_modifier Mod4 normal
00:00:00.032 [DEBUG] [sway/config.c:797] Read line 54:
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 55: # Reload the configuration file
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 56: bindsym $mod+Shift+c reload
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+c reload
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+c reload
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+c to command `reload` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 57:
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 58: # Exit sway (logs you out of your Wayland session)
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 59: 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.033 [INFO] [sway/commands.c:381] 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.033 [INFO] [sway/commands.c:404] 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.033 [DEBUG] [sway/commands/bind.c:297] 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.033 [DEBUG] [sway/config.c:797] Read line 60: #
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 61: # Moving around:
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 62: #
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 63: # Move your focus around
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 64: bindsym $mod+$left focus left
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$left focus left
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+h focus left
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+h to command `focus left` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 65: bindsym $mod+$down focus down
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$down focus down
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+j focus down
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+j to command `focus down` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 66: bindsym $mod+$up focus up
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$up focus up
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+k focus up
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+k to command `focus up` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 67: bindsym $mod+$right focus right
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$right focus right
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+l focus right
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+l to command `focus right` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 68: # Or use $mod+[up|down|left|right]
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 69: bindsym $mod+Left focus left
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Left focus left
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Left focus left
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Left to command `focus left` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 70: bindsym $mod+Down focus down
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Down focus down
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Down focus down
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Down to command `focus down` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 71: bindsym $mod+Up focus up
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Up focus up
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Up focus up
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Up to command `focus up` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 72: bindsym $mod+Right focus right
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Right focus right
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Right focus right
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Right to command `focus right` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 73:
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 74: # Move the focused window with the same, but add Shift
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 75: bindsym $mod+Shift+$left move left
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+$left move left
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+h move left
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+h to command `move left` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 76: bindsym $mod+Shift+$down move down
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+$down move down
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+j move down
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+j to command `move down` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 77: bindsym $mod+Shift+$up move up
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+$up move up
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+k move up
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+k to command `move up` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 78: bindsym $mod+Shift+$right move right
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+$right move right
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+l move right
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+l to command `move right` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 79: # Ditto, with arrow keys
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 80: bindsym $mod+Shift+Left move left
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Left move left
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Left move left
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 81: bindsym $mod+Shift+Down move down
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Down move down
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Down move down
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 82: bindsym $mod+Shift+Up move up
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Up move up
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Up move up
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 83: bindsym $mod+Shift+Right move right
00:00:00.033 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Right move right
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Right move right
00:00:00.033 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*'
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 84:
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 85:
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 86:
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 87: # Workspace names
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 88: # to display names or symbols instead of plain workspace numbers you can use
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 89: # something like: set $ws1 1:mail
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 90: # set $ws2 2:
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 91: set $primary_display DP-2
00:00:00.033 [INFO] [sway/commands.c:381] Config command: set $primary_display DP-2
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: set $primary_display DP-2
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 92: set $second_display DP-3
00:00:00.033 [INFO] [sway/commands.c:381] Config command: set $second_display DP-3
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: set $second_display DP-3
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 93: set $ws1 1
00:00:00.033 [INFO] [sway/commands.c:381] Config command: set $ws1 1
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: set $ws1 1
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 94: set $ws2 2
00:00:00.033 [INFO] [sway/commands.c:381] Config command: set $ws2 2
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: set $ws2 2
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 95: set $ws3 3
00:00:00.033 [INFO] [sway/commands.c:381] Config command: set $ws3 3
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: set $ws3 3
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 96: set $ws4 4
00:00:00.033 [INFO] [sway/commands.c:381] Config command: set $ws4 4
00:00:00.033 [INFO] [sway/commands.c:404] After replacement: set $ws4 4
00:00:00.033 [DEBUG] [sway/config.c:797] Read line 97: set $ws5 5
00:00:00.033 [INFO] [sway/commands.c:381] Config command: set $ws5 5
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: set $ws5 5
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 98: set $ws6 6
00:00:00.034 [INFO] [sway/commands.c:381] Config command: set $ws6 6
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: set $ws6 6
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 99: set $ws7 7
00:00:00.034 [INFO] [sway/commands.c:381] Config command: set $ws7 7
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: set $ws7 7
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 100: set $ws8 8
00:00:00.034 [INFO] [sway/commands.c:381] Config command: set $ws8 8
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: set $ws8 8
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 101:
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 102: workspace $ws1 output $primary_display
00:00:00.034 [INFO] [sway/commands.c:381] Config command: workspace $ws1 output $primary_display
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: workspace 1 output DP-2
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 103: workspace $ws2 output $primary_display
00:00:00.034 [INFO] [sway/commands.c:381] Config command: workspace $ws2 output $primary_display
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: workspace 2 output DP-2
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 104: workspace $ws3 output $primary_display
00:00:00.034 [INFO] [sway/commands.c:381] Config command: workspace $ws3 output $primary_display
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: workspace 3 output DP-2
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 105: workspace $ws4 output $primary_display
00:00:00.034 [INFO] [sway/commands.c:381] Config command: workspace $ws4 output $primary_display
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: workspace 4 output DP-2
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 106: workspace $ws5 output $second_display
00:00:00.034 [INFO] [sway/commands.c:381] Config command: workspace $ws5 output $second_display
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: workspace 5 output DP-3
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 107: workspace $ws6 output $second_display
00:00:00.034 [INFO] [sway/commands.c:381] Config command: workspace $ws6 output $second_display
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: workspace 6 output DP-3
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 108: workspace $ws7 output $second_display
00:00:00.034 [INFO] [sway/commands.c:381] Config command: workspace $ws7 output $second_display
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: workspace 7 output DP-3
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 109: workspace $ws8 output $second_display
00:00:00.034 [INFO] [sway/commands.c:381] Config command: workspace $ws8 output $second_display
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: workspace 8 output DP-3
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 110:
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 111: # switch to workspace
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 112: bindsym $mod+1 workspace $ws1
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+1 workspace $ws1
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+1 workspace 1
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+1 to command `workspace 1` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 113: bindsym $mod+2 workspace $ws2
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+2 workspace $ws2
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+2 workspace 2
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+2 to command `workspace 2` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 114: bindsym $mod+3 workspace $ws3
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+3 workspace $ws3
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+3 workspace 3
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+3 to command `workspace 3` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 115: bindsym $mod+4 workspace $ws4
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+4 workspace $ws4
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+4 workspace 4
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+4 to command `workspace 4` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 116: bindsym $mod+5 workspace $ws5
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+5 workspace $ws5
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+5 workspace 5
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+5 to command `workspace 5` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 117: bindsym $mod+6 workspace $ws6
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+6 workspace $ws6
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+6 workspace 6
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+6 to command `workspace 6` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 118: bindsym $mod+7 workspace $ws7
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+7 workspace $ws7
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+7 workspace 7
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+7 to command `workspace 7` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 119: bindsym $mod+8 workspace $ws8
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+8 workspace $ws8
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+8 workspace 8
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+8 to command `workspace 8` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 120:
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 121: # Move to workspace with focused container
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 122: bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+1 move container to workspace 1; workspace 1
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+1 to command `move container to workspace 1; workspace 1` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 123: bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+2 move container to workspace 2; workspace 2
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+2 to command `move container to workspace 2; workspace 2` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 124: bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+3 move container to workspace 3; workspace 3
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+3 to command `move container to workspace 3; workspace 3` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 125: bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+4 move container to workspace 4; workspace 4
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+4 to command `move container to workspace 4; workspace 4` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 126: bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+5 move container to workspace 5; workspace 5
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+5 to command `move container to workspace 5; workspace 5` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 127: bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+6 move container to workspace 6; workspace 6
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+6 to command `move container to workspace 6; workspace 6` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 128: bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+7 move container to workspace 7; workspace 7
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+7 to command `move container to workspace 7; workspace 7` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 129: bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
00:00:00.034 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
00:00:00.034 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+8 move container to workspace 8; workspace 8
00:00:00.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+8 to command `move container to workspace 8; workspace 8` for device '*'
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 130:
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 131:
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 132: #
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 133: # Layout stuff:
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 134: #
00:00:00.034 [DEBUG] [sway/config.c:797] Read line 135: # You can "split" the current object of your focus with
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 136: # $mod+b or $mod+v, for horizontal and vertical splits
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 137: # respectively.
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 138: bindsym $mod+b splith
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+b splith
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+b splith
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+b to command `splith` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 139: bindsym $mod+v splitv
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+v splitv
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+v splitv
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+v to command `splitv` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 140:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 141: # Switch the current container between different layout styles
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 142: bindsym $mod+s layout stacking
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+s layout stacking
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+s layout stacking
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+s to command `layout stacking` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 143: bindsym $mod+w layout tabbed
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+w layout tabbed
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+w layout tabbed
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+w to command `layout tabbed` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 144: bindsym $mod+e layout toggle split
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+e layout toggle split
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+e layout toggle split
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+e to command `layout toggle split` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 145:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 146: # Make the current focus fullscreen
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 147: bindsym $mod+f fullscreen
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+f fullscreen
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+f fullscreen
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+f to command `fullscreen` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 148:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 149: # Toggle the current focus between tiling and floating mode
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 150: bindsym $mod+Shift+space floating toggle
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+space floating toggle
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+space floating toggle
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 151:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 152: # Swap focus between the tiling area and the floating area
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 153: bindsym $mod+space focus mode_toggle
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+space focus mode_toggle
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+space focus mode_toggle
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 154:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 155: # Move focus to the parent container
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 156: bindsym $mod+a focus parent
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+a focus parent
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+a focus parent
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+a to command `focus parent` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 157: bindsym $mod+p focus parent
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+p focus parent
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+p focus parent
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+p to command `focus parent` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 158: #
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 159: # Scratchpad:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 160: #
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 161: # Sway has a "scratchpad", which is a bag of holding for windows.
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 162: # You can send windows there and get them back later.
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 163:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 164: # Move the currently focused window to the scratchpad
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 165: bindsym $mod+Shift+minus move scratchpad
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+minus move scratchpad
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+minus move scratchpad
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 166:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 167: # Show the next scratchpad window or hide the focused scratchpad window.
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 168: # If there are multiple scratchpad windows, this command cycles through them.
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 169: bindsym $mod+minus scratchpad show
00:00:00.035 [INFO] [sway/commands.c:381] Config command: bindsym $mod+minus scratchpad show
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+minus scratchpad show
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 170: #
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 171: # Resizing containers:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 172: #
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 173: mode "resize" {
00:00:00.035 [DEBUG] [sway/config.c:851] Entering block 'mode "resize"'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 174: # left will shrink the containers width
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 175: # right will grow the containers width
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 176: # up will shrink the containers height
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 177: # down will grow the containers height
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 178: bindsym $left resize shrink width 10px
00:00:00.035 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym $left resize shrink width 10px
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym h resize shrink width 10px
00:00:00.035 [DEBUG] [sway/commands.c:436] Subcommand: bindsym h resize shrink width 10px
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound h to command `resize shrink width 10px` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 179: bindsym $down resize grow height 10px
00:00:00.035 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym $down resize grow height 10px
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym j resize grow height 10px
00:00:00.035 [DEBUG] [sway/commands.c:436] Subcommand: bindsym j resize grow height 10px
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound j to command `resize grow height 10px` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 180: bindsym $up resize shrink height 10px
00:00:00.035 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym $up resize shrink height 10px
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym k resize shrink height 10px
00:00:00.035 [DEBUG] [sway/commands.c:436] Subcommand: bindsym k resize shrink height 10px
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound k to command `resize shrink height 10px` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 181: bindsym $right resize grow width 10px
00:00:00.035 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym $right resize grow width 10px
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym l resize grow width 10px
00:00:00.035 [DEBUG] [sway/commands.c:436] Subcommand: bindsym l resize grow width 10px
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound l to command `resize grow width 10px` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 182:
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 183: # Ditto, with arrow keys
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 184: bindsym Left resize shrink width 10px
00:00:00.035 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Left resize shrink width 10px
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Left resize shrink width 10px
00:00:00.035 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Left resize shrink width 10px
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Left to command `resize shrink width 10px` for device '*'
00:00:00.035 [DEBUG] [sway/config.c:797] Read line 185: bindsym Down resize grow height 10px
00:00:00.035 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Down resize grow height 10px
00:00:00.035 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Down resize grow height 10px
00:00:00.035 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Down resize grow height 10px
00:00:00.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Down to command `resize grow height 10px` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 186: bindsym Up resize shrink height 10px
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Up resize shrink height 10px
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Up resize shrink height 10px
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Up resize shrink height 10px
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Up to command `resize shrink height 10px` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 187: bindsym Right resize grow width 10px
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Right resize grow width 10px
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Right resize grow width 10px
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Right resize grow width 10px
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Right to command `resize grow width 10px` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 188:
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 189: # Return to default mode
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 190: bindsym Return mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Return mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Return mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Return mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Return to command `mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 191: bindsym Escape mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Escape mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Escape mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Escape mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Escape to command `mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 192: }
00:00:00.036 [DEBUG] [sway/config.c:868] Exiting block 'mode "resize"'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 193: bindsym $mod+r mode "resize"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: bindsym $mod+r mode "resize"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+r mode "resize"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+r to command `mode "resize"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 194:
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 195: # window switch setting
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 196: set $mode_set_switch_window "set_switch_window: [0]-[9]"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: set $mode_set_switch_window "set_switch_window: [0]-[9]"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: set $mode_set_switch_window "set_switch_window: [0]-[9]"
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 197: mode $mode_set_switch_window {
00:00:00.036 [DEBUG] [sway/config.c:851] Entering block 'mode $mode_set_switch_window'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 198: bindsym 1 mark 1; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 1 mark 1; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 1 mark 1; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 1 mark 1; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 1 to command `mark 1; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 199: bindsym 2 mark 2; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 2 mark 2; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 2 mark 2; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 2 mark 2; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 2 to command `mark 2; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 200: bindsym 3 mark 3; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 3 mark 3; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 3 mark 3; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 3 mark 3; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 3 to command `mark 3; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 201: bindsym 4 mark 4; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 4 mark 4; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 4 mark 4; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 4 mark 4; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 4 to command `mark 4; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 202: bindsym 5 mark 5; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 5 mark 5; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 5 mark 5; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 5 mark 5; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 5 to command `mark 5; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 203: bindsym 6 mark 6; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 6 mark 6; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 6 mark 6; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 6 mark 6; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 6 to command `mark 6; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 204: bindsym 7 mark 7; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 7 mark 7; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 7 mark 7; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 7 mark 7; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 7 to command `mark 7; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 205: bindsym 8 mark 8; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 8 mark 8; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 8 mark 8; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 8 mark 8; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 8 to command `mark 8; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 206: bindsym 9 mark 9; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 9 mark 9; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 9 mark 9; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 9 mark 9; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 9 to command `mark 9; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 207: bindsym 0 mark 0; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym 0 mark 0; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym 0 mark 0; mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 0 mark 0; mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 0 to command `mark 0; mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 208: bindsym Return mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym Return mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym Return mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Return mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Return to command `mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 209: bindsym Escape mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_set_switch_window bindsym Escape mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "set_switch_window: [0]-[9]" bindsym Escape mode "default"
00:00:00.036 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Escape mode "default"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Escape to command `mode "default"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 210: }
00:00:00.036 [DEBUG] [sway/config.c:868] Exiting block 'mode $mode_set_switch_window'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 211:
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 212: bindsym $mod+ctrl+t mode $mode_set_switch_window
00:00:00.036 [INFO] [sway/commands.c:381] Config command: bindsym $mod+ctrl+t mode $mode_set_switch_window
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+ctrl+t mode "set_switch_window: [0]-[9]"
00:00:00.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+ctrl+t to command `mode "set_switch_window: [0]-[9]"` for device '*'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 213: set $mode_switch_window "switch_window: [0]-[9]"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: set $mode_switch_window "switch_window: [0]-[9]"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: set $mode_switch_window "switch_window: [0]-[9]"
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 214: mode $mode_switch_window {
00:00:00.036 [DEBUG] [sway/config.c:851] Entering block 'mode $mode_switch_window'
00:00:00.036 [DEBUG] [sway/config.c:797] Read line 215: bindsym 1 [con_mark="1"] focus; mode "default"
00:00:00.036 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 1 [con_mark="1"] focus; mode "default"
00:00:00.036 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 1 [con_mark="1"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 1 [con_mark="1"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 1 to command `[con_mark="1"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 216: bindsym 2 [con_mark="2"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 2 [con_mark="2"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 2 [con_mark="2"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 2 [con_mark="2"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 2 to command `[con_mark="2"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 217: bindsym 3 [con_mark="3"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 3 [con_mark="3"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 3 [con_mark="3"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 3 [con_mark="3"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 3 to command `[con_mark="3"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 218: bindsym 4 [con_mark="4"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 4 [con_mark="4"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 4 [con_mark="4"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 4 [con_mark="4"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 4 to command `[con_mark="4"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 219: bindsym 5 [con_mark="5"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 5 [con_mark="5"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 5 [con_mark="5"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 5 [con_mark="5"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 5 to command `[con_mark="5"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 220: bindsym 6 [con_mark="6"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 6 [con_mark="6"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 6 [con_mark="6"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 6 [con_mark="6"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 6 to command `[con_mark="6"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 221: bindsym 7 [con_mark="7"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 7 [con_mark="7"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 7 [con_mark="7"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 7 [con_mark="7"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 7 to command `[con_mark="7"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 222: bindsym 8 [con_mark="8"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 8 [con_mark="8"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 8 [con_mark="8"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 8 [con_mark="8"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 8 to command `[con_mark="8"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 223: bindsym 9 [con_mark="9"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 9 [con_mark="9"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 9 [con_mark="9"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 9 [con_mark="9"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 9 to command `[con_mark="9"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 224: bindsym 0 [con_mark="0"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym 0 [con_mark="0"] focus; mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym 0 [con_mark="0"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym 0 [con_mark="0"] focus; mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound 0 to command `[con_mark="0"] focus; mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 225: bindsym t mode $mode_set_switch_window
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym t mode $mode_set_switch_window
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym t mode "set_switch_window: [0]-[9]"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym t mode "set_switch_window: [0]-[9]"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound t to command `mode "set_switch_window: [0]-[9]"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 226: bindsym Return mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym Return mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym Return mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Return mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Return to command `mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 227: bindsym Escape mode "default"
00:00:00.037 [INFO] [sway/commands.c:381] Config command: mode $mode_switch_window bindsym Escape mode "default"
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: mode "switch_window: [0]-[9]" bindsym Escape mode "default"
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Escape mode "default"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Escape to command `mode "default"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 228: }
00:00:00.037 [DEBUG] [sway/config.c:868] Exiting block 'mode $mode_switch_window'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 229: bindsym $mod+t mode $mode_switch_window
00:00:00.037 [INFO] [sway/commands.c:381] Config command: bindsym $mod+t mode $mode_switch_window
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+t mode "switch_window: [0]-[9]"
00:00:00.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+t to command `mode "switch_window: [0]-[9]"` for device '*'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 230:
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 231: bar {
00:00:00.037 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 232: swaybar_command waybar
00:00:00.037 [INFO] [sway/commands.c:381] Config command: bar swaybar_command waybar
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: bar swaybar_command waybar
00:00:00.037 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: swaybar_command waybar
00:00:00.037 [DEBUG] [sway/commands/bar/swaybar_command.c:13] Using custom swaybar command: waybar
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 233: position top
00:00:00.037 [INFO] [sway/commands.c:381] Config command: bar position top
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: bar position top
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:00:00.037 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 234: # When the status_command prints a new line to stdout, swaybar updates.
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 235: # The default just shows the current date and time.
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 236: status_command while date +'%Y-%m-%d %X'; do sleep 1; done
00:00:00.037 [INFO] [sway/commands.c:381] Config command: bar status_command while date +'%Y-%m-%d %X'; do sleep 1; done
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: bar status_command while date +'%Y-%m-%d %X'; do sleep 1; done
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: status_command while date +'%Y-%m-%d %X'; do sleep 1; done
00:00:00.037 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: while date +'%Y-%m-%d %X'; do sleep 1; done
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 237: colors {
00:00:00.037 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 238: statusline #ffffff
00:00:00.037 [INFO] [sway/commands.c:381] Config command: bar colors statusline #ffffff
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #ffffff
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #ffffff
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: statusline #ffffff
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 239: background #323232
00:00:00.037 [INFO] [sway/commands.c:381] Config command: bar colors background #323232
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: bar colors background #323232
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: colors background #323232
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: background #323232
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 240: inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.037 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.037 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.037 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 241: }
00:00:00.037 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:00:00.037 [DEBUG] [sway/config.c:797] Read line 242: }
00:00:00.038 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 243:
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 244: # bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% +5%
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 245: # bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% -5%
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 246: bindsym XF86AudioRaiseVolume exec ~/.config/sway/scripts/vol-control.sh +5% && notify-send "Volume: $(pamixer --get-volume)%"
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec ~/.config/sway/scripts/vol-control.sh +5% && notify-send "Volume: $(pamixer --get-volume)%"
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec ~/.config/sway/scripts/vol-control.sh +5% && notify-send "Volume: $(pamixer --get-volume)%"
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec ~/.config/sway/scripts/vol-control.sh +5% && notify-send "Volume: $(pamixer --get-volume)%"` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 247: bindsym XF86AudioLowerVolume exec ~/.config/sway/scripts/vol-control.sh -5% && notify-send "Volume: $(pamixer --get-volume)%"
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec ~/.config/sway/scripts/vol-control.sh -5% && notify-send "Volume: $(pamixer --get-volume)%"
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec ~/.config/sway/scripts/vol-control.sh -5% && notify-send "Volume: $(pamixer --get-volume)%"
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec ~/.config/sway/scripts/vol-control.sh -5% && notify-send "Volume: $(pamixer --get-volume)%"` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 248: bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec pactl set-sink-mute @DEFAULT_SINK@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 249: bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMicMute to command `exec pactl set-source-mute @DEFAULT_SOURCE@ toggle && notify-send "Volume Mute: $(pamixer --get-mute)"` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 250: # bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 251: # bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 252: bindsym XF86AudioPlay exec playerctl play-pause
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioPlay exec playerctl play-pause
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioPlay exec playerctl play-pause
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioPlay to command `exec playerctl play-pause` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 253: bindsym XF86AudioNext exec playerctl next
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioNext exec playerctl next
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioNext exec playerctl next
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioNext to command `exec playerctl next` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 254: bindsym XF86AudioPrev exec playerctl previous
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioPrev exec playerctl previous
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioPrev exec playerctl previous
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioPrev to command `exec playerctl previous` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 255: bindsym XF86Search exec bemenu-run
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym XF86Search exec bemenu-run
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Search exec bemenu-run
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Search to command `exec bemenu-run` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 256:
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 257: # 전체화면(모든모니터) 캡처 to 클립보드
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 258: bindsym Print exec grim - | swappy -f -
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym Print exec grim - | swappy -f -
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec grim - | swappy -f -
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec grim - | swappy -f -` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 259: # 현재 focus 된 모니터 화면캡처 to 클립보드
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 260: bindsym Ctrl+Print exec grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') - | swappy -f -
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym Ctrl+Print exec grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') - | swappy -f -
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym Ctrl+Print exec grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') - | swappy -f -
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Ctrl+Print to command `exec grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') - | swappy -f -` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 261: # 지정된 화면영역 캡처 to 클립보드
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 262: bindsym Shift+Print exec grim -g "$(slurp)" - | swappy -f -
00:00:00.038 [INFO] [sway/commands.c:381] Config command: bindsym Shift+Print exec grim -g "$(slurp)" - | swappy -f -
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: bindsym Shift+Print exec grim -g "$(slurp)" - | swappy -f -
00:00:00.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Shift+Print to command `exec grim -g "$(slurp)" - | swappy -f -` for device '*'
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 263:
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 264: set $rosewater #f5e0dc
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $rosewater #f5e0dc
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $rosewater #f5e0dc
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 265: set $flamingo #f2cdcd
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $flamingo #f2cdcd
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $flamingo #f2cdcd
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 266: set $pink #f5c2e7
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $pink #f5c2e7
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $pink #f5c2e7
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 267: set $mauve #cba6f7
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $mauve #cba6f7
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $mauve #cba6f7
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 268: set $red #f38ba8
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $red #f38ba8
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $red #f38ba8
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 269: set $maroon #eba0ac
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $maroon #eba0ac
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $maroon #eba0ac
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 270: set $peach #fab387
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $peach #fab387
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $peach #fab387
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 271: set $yellow #f9e2af
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $yellow #f9e2af
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $yellow #f9e2af
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 272: set $green #a6e3a1
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $green #a6e3a1
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $green #a6e3a1
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 273: set $teal #94e2d5
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $teal #94e2d5
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $teal #94e2d5
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 274: set $sky #89dceb
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $sky #89dceb
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $sky #89dceb
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 275: set $sapphire #74c7ec
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $sapphire #74c7ec
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $sapphire #74c7ec
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 276: set $blue #89b4fa
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $blue #89b4fa
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $blue #89b4fa
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 277: set $lavender #b4befe
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $lavender #b4befe
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $lavender #b4befe
00:00:00.038 [DEBUG] [sway/config.c:797] Read line 278: set $text #cdd6f4
00:00:00.038 [INFO] [sway/commands.c:381] Config command: set $text #cdd6f4
00:00:00.038 [INFO] [sway/commands.c:404] After replacement: set $text #cdd6f4
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 279: set $subtext1 #bac2de
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $subtext1 #bac2de
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $subtext1 #bac2de
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 280: set $subtext0 #a6adc8
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $subtext0 #a6adc8
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $subtext0 #a6adc8
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 281: set $overlay2 #9399b2
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $overlay2 #9399b2
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $overlay2 #9399b2
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 282: set $overlay1 #7f849c
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $overlay1 #7f849c
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $overlay1 #7f849c
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 283: set $overlay0 #6c7086
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $overlay0 #6c7086
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $overlay0 #6c7086
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 284: set $surface2 #585b70
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $surface2 #585b70
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $surface2 #585b70
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 285: set $surface1 #45475a
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $surface1 #45475a
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $surface1 #45475a
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 286: # set $surface0 #313244
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 287: set $surface0 #1e1e2e
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $surface0 #1e1e2e
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $surface0 #1e1e2e
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 288: # set $base #1e1e2e
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 289: set $base #313244
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $base #313244
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $base #313244
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 290: set $mantle #181825
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $mantle #181825
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $mantle #181825
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 291: set $crust #11111b
00:00:00.039 [INFO] [sway/commands.c:381] Config command: set $crust #11111b
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: set $crust #11111b
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 292:
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 293: # target title bg text indicator border
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 294: # client.focused $lavender $base $text $rosewater $lavender
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 295: client.focused $lavender $surface0 $text $rosewater $lavender
00:00:00.039 [INFO] [sway/commands.c:381] Config command: client.focused $lavender $surface0 $text $rosewater $lavender
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: client.focused #b4befe #1e1e2e #cdd6f4 #f5e0dc #b4befe
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 296: client.focused_inactive $overlay0 $base $text $rosewater $overlay0
00:00:00.039 [INFO] [sway/commands.c:381] Config command: client.focused_inactive $overlay0 $base $text $rosewater $overlay0
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #6c7086 #313244 #cdd6f4 #f5e0dc #6c7086
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 297: client.unfocused $overlay0 $base $text $rosewater $overlay0
00:00:00.039 [INFO] [sway/commands.c:381] Config command: client.unfocused $overlay0 $base $text $rosewater $overlay0
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: client.unfocused #6c7086 #313244 #cdd6f4 #f5e0dc #6c7086
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 298: client.urgent $peach $base $peach $overlay0 $peach
00:00:00.039 [INFO] [sway/commands.c:381] Config command: client.urgent $peach $base $peach $overlay0 $peach
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: client.urgent #fab387 #313244 #fab387 #6c7086 #fab387
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 299: client.placeholder $overlay0 $base $text $overlay0 $overlay0
00:00:00.039 [INFO] [sway/commands.c:381] Config command: client.placeholder $overlay0 $base $text $overlay0 $overlay0
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: client.placeholder #6c7086 #313244 #cdd6f4 #6c7086 #6c7086
00:00:00.039 [INFO] [sway/commands/client.c:80] Warning: client.placeholder is ignored by sway
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 300: client.background $base
00:00:00.039 [INFO] [sway/commands.c:381] Config command: client.background $base
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: client.background #313244
00:00:00.039 [INFO] [sway/commands/client.c:80] Warning: client.background is ignored by sway
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 301:
00:00:00.039 [DEBUG] [sway/config.c:797] Read line 302: font pango:monospace 13
00:00:00.039 [INFO] [sway/commands.c:381] Config command: font pango:monospace 13
00:00:00.039 [INFO] [sway/commands.c:404] After replacement: font pango:monospace 13
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 303:
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 304: set $gaps 5
00:00:00.050 [INFO] [sway/commands.c:381] Config command: set $gaps 5
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: set $gaps 5
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 305: set $border_size 3
00:00:00.050 [INFO] [sway/commands.c:381] Config command: set $border_size 3
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: set $border_size 3
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 306: set $border_size_floating 3
00:00:00.050 [INFO] [sway/commands.c:381] Config command: set $border_size_floating 3
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: set $border_size_floating 3
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 307:
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 308: default_border pixel $border_size
00:00:00.050 [INFO] [sway/commands.c:381] Config command: default_border pixel $border_size
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: default_border pixel 3
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 309: default_floating_border pixel $border_size_floating
00:00:00.050 [INFO] [sway/commands.c:381] Config command: default_floating_border pixel $border_size_floating
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: default_floating_border pixel 3
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 310:
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 311: title_align center
00:00:00.050 [INFO] [sway/commands.c:381] Config command: title_align center
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: title_align center
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 312: titlebar_border_thickness 3
00:00:00.050 [INFO] [sway/commands.c:381] Config command: titlebar_border_thickness 3
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: titlebar_border_thickness 3
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 313: titlebar_padding 10 6
00:00:00.050 [INFO] [sway/commands.c:381] Config command: titlebar_padding 10 6
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: titlebar_padding 10 6
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 314:
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 315: workspace_layout tabbed
00:00:00.050 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:00:00.050 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:00:00.050 [DEBUG] [sway/config.c:797] Read line 316: default_orientation auto
00:00:00.051 [INFO] [sway/commands.c:381] Config command: default_orientation auto
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: default_orientation auto
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 317:
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 318: # Gaps Settings
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 319: gaps inner $gaps
00:00:00.051 [INFO] [sway/commands.c:381] Config command: gaps inner $gaps
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: gaps inner 5
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 320: gaps outer $gaps
00:00:00.051 [INFO] [sway/commands.c:381] Config command: gaps outer $gaps
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: gaps outer 5
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 321: # smart_gaps on
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 322:
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 326: exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"''
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 327:
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 328: exec systemctl --user start sway-session.target
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec systemctl --user start sway-session.target
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec systemctl --user start sway-session.target
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec systemctl --user start sway-session.target'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 329: exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 330: exec fcitx5 -rd
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec fcitx5 -rd
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec fcitx5 -rd
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec fcitx5 -rd'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 331: exec --no-startup-id blueman-applet
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec --no-startup-id blueman-applet
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec --no-startup-id blueman-applet
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec --no-startup-id blueman-applet'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 332: exec system-config-printer-applet
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec system-config-printer-applet
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec system-config-printer-applet
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec system-config-printer-applet'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 333: # exec_always nwg-drawer -r -fm nemo
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 334: # exec nwg-drawer -r -fm nemo -d 2> ~/drawer.log
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 335: # exec xrandr --output $(xrandr | grep -m 1 XWAYLAND | awk '{print $1;}') --primary
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 336: # exec_always foot -s
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 337: exec mako
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec mako
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec mako
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec mako'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 338: exec wayland-pipewire-idle-inhibit
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec wayland-pipewire-idle-inhibit
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec wayland-pipewire-idle-inhibit
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec wayland-pipewire-idle-inhibit'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 339: exec ~/.dotfiles/scripts/mount-nas.sh
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec ~/.dotfiles/scripts/mount-nas.sh
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec ~/.dotfiles/scripts/mount-nas.sh
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec ~/.dotfiles/scripts/mount-nas.sh'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 340: exec_always nm-applet
00:00:00.051 [INFO] [sway/commands.c:381] Config command: exec_always nm-applet
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: exec_always nm-applet
00:00:00.051 [DEBUG] [sway/config.c:841] Deferring command `exec_always nm-applet'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 341:
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 342: focus_on_window_activation smart
00:00:00.051 [INFO] [sway/commands.c:381] Config command: focus_on_window_activation smart
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: focus_on_window_activation smart
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 343: show_marks yes
00:00:00.051 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 344:
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 345: for_window {
00:00:00.051 [DEBUG] [sway/config.c:851] Entering block 'for_window'
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 346: [app_id="org.pulseaudio.pavucontrol"] floating enable
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [app_id="org.pulseaudio.pavucontrol"] floating enable
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [app_id="org.pulseaudio.pavucontrol"] floating enable
00:00:00.051 [DEBUG] [sway/criteria.c:726] Found pair: app_id=org.pulseaudio.pavucontrol
00:00:00.051 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="org.pulseaudio.pavucontrol"]' -> 'floating enable' added
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 347: [app_id="lutris"] floating enable
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [app_id="lutris"] floating enable
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [app_id="lutris"] floating enable
00:00:00.051 [DEBUG] [sway/criteria.c:726] Found pair: app_id=lutris
00:00:00.051 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="lutris"]' -> 'floating enable' added
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 348: [app_id="gpartedbin"] floating enable
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [app_id="gpartedbin"] floating enable
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [app_id="gpartedbin"] floating enable
00:00:00.051 [DEBUG] [sway/criteria.c:726] Found pair: app_id=gpartedbin
00:00:00.051 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="gpartedbin"]' -> 'floating enable' added
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 349: [app_id="blueman-manager"] floating enable
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [app_id="blueman-manager"] floating enable
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [app_id="blueman-manager"] floating enable
00:00:00.051 [DEBUG] [sway/criteria.c:726] Found pair: app_id=blueman-manager
00:00:00.051 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="blueman-manager"]' -> 'floating enable' added
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 350: [app_id="timeshift-gtk"] floating enable
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [app_id="timeshift-gtk"] floating enable
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [app_id="timeshift-gtk"] floating enable
00:00:00.051 [DEBUG] [sway/criteria.c:726] Found pair: app_id=timeshift-gtk
00:00:00.051 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="timeshift-gtk"]' -> 'floating enable' added
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 351: [app_id="gcolor3"] floating enable
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [app_id="gcolor3"] floating enable
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [app_id="gcolor3"] floating enable
00:00:00.051 [DEBUG] [sway/criteria.c:726] Found pair: app_id=gcolor3
00:00:00.051 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="gcolor3"]' -> 'floating enable' added
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 352: [app_id="nmtui"] floating enable, resize set 800 1200
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [app_id="nmtui"] floating enable, resize set 800 1200
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [app_id="nmtui"] floating enable, resize set 800 1200
00:00:00.051 [DEBUG] [sway/criteria.c:726] Found pair: app_id=nmtui
00:00:00.051 [DEBUG] [sway/commands/for_window.c:34] for_window: '[app_id="nmtui"]' -> 'floating enable, resize set 800 1200' added
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 353: [shell="xwayland"] title_format "[X] %title"
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [shell="xwayland"] title_format "[X] %title"
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [shell="xwayland"] title_format "[X] %title"
00:00:00.051 [DEBUG] [sway/criteria.c:726] Found pair: shell=xwayland
00:00:00.051 [DEBUG] [sway/commands/for_window.c:34] for_window: '[shell="xwayland"]' -> 'title_format "[X] %title"' added
00:00:00.051 [DEBUG] [sway/config.c:797] Read line 354: [title="Wine System Tray" class="explorer.exe"] move window to workspace number 8
00:00:00.051 [INFO] [sway/commands.c:381] Config command: for_window [title="Wine System Tray" class="explorer.exe"] move window to workspace number 8
00:00:00.051 [INFO] [sway/commands.c:404] After replacement: for_window [title="Wine System Tray" class="explorer.exe"] move window to workspace number 8
00:00:00.052 [DEBUG] [sway/criteria.c:726] Found pair: title=Wine System Tray
00:00:00.052 [DEBUG] [sway/criteria.c:726] Found pair: class=explorer.exe
00:00:00.052 [DEBUG] [sway/commands/for_window.c:34] for_window: '[title="Wine System Tray" class="explorer.exe"]' -> 'move window to workspace number 8' added
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 355: [class="synology surveillance station client.exe"] move window to output DP-3
00:00:00.052 [INFO] [sway/commands.c:381] Config command: for_window [class="synology surveillance station client.exe"] move window to output DP-3
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: for_window [class="synology surveillance station client.exe"] move window to output DP-3
00:00:00.052 [DEBUG] [sway/criteria.c:726] Found pair: class=synology surveillance station client.exe
00:00:00.052 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="synology surveillance station client.exe"]' -> 'move window to output DP-3' added
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 356: [class="VirtualBox Machine"] shortcuts_inhibitor enable
00:00:00.052 [INFO] [sway/commands.c:381] Config command: for_window [class="VirtualBox Machine"] shortcuts_inhibitor enable
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: for_window [class="VirtualBox Machine"] shortcuts_inhibitor enable
00:00:00.052 [DEBUG] [sway/criteria.c:726] Found pair: class=VirtualBox Machine
00:00:00.052 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="VirtualBox Machine"]' -> 'shortcuts_inhibitor enable' added
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 357: }
00:00:00.052 [DEBUG] [sway/config.c:868] Exiting block 'for_window'
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 358:
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 359: include ~/.config/sway/config.d/*
00:00:00.052 [INFO] [sway/commands.c:381] Config command: include ~/.config/sway/config.d/*
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: include ~/.config/sway/config.d/*
00:00:00.052 [INFO] [sway/config.c:422] Loading config from /home/jiggol/.config/sway/config.d/outputs
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 1: # Generated by nwg-displays on 2024-06-23 at 16:50:06. Do not edit manually.
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 2:
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 3:
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 4: output "DP-2" {
00:00:00.052 [DEBUG] [sway/config.c:851] Entering block 'output "DP-2"'
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 5: mode 2560x1440@59.951Hz
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-2" mode 2560x1440@59.951Hz
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-2" mode 2560x1440@59.951Hz
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: mode 2560x1440@59.951Hz
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-2 (enabled: -1) (2560x1440@59.951000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 6: # mode 2560x1440@74.971Hz
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 7: pos 0 236
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-2" pos 0 236
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-2" pos 0 236
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 236
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-2 (enabled: -1) (-1x-1@-1.000000Hz position 0,236 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 8: transform normal
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-2" transform normal
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-2" transform normal
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: transform normal
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-2 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform 0) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 9: # scale 1.0
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 10: # scale_filter nearest
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 11: adaptive_sync off
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-2" adaptive_sync off
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-2" adaptive_sync off
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: adaptive_sync off
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-2 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 12: dpms on
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-2" dpms on
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-2" dpms on
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: dpms on
00:00:00.052 [INFO] [sway/commands/output/dpms.c:5] The "output dpms" command is deprecated, use "output power" instead
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-2 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power 1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 13: }
00:00:00.052 [DEBUG] [sway/config.c:868] Exiting block 'output "DP-2"'
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 14: output "DP-3" {
00:00:00.052 [DEBUG] [sway/config.c:851] Entering block 'output "DP-3"'
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 15: mode 1920x1080@60.0Hz
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-3" mode 1920x1080@60.0Hz
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-3" mode 1920x1080@60.0Hz
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1080@60.0Hz
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-3 (enabled: -1) (1920x1080@60.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 16: pos 2560 0
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-3" pos 2560 0
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-3" pos 2560 0
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: pos 2560 0
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-3 (enabled: -1) (-1x-1@-1.000000Hz position 2560,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 17: transform 90
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-3" transform 90
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-3" transform 90
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: transform 90
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-3 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform 3) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 18: # scale 1.0
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 19: # scale_filter nearest
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 20: adaptive_sync off
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-3" adaptive_sync off
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-3" adaptive_sync off
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: adaptive_sync off
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-3 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 21: dpms on
00:00:00.052 [INFO] [sway/commands.c:381] Config command: output "DP-3" dpms on
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: output "DP-3" dpms on
00:00:00.052 [DEBUG] [sway/commands.c:436] Subcommand: dpms on
00:00:00.052 [INFO] [sway/commands/output/dpms.c:5] The "output dpms" command is deprecated, use "output power" instead
00:00:00.052 [DEBUG] [sway/config/output.c:261] Config stored for output DP-3 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power 1) (max render time: -1) (allow tearing: -1)
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 22: }
00:00:00.052 [DEBUG] [sway/config.c:868] Exiting block 'output "DP-3"'
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 360: include /etc/sway/config.d/*
00:00:00.052 [INFO] [sway/commands.c:381] Config command: include /etc/sway/config.d/*
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: include /etc/sway/config.d/*
00:00:00.052 [INFO] [sway/config.c:422] Loading config from /etc/sway/config.d/50-systemd-user.conf
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 1: # sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 2: # See FS#63021
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 3: # Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 4:
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 5: # Upstream refuses to set XDG_CURRENT_DESKTOP so we have to.
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 6: exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway
00:00:00.052 [INFO] [sway/commands.c:381] Config command: exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway
00:00:00.052 [INFO] [sway/commands.c:404] After replacement: exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway
00:00:00.052 [DEBUG] [sway/config.c:841] Deferring command `exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway'
00:00:00.052 [DEBUG] [sway/config.c:797] Read line 10: exec systemctl --user import-environment DISPLAY SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
00:00:00.052 [INFO] [sway/commands.c:381] Config command: exec systemctl --user import-environment DISPLAY SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
00:00:00.053 [INFO] [sway/commands.c:404] After replacement: exec systemctl --user import-environment DISPLAY SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
00:00:00.053 [DEBUG] [sway/config.c:841] Deferring command `exec systemctl --user import-environment DISPLAY SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP'
00:00:00.053 [DEBUG] [sway/config.c:797] Read line 11:
00:00:00.053 [DEBUG] [sway/config.c:797] Read line 16: exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway WAYLAND_DISPLAY
00:00:00.053 [INFO] [sway/commands.c:381] Config command: exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway WAYLAND_DISPLAY
00:00:00.053 [INFO] [sway/commands.c:404] After replacement: exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway WAYLAND_DISPLAY
00:00:00.053 [DEBUG] [sway/config.c:841] Deferring command `exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway WAYLAND_DISPLAY'
00:00:00.053 [DEBUG] [sway/input/input-manager.c:190] no fallback seat config - creating default
00:00:00.053 [DEBUG] [sway/config/seat.c:65] Adding non-wildcard seat config
00:00:00.053 [DEBUG] [sway/config/seat.c:82] Config stored for seat seat0
00:00:00.053 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:00:00.054 [DEBUG] [sway/config.c:1027] Translated keysyms using config for device 'type:keyboard'
00:00:00.054 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:00:00.054 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[0] = swaybg
00:00:00.054 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[1] = -o
00:00:00.054 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[2] = *
00:00:00.054 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[3] = -i
00:00:00.054 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[4] = /home/jiggol/.config/sway/img/wallpaper.png
00:00:00.054 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[5] = -m
00:00:00.054 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[6] = fill
00:00:00.056 [DEBUG] [sway/server.c:460] Initializing Xwayland (lazy=1)
00:00:00.056 [ERROR] [wlr] [xwayland/sockets.c:64] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use
00:00:00.056 [INFO] [sway/server.c:487] Starting backend on wayland display 'wayland-1'
00:00:00.057 [DEBUG] [wlr] [backend/libinput/backend.c:88] Starting libinput backend
00:00:00.205 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Power Button [0:1]
00:00:00.206 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:1:Power_Button'
00:00:00.206 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:1:Power_Button')
00:00:00.206 [DEBUG] [sway/input/seat.c:949] adding device 0:1:Power_Button to seat seat0
00:00:00.207 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x60b5d50430b0
00:00:00.207 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 0:1:Power_Button to group 0x60b5d50430b0
00:00:00.208 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Video Bus [0:6]
00:00:00.208 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:6:Video_Bus'
00:00:00.208 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:6:Video_Bus')
00:00:00.208 [DEBUG] [sway/input/seat.c:949] adding device 0:6:Video_Bus to seat seat0
00:00:00.210 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x60b5d50430b0
00:00:00.211 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Power Button [0:1]
00:00:00.211 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:1:Power_Button'
00:00:00.211 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:1:Power_Button')
00:00:00.211 [DEBUG] [sway/input/seat.c:949] adding device 0:1:Power_Button to seat seat0
00:00:00.213 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x60b5d50430b0
00:00:00.213 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding DP-3 [0:0]
00:00:00.213 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:0:DP-3'
00:00:00.213 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:0:DP-3')
00:00:00.213 [DEBUG] [sway/input/seat.c:949] adding device 0:0:DP-3 to seat seat0
00:00:00.215 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:0:DP-3 to group 0x60b5d50430b0
00:00:00.216 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:0:DP-3'
00:00:00.216 [DEBUG] [sway/input/seat.c:949] adding device 0:0:DP-3 to seat seat0
00:00:00.220 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:224] Loaded cursor theme 'default' at size 24 (111 available cursors)
00:00:00.220 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 0:0:DP-3
00:00:00.220 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding BY Tech Gaming Keyboard [9610:268]
00:00:00.220 [DEBUG] [sway/input/input-manager.c:240] adding device: '9610:268:BY_Tech_Gaming_Keyboard'
00:00:00.220 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '9610:268:BY_Tech_Gaming_Keyboard')
00:00:00.220 [DEBUG] [sway/input/seat.c:949] adding device 9610:268:BY_Tech_Gaming_Keyboard to seat seat0
00:00:00.223 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 9610:268:BY_Tech_Gaming_Keyboard to group 0x60b5d50430b0
00:00:00.223 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding BY Tech Gaming Keyboard Consumer Control [9610:268]
00:00:00.223 [DEBUG] [sway/input/input-manager.c:240] adding device: '9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control'
00:00:00.223 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control')
00:00:00.223 [DEBUG] [sway/input/seat.c:949] adding device 9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control to seat seat0
00:00:00.225 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control to group 0x60b5d50430b0
00:00:00.226 [DEBUG] [sway/input/input-manager.c:240] adding device: '9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control'
00:00:00.226 [DEBUG] [sway/input/seat.c:949] adding device 9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control to seat seat0
00:00:00.226 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control
00:00:00.226 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding BY Tech Gaming Keyboard [9610:268]
00:00:00.226 [DEBUG] [sway/input/input-manager.c:240] adding device: '9610:268:BY_Tech_Gaming_Keyboard'
00:00:00.226 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '9610:268:BY_Tech_Gaming_Keyboard')
00:00:00.226 [DEBUG] [sway/input/seat.c:949] adding device 9610:268:BY_Tech_Gaming_Keyboard to seat seat0
00:00:00.228 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 9610:268:BY_Tech_Gaming_Keyboard to group 0x60b5d50430b0
00:00:00.228 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding BY Tech Gaming Keyboard Mouse [9610:268]
00:00:00.228 [DEBUG] [sway/input/input-manager.c:240] adding device: '9610:268:BY_Tech_Gaming_Keyboard_Mouse'
00:00:00.228 [DEBUG] [sway/input/seat.c:949] adding device 9610:268:BY_Tech_Gaming_Keyboard_Mouse to seat seat0
00:00:00.228 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 9610:268:BY_Tech_Gaming_Keyboard_Mouse
00:00:00.228 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding BY Tech Gaming Keyboard System Control [9610:268]
00:00:00.228 [DEBUG] [sway/input/input-manager.c:240] adding device: '9610:268:BY_Tech_Gaming_Keyboard_System_Control'
00:00:00.228 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '9610:268:BY_Tech_Gaming_Keyboard_System_Control')
00:00:00.228 [DEBUG] [sway/input/seat.c:949] adding device 9610:268:BY_Tech_Gaming_Keyboard_System_Control to seat seat0
00:00:00.230 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 9610:268:BY_Tech_Gaming_Keyboard_System_Control to group 0x60b5d50430b0
00:00:00.231 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Compx VXE Mouse 1K Dongle [13652:62862]
00:00:00.231 [DEBUG] [sway/input/input-manager.c:240] adding device: '13652:62862:Compx_VXE_Mouse_1K_Dongle'
00:00:00.231 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '13652:62862:Compx_VXE_Mouse_1K_Dongle')
00:00:00.231 [DEBUG] [sway/input/seat.c:949] adding device 13652:62862:Compx_VXE_Mouse_1K_Dongle to seat seat0
00:00:00.233 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 13652:62862:Compx_VXE_Mouse_1K_Dongle to group 0x60b5d50430b0
00:00:00.234 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Compx VXE Mouse 1K Dongle Consumer Control [13652:62862]
00:00:00.234 [DEBUG] [sway/input/input-manager.c:240] adding device: '13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control'
00:00:00.234 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control')
00:00:00.234 [DEBUG] [sway/input/seat.c:949] adding device 13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control to seat seat0
00:00:00.236 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control to group 0x60b5d50430b0
00:00:00.236 [DEBUG] [sway/input/input-manager.c:240] adding device: '13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control'
00:00:00.236 [DEBUG] [sway/input/seat.c:949] adding device 13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control to seat seat0
00:00:00.236 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control
00:00:00.236 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Compx VXE Mouse 1K Dongle System Control [13652:62862]
00:00:00.236 [DEBUG] [sway/input/input-manager.c:240] adding device: '13652:62862:Compx_VXE_Mouse_1K_Dongle_System_Control'
00:00:00.236 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '13652:62862:Compx_VXE_Mouse_1K_Dongle_System_Control')
00:00:00.236 [DEBUG] [sway/input/seat.c:949] adding device 13652:62862:Compx_VXE_Mouse_1K_Dongle_System_Control to seat seat0
00:00:00.239 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 13652:62862:Compx_VXE_Mouse_1K_Dongle_System_Control to group 0x60b5d50430b0
00:00:00.239 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Compx VXE Mouse 1K Dongle [13652:62862]
00:00:00.239 [DEBUG] [sway/input/input-manager.c:240] adding device: '13652:62862:Compx_VXE_Mouse_1K_Dongle'
00:00:00.239 [DEBUG] [sway/input/seat.c:949] adding device 13652:62862:Compx_VXE_Mouse_1K_Dongle to seat seat0
00:00:00.239 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 13652:62862:Compx_VXE_Mouse_1K_Dongle
00:00:00.239 [DEBUG] [wlr] [backend/libinput/backend.c:125] libinput successfully initialized
00:00:00.239 [INFO] [wlr] [backend/drm/drm.c:1677] Scanning DRM connectors on /dev/dri/card1
00:00:00.239 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-1'
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-2'
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1753] 'DP-2' connected
00:00:00.242 [DEBUG] [wlr] [backend/drm/drm.c:1543] Current CRTC: 79
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1557] Detected modes:
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 2560x1440 @ 59.951 Hz (preferred)
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 3840x2160 @ 60.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 3840x2160 @ 59.940 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 3840x2160 @ 50.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 3840x2160 @ 30.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 3840x2160 @ 29.970 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 3840x2160 @ 25.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 3840x2160 @ 24.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 3840x2160 @ 23.976 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 2560x1440 @ 143.999 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 2560x1440 @ 119.998 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 2560x1440 @ 74.971 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1200 @ 59.951 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 74.986 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 60.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 60.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 59.940 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 50.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1600x1200 @ 59.951 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1680x1050 @ 59.883 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1600x900 @ 60.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x1024 @ 75.025 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x1024 @ 60.020 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1440x900 @ 59.951 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x800 @ 59.910 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1152x864 @ 75.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1152x864 @ 59.967 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 60.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 60.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 59.940 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 50.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1024x768 @ 75.029 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 1024x768 @ 60.004 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 832x624 @ 74.551 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 800x600 @ 75.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 800x600 @ 60.317 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 720x576 @ 50.000 Hz
00:00:00.242 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 60.000 Hz
00:00:00.243 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 59.940 Hz
00:00:00.243 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 75.000 Hz
00:00:00.243 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 60.000 Hz
00:00:00.243 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 59.940 Hz
00:00:00.243 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 59.940 Hz
00:00:00.243 [INFO] [wlr] [backend/drm/drm.c:1607] Physical size: 700x390
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-3'
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1753] 'DP-3' connected
00:00:00.249 [DEBUG] [wlr] [backend/drm/drm.c:1543] Current CRTC: 83
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1557] Detected modes:
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 60.000 Hz (preferred)
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 60.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 59.940 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 50.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1680x1050 @ 59.883 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x1024 @ 75.025 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x1024 @ 60.020 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1440x900 @ 74.984 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1440x900 @ 59.901 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x960 @ 60.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x800 @ 60.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1152x864 @ 75.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 60.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 60.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 59.940 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 50.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1440x576 @ 50.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1024x768 @ 75.029 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1024x768 @ 70.069 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 1024x768 @ 60.004 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 832x624 @ 74.551 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 800x600 @ 75.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 800x600 @ 60.317 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 800x600 @ 56.250 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x576 @ 50.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x576 @ 50.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x576 @ 50.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 60.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 60.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 59.940 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 59.940 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 59.940 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 75.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 66.667 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 60.000 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 59.940 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 59.940 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1587] 720x400 @ 70.082 Hz
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1607] Physical size: 530x300
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'HDMI-A-1'
00:00:00.249 [DEBUG] [wlr] [backend/drm/drm.c:1319] Reallocating CRTCs
00:00:00.249 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-1 (disconnected): no CRTC (no change)
00:00:00.249 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-2 (connected, needs CRTC): CRTC 79 (no change)
00:00:00.249 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-3 (connected, needs CRTC): CRTC 83 (no change)
00:00:00.249 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector HDMI-A-1 (disconnected): no CRTC (no change)
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1789] connector DP-2: Requesting modeset
00:00:00.249 [DEBUG] [sway/desktop/output.c:525] New output 0x60b5d5362680: DP-2 (non-desktop: 0)
00:00:00.249 [INFO] [wlr] [backend/drm/drm.c:1789] connector DP-3: Requesting modeset
00:00:00.249 [DEBUG] [sway/desktop/output.c:525] New output 0x60b5d53623c0: DP-3 (non-desktop: 0)
00:00:00.249 [INFO] [wlr] [backend/headless/backend.c:17] Starting headless backend
00:00:00.249 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0'
00:00:00.251 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:00:00.251 [DEBUG] [sway/config.c:646] Running deferred commands
00:00:00.251 [INFO] [sway/commands.c:261] Handling command 'exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"''
00:00:00.251 [DEBUG] [sway/commands/exec_always.c:57] Executing swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
00:00:00.251 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.253 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46462
00:00:00.253 [INFO] [sway/commands.c:261] Handling command 'exec systemctl --user start sway-session.target'
00:00:00.253 [DEBUG] [sway/commands/exec_always.c:57] Executing systemctl --user start sway-session.target
00:00:00.253 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.255 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46464
00:00:00.256 [INFO] [sway/commands.c:261] Handling command 'exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1'
00:00:00.256 [DEBUG] [sway/commands/exec_always.c:57] Executing /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
00:00:00.256 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.257 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46466
00:00:00.257 [INFO] [sway/commands.c:261] Handling command 'exec fcitx5 -rd'
00:00:00.257 [DEBUG] [sway/commands/exec_always.c:57] Executing fcitx5 -rd
00:00:00.257 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.259 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46468
00:00:00.259 [INFO] [sway/commands.c:261] Handling command 'exec --no-startup-id blueman-applet'
00:00:00.259 [DEBUG] [sway/commands/exec_always.c:57] Executing blueman-applet
00:00:00.259 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.261 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46470
00:00:00.261 [INFO] [sway/commands.c:261] Handling command 'exec system-config-printer-applet'
00:00:00.261 [DEBUG] [sway/commands/exec_always.c:57] Executing system-config-printer-applet
00:00:00.261 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.263 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46474
00:00:00.263 [INFO] [sway/commands.c:261] Handling command 'exec mako'
00:00:00.263 [DEBUG] [sway/commands/exec_always.c:57] Executing mako
00:00:00.263 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
I2024-11-02 04:12:16.481752 instance.cpp:1385] Override Enabled Addons: {}
I2024-11-02 04:12:16.481800 instance.cpp:1386] Override Disabled Addons: {}
00:00:00.265 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46476
00:00:00.265 [INFO] [sway/commands.c:261] Handling command 'exec wayland-pipewire-idle-inhibit'
00:00:00.265 [DEBUG] [sway/commands/exec_always.c:57] Executing wayland-pipewire-idle-inhibit
00:00:00.265 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
I2024-11-02 04:12:16.483475 addonmanager.cpp:205] Loaded addon wayland
00:00:00.267 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46484
00:00:00.267 [INFO] [sway/commands.c:261] Handling command 'exec ~/.dotfiles/scripts/mount-nas.sh'
00:00:00.267 [DEBUG] [sway/commands/exec_always.c:57] Executing ~/.dotfiles/scripts/mount-nas.sh
00:00:00.267 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.269 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46486
00:00:00.269 [INFO] [sway/commands.c:261] Handling command 'exec_always nm-applet'
00:00:00.269 [DEBUG] [sway/commands/exec_always.c:57] Executing nm-applet
00:00:00.269 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.271 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46491
00:00:00.271 [INFO] [sway/commands.c:261] Handling command 'exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway'
00:00:00.271 [DEBUG] [sway/commands/exec_always.c:57] Executing systemctl --user set-environment XDG_CURRENT_DESKTOP=sway
00:00:00.271 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.273 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46501
00:00:00.273 [INFO] [sway/commands.c:261] Handling command 'exec systemctl --user import-environment DISPLAY SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP'
00:00:00.273 [DEBUG] [sway/commands/exec_always.c:57] Executing systemctl --user import-environment DISPLAY SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
00:00:00.273 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.275 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46503
00:00:00.275 [INFO] [sway/commands.c:261] Handling command 'exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway WAYLAND_DISPLAY'
00:00:00.275 [DEBUG] [sway/commands/exec_always.c:57] Executing hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway WAYLAND_DISPLAY
00:00:00.275 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.277 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46505
00:00:00.277 [INFO] [sway/server.c:499] Running compositor on wayland display 'wayland-1'
00:00:00.277 [DEBUG] [sway/config/output.c:867] Committing 2 outputs
00:00:00.277 [DEBUG] [sway/config/output.c:631] Output state for DP-3
00:00:00.278 [DEBUG] [sway/config/output.c:633] enabled: yes
00:00:00.278 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:00:00.278 [DEBUG] [sway/config/output.c:645] mode: 1920x1080@60000mHz (preferred)
00:00:00.278 [DEBUG] [sway/config/output.c:655] scale: 1.000000
00:00:00.278 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:00:00.278 [DEBUG] [sway/config/output.c:631] Output state for DP-2
00:00:00.278 [DEBUG] [sway/config/output.c:633] enabled: yes
00:00:00.278 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:00:00.278 [DEBUG] [sway/config/output.c:645] mode: 2560x1440@59951mHz (preferred)
00:00:00.278 [DEBUG] [sway/config/output.c:655] scale: 1.000000
00:00:00.278 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:00:00.278 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 2 outputs with explicit modifiers
00:00:00.278 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
mount error(16): Device or resource busy
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
00:00:00.296 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04)
00:00:00.296 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.296 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 2560x1440 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04)
00:00:00.296 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 2 outputs succeeded
00:00:00.296 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: XR24, 1920x1080
mount error(16): Device or resource busy
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
mount error(16): Device or resource busy
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
00:00:00.314 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: XR24, 2560x1440
00:00:00.349 [DEBUG] [sway/config/output.c:927] Commit of 2 outputs succeeded
00:00:00.349 [DEBUG] [sway/config/output.c:933] Finalizing config for DP-3
00:00:00.349 [DEBUG] [sway/config/output.c:530] Set DP-3 position to 2560, 0
00:00:00.353 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:224] Loaded cursor theme 'default' at size 24 (111 available cursors)
00:00:00.353 [DEBUG] [wlr] [render/vulkan/renderer.c:324] Created new vk staging buffer of size 1048576
00:00:00.353 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.353 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.353 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: AR24, 64x64
00:00:00.365 [DEBUG] [sway/tree/workspace.c:294] Workspace: Generating new workspace name for output DP-3
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '1'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '2'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '3'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '4'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '5'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:285] Workspace: Found free name 5
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '6'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '7'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '8'
00:00:00.365 [DEBUG] [sway/tree/output.c:163] Creating default workspace 5
00:00:00.365 [DEBUG] [sway/tree/workspace.c:65] Adding workspace 5 for output DP-3
00:00:00.365 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:00.365 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1080x1920@0,0
00:00:00.365 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '5' at 2570.000000, 10.000000
00:00:00.365 [DEBUG] [sway/config/output.c:933] Finalizing config for DP-2
00:00:00.365 [DEBUG] [sway/config/output.c:530] Set DP-2 position to 0, 236
00:00:00.365 [DEBUG] [wlr] [render/vulkan/renderer.c:324] Created new vk staging buffer of size 1048576
00:00:00.365 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.365 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.365 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: AR24, 64x64
00:00:00.365 [DEBUG] [sway/tree/workspace.c:294] Workspace: Generating new workspace name for output DP-2
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '1'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:285] Workspace: Found free name 1
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '2'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '3'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '4'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '5'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '6'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '7'
00:00:00.365 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '8'
00:00:00.365 [DEBUG] [sway/tree/output.c:163] Creating default workspace 1
00:00:00.365 [DEBUG] [sway/tree/workspace.c:65] Adding workspace 1 for output DP-2
00:00:00.365 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:00.365 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1440@0,0
00:00:00.365 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 246.000000
00:00:00.365 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1080x1920@0,0
00:00:00.365 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '5' at 2570.000000, 10.000000
00:00:00.365 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1440@0,0
00:00:00.365 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 246.000000
00:00:00.365 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d5367430 committing with 4 instructions
00:00:00.365 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d5367430
00:00:00.365 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 13652:62862:Compx_VXE_Mouse_1K_Dongle
00:00:00.365 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control
00:00:00.365 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 9610:268:BY_Tech_Gaming_Keyboard_Mouse
00:00:00.365 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control
00:00:00.365 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 0:0:DP-3
00:00:00.367 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.368 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04)
00:00:00.368 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: XR24, 1920x1080
00:00:00.368 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.368 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 2560x1440 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04)
00:00:00.368 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: XR24, 2560x1440
2024-11-02 04:12:16 - [swaybg-1.2.1/main.c:282] Found config * for output DP-3 (ALPS ALPINE CO., LTD. 24NB77PR 155224NB0059)
2024-11-02 04:12:16 - [swaybg-1.2.1/main.c:282] Found config * for output DP-2 (LG Electronics LG HDR QHD 0x00029C14)
00:00:00.368 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d4f8f140 (res 0x60b5d4f8f510)
00:00:00.368 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d4f8f5a0 (res 0x60b5d4f8f6c0)
00:00:00.368 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0,
00:00:00.368 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d4f905b0 (res 0x60b5d4f90980)
00:00:00.368 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d4fdbc40 (res 0x60b5d4fdbd60)
00:00:00.368 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0,
00:00:00.369 [INFO] [wlr] [xwayland/server.c:107] Starting Xwayland on :1
00:00:00.374 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7c97000 (res 0x60b5d4f85660)
00:00:00.374 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7c973d0 (res 0x60b5d4f92140)
00:00:00.375 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7c98790 (res 0x60b5d7c98b60)
00:00:00.375 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7c98d10 (res 0x60b5d7c990e0)
00:00:00.375 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7c9a310 (res 0x60b5d7c9a6e0)
00:00:00.375 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7c9a890 (res 0x60b5d7c9ac60)
00:00:00.375 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7c9be90 (res 0x60b5d7c9c260)
00:00:00.375 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7c9c410 (res 0x60b5d7c9c7e0)
00:00:00.417 [DEBUG] [wlr] [render/vulkan/renderer.c:324] Created new vk staging buffer of size 29491200
blueman-applet 04.12.16 WARNING PluginManager:93 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
blueman-applet 04.12.16 WARNING PluginManager:150 __load_plugin: Not loading DhcpClient because its conflict has higher priority
blueman-applet 04.12.16 WARNING PluginManager:150 __load_plugin: Not loading PPPSupport because its conflict has higher priority
00:00:00.455 [DEBUG] [wlr] [backend/drm/fb.c:147] Failed to get DMA-BUF from buffer
00:00:00.455 [DEBUG] [wlr] [backend/drm/drm.c:734] connector DP-2: Failed to import buffer for scan-out
00:00:00.462 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7ca5b20 (res 0x60b5d7ca5ef0)
00:00:00.462 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7ca6010 (res 0x60b5d7ca63e0)
00:00:00.473 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7ca7310 (res 0x60b5d7ca76e0)
00:00:00.474 [DEBUG] [wlr] [xwayland/server.c:272] Xserver is ready
00:00:00.474 [DEBUG] [wlr] [xwayland/xwm.c:1981] xfixes version: 6.0
00:00:00.474 [DEBUG] [wlr] [xwayland/xwm.c:2002] xres version: 1.2
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.492 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:00.492 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:00.495 [DEBUG] [sway/ipc-server.c:196] New client: fd 106
00:00:00.495 [DEBUG] [sway/ipc-server.c:196] New client: fd 108
00:00:00.496 [DEBUG] [sway/ipc-server.c:196] New client: fd 110
00:00:00.496 [DEBUG] [sway/ipc-server.c:196] New client: fd 112
00:00:00.497 [DEBUG] [sway/ipc-server.c:196] New client: fd 114
00:00:00.497 [DEBUG] [sway/ipc-server.c:196] New client: fd 116
00:00:00.497 [DEBUG] [sway/ipc-server.c:196] New client: fd 118
00:00:00.497 [DEBUG] [sway/ipc-server.c:196] New client: fd 120
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:00:00.499 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.499 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:00.499 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.499 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
I2024-11-02 04:12:16.716654 xcbconnection.cpp:189] Connecting to X11 display, display name::1.
I2024-11-02 04:12:16.716703 xcbconnection.cpp:194] X11 display: :1 is xwayland.
00:00:00.499 [DEBUG] [sway/ipc-server.c:196] New client: fd 122I
2024-11-02 04:12:16.716769 00:00:00.499 addonmanager.cpp[DEBUG] :[sway/ipc-server.c:196] New client: fd 124205
] Loaded addon xcb
I2024-11-02 04:12:16.717477 addonmanager.cpp:205] Loaded addon quickphrase
I2024-11-02 04:12:16.717578 addonmanager.cpp:205] Loaded addon imselector
I2024-11-02 04:12:16.719859 addonmanager.cpp:205] Loaded addon keyboard
I2024-11-02 04:12:16.720146 addonmanager.cpp:205] Loaded addon clipboard
I2024-11-02 04:12:16.720299 addonmanager.cpp:205] Loaded addon waylandim
I2024-11-02 04:12:16.720414 addonmanager.cpp:205] Loaded addon unicode
I2024-11-02 04:12:16.720748 addonmanager.cpp:205] Loaded addon dbus
I2024-11-02 04:12:16.721027 addonmanager.cpp:205] Loaded addon ibusfrontend
00:00:00.504 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
I2024-11-02 04:12:16.721310 addonmanager.cpp00:00:00.504 :[DEBUG] 205[sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)']
Loaded addon 00:00:00.504 xim[DEBUG]
[wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
I2024-11-02 04:12:16.721562 addonmanager.cpp:205] Loaded addon dbusfrontend
I2024-11-02 04:12:16.723300 addonmanager.cpp:205] Loaded addon fcitx4frontend
00:00:00.515 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7cb24d0 (res 0x60b5d7cb28a0)
00:00:00.515 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7cb9770 (res 0x60b5d7cb9b40)
I2024-11-02 04:12:16.737229 inputmethodmanager.cpp:209] Found 741 input method(s) in addon keyboard
I2024-11-02 04:12:16.737551 addonmanager.cpp:205] Loaded addon kimpanel
I2024-11-02 04:12:16.737795 addonmanager.cpp:205] Loaded addon virtualkeyboard
00:00:00.523 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7cb39b0 (res 0x60b5d7cb3d80)
00:00:00.523 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d7cb3e10 (res 0x60b5d7cb3f30)
00:00:00.523 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace waybar layer 2 anchor 0 size 0x0 margin 0,0,0,0,
00:00:00.523 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7cd2140 (res 0x60b5d7cd2510)
00:00:00.523 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d7cbea00 (res 0x60b5d7cbeb90)
00:00:00.523 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace waybar layer 2 anchor 0 size 0x0 margin 0,0,0,0,
00:00:00.532 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.532 [DEBUG] [sway/desktop/xwayland.c:878] New xwayland unmanaged surface
00:00:00.533 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:00.533 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
I00:00:00.533 2024-11-02 04:12:16.750156[DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwaylandclassicui.cpp
:64] Created classicui for x11 display::1
00:00:00.533 [DEBUG] I[wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland2024-11-02 04:12:16.750247
classicui.cpp:85] Created classicui for wayland display:
I2024-11-02 04:12:16.750304 addonmanager.cpp:205] Loaded addon classicui
I2024-11-02 04:12:16.750567 addonmanager.cpp:205] Loaded addon notificationitem
I2024-11-02 04:12:16.750778 addonmanager.cpp:205] Loaded addon notifications
00:00:00.535 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7cc35c0 (res 0x60b5d7cc3990)
00:00:00.535 [DEBUG] [sway/input/input-manager.c:389] adding virtual keyboard: '0:0:wlr_virtual_keyboard_v1'
00:00:00.535 [DEBUG] [sway/input/seat.c:949] adding device 0:0:wlr_virtual_keyboard_v1 to seat seat0
I2024-11-02 04:12:16.752440 dbusmodule.cpp:790] Service name change: org.fcitx.Fcitx5 :1.155
I2024-11-02 04:12:16.752554 kimpanel.cpp:116] Kimpanel new owner:
I2024-11-02 04:12:16.752595 virtualkeyboard.cpp:216] VirtualKeyboard new owner:
I2024-11-02 04:12:16.752639 portalsettingmonitor.cpp:91] A new portal show up, start a new query.
I2024-11-02 04:12:16.752746 portalsettingmonitor.cpp:91] A new portal show up, start a new query.
E2024-11-02 04:12:16.752921 portalsettingmonitor.cpp:115] DBus call error: org.freedesktop.portal.Error.NotFound Requested setting not found
(nm-applet:46491): Gtk-CRITICAL **: 04:12:16.814: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
** (waybar:46460): WARNING **: 04:12:16.852: Status Notifier Item with bus name ':1.146' and object path '/org/ayatana/NotificationItem/nm_applet' is already registered
00:00:00.638 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:00.638 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:00.638 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:00.638 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d5283d10 committing with 1 instructions
00:00:00.638 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d5283d10
00:00:00.638 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:00.638 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1080x1892@0,28
00:00:00.638 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '5' at 2570.000000, 38.000000
00:00:00.638 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d6b30db0 committing with 1 instructions
00:00:00.638 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d6b30db0
00:00:00.680 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.680 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.680 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: AR24, 64x64
00:00:00.681 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.681 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.681 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: AR24, 64x64
00:00:00.985 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
** (waybar:46460): WARNING **: 04:12:17.216: Status Notifier Item with bus name ':1.146' and object path '/org/ayatana/NotificationItem/nm_applet' is already registered
00:00:01.047 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:00:01.047 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d532c890 committing with 4 instructions
00:00:01.047 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d532c890
00:00:01.048 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:01.048 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:01.048 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: AR24, 64x64
00:00:01.048 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:01.048 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:01.048 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: AR24, 64x64
00:00:01.052 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:01.052 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:01.052 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: AR24, 64x64
00:00:01.055 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
I2024-11-02 04:12:17.985985 addonmanager.cpp:205] Loaded addon hangul
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:00:01.882 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:01.882 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:01.882 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:01.882 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:02.344 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec wezterm
00:00:02.344 [INFO] [sway/commands.c:261] Handling command 'exec wezterm'
00:00:02.344 [DEBUG] [sway/commands/exec_always.c:57] Executing wezterm
00:00:02.348 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46612
00:00:02.348 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 46612
00:00:02.424 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7cf8870 (res 0x60b5d7cf8c40)
00:00:02.441 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7cf8d60 (res 0x60b5d7cf9130)
00:00:02.441 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x60b5d7cfa6a0 (res 0x60b5d7cfa7f0)
00:00:02.441 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:02.441 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7cccfb0 (res 0x60b5d7ccd380)
00:00:02.441 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x60b5d7cfcfc0 (res 0x60b5d7ccd410)
00:00:02.491 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46612
00:00:02.491 [DEBUG] [sway/desktop/launcher.c:92] found workspace match for pid 46612: 1
00:00:02.491 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:02.491 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7cfaac0 updated CSD to 1
00:00:02.491 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:02.491 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:02.491 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:02.491 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf756ac0 horizontally
00:00:02.491 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:02.491 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d52bbee0 committing with 4 instructions
00:00:02.496 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:02.496 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d52bbee0 is ready
00:00:02.496 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d52bbee0
00:00:02.505 [DEBUG] [sway/input/text_input.c:266] 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:02.506 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:02.506 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:02.506 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:02.506 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:00:02.521 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:02.521 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:02.521 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:02.521 [DEBUG] [wlr] [xwayland/xwm.c:1660] 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:02.526 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:02.526 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:02.526 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:02.526 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:03.807 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec fuzzel | xargs swaymsg exec --
00:00:03.807 [INFO] [sway/commands.c:261] Handling command 'exec fuzzel | xargs swaymsg exec --'
00:00:03.807 [DEBUG] [sway/commands/exec_always.c:57] Executing fuzzel | xargs swaymsg exec --
00:00:03.811 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46749
00:00:03.811 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 46749
00:00:03.831 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7dc7380 (res 0x60b5d7dcc7c0)
00:00:03.831 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7d7c930 (res 0x60b5d7dccb20)
00:00:03.831 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d7cce100 (res 0x60b5d7dccc40)
00:00:03.831 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace launcher layer 3 anchor 0 size 0x0 margin 0,0,0,0,
00:00:03.835 [DEBUG] [wlr] [render/vulkan/renderer.c:324] Created new vk staging buffer of size 2958144
00:00:03.838 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:00:03.838 [DEBUG] [sway/input/text_input.c:289] Disabling text input, but no longer focused
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:00:03.846 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.846 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:03.846 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.846 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:03.848 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:00:03.848 [INFO] [sway/input/text_input.c:263] Inactive text input tried to commit an 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.852 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.852 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:03.852 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.852 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:00:03.920 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.920 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:03.920 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.920 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:05.540 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:05.540 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d5325110 committing with 4 instructions
00:00:05.540 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d5325110
00:00:05.542 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:05.544 [DEBUG] [sway/ipc-server.c:196] New client: fd 144
00:00:05.544 [INFO] [sway/commands.c:261] Handling command 'exec'
00:00:05.544 [INFO] [sway/ipc-server.c:570] IPC Client 144 disconnected
00:00:05.577 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.577 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:05.614 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.614 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:05.614 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.614 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:05.614 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 349 (_NET_WM_STATE_ABOVE)
00:00:05.615 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 400 (_NET_WM_STATE_STAYS_ON_TOP)
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 350 (_NET_WM_STATE_BELOW)
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 294 (XdndAware) for window 6291464
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 328 (_NET_WM_ICON_NAME) for window 6291464
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/xwm.c:1509] Got startup id: 104f9dc36ca545318d0ac2459e736b1f
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 6291464
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.615 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 349 (_NET_WM_STATE_ABOVE)
00:00:05.616 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 400 (_NET_WM_STATE_STAYS_ON_TOP)
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 350 (_NET_WM_STATE_BELOW)
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 6291471
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.616 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7dc7380 (res 0x60b5d7dca840)
00:00:05.616 [DEBUG] [wlr] [xwayland/xwm.c:1752] New xwayland surface: 0x60b5d7dc7380
00:00:05.616 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7d749d0 updated CSD to 1
00:00:05.616 [DEBUG] [sway/desktop/tearing.c:47] New presentation hint 0 received for surface 0x60b5d7dc7380
00:00:05.616 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7d79030 (res 0x60b5d7dcd540)
00:00:05.616 [DEBUG] [wlr] [xwayland/xwm.c:1752] New xwayland surface: 0x60b5d7d79030
00:00:05.616 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7d7aef0 updated CSD to 1
00:00:05.616 [DEBUG] [sway/desktop/tearing.c:47] New presentation hint 0 received for surface 0x60b5d7d79030
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 349 (_NET_WM_STATE_ABOVE)
00:00:05.697 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 400 (_NET_WM_STATE_STAYS_ON_TOP)
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 350 (_NET_WM_STATE_BELOW)
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 294 (XdndAware) for window 6291477
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.697 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 328 (_NET_WM_ICON_NAME) for window 6291477
00:00:05.712 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.712 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.712 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 334 (_NET_WM_ICON) for window 6291477
00:00:05.953 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.954 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.955 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.956 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.959 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.959 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 6291477
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.960 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7d75f30 (res 0x60b5d7dce860)
00:00:05.960 [DEBUG] [wlr] [xwayland/xwm.c:1752] New xwayland surface: 0x60b5d7d75f30
00:00:05.960 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7d815d0 updated CSD to 0
00:00:05.960 [DEBUG] [sway/desktop/tearing.c:47] New presentation hint 0 received for surface 0x60b5d7d75f30
00:00:05.964 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:05.964 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46807
00:00:05.964 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:05.966 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:05.966 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:05.966 [DEBUG] [sway/tree/view.c:483] for_window '[shell="xwayland"]' matches view 0x60b5d7d815d0, cmd: 'title_format "[X] %title"'
00:00:05.966 [INFO] [sway/commands.c:261] Handling command 'title_format "[X] %title"'
00:00:05.966 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:05.966 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:05.966 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d532a350 committing with 5 instructions
00:00:05.966 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:05.967 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46807
00:00:05.967 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:05.967 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:05.967 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:05.967 [DEBUG] [sway/tree/view.c:483] for_window '[shell="xwayland"]' matches view 0x60b5d7d749d0, cmd: 'title_format "[X] %title"'
00:00:05.967 [INFO] [sway/commands.c:261] Handling command 'title_format "[X] %title"'
00:00:05.967 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:05.967 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:05.967 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46807
00:00:05.967 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:05.967 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:05.967 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:05.967 [DEBUG] [sway/tree/view.c:483] for_window '[shell="xwayland"]' matches view 0x60b5d7d7aef0, cmd: 'title_format "[X] %title"'
00:00:05.967 [INFO] [sway/commands.c:261] Handling command 'title_format "[X] %title"'
00:00:05.967 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:05.967 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:05.967 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:05.967 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:05.967 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:00:05.967 [DEBUG] [sway/input/text_input.c:289] Disabling text input, but no longer focused
00:00:05.968 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:00:05.968 [INFO] [sway/input/text_input.c:263] Inactive text input tried to commit an update
00:00:05.981 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d532a350 is ready
00:00:05.981 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d532a350
00:00:05.982 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7db35f0 committing with 7 instructions
00:00:05.982 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:05.982 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:05.983 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7db35f0 is ready
00:00:05.983 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7db35f0
00:00:06.004 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:00:06.005 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:06.005 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:06.005 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf7570a0 horizontally
00:00:06.005 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7db47a0 committing with 7 instructions
00:00:06.005 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7db47a0
00:00:06.005 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 346, value 6291464
00:00:06.005 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 347, value 6291464
00:00:06.005 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 349, value 6291464
00:00:06.005 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 350, value 6291464
00:00:06.006 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:00:06.006 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:06.006 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:06.006 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:06.006 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf7570a0 horizontally
00:00:06.006 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ec6e90 committing with 6 instructions
00:00:06.006 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ec6e90
00:00:06.006 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:06.006 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 354, value 6291471
00:00:06.006 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:06.006 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ConfigureWindow (no minor), code Window (no extension), sequence 360, value 6291471
00:00:06.006 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 363, value 6291471
00:00:06.006 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 364, value 6291471
00:00:06.006 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 366, value 6291471
00:00:06.006 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 367, value 6291471
00:00:07.259 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:07.261 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:00:07.261 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d52c8ec0 committing with 4 instructions
00:00:07.261 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d52c8ec0
00:00:07.261 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:08.558 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec wezterm
00:00:08.558 [INFO] [sway/commands.c:261] Handling command 'exec wezterm'
00:00:08.558 [DEBUG] [sway/commands/exec_always.c:57] Executing wezterm
00:00:08.563 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 46870
00:00:08.563 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 46870
04:12:24.842 INFO wezterm_gui > Spawned your command via the existing GUI instance. Use wezterm start --always-new-process if you do not want this behavior. Result=SpawnResponse { tab_id: 1, pane_id: 1, window_id: 1, size: TerminalSize { rows: 24, cols: 80, pixel_width: 640, pixel_height: 384, dpi: 0 } }
00:00:08.632 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7d7e940 (res 0x60b5d7dbea00)
00:00:08.632 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x60b5d7d5f5a0 (res 0x60b5d7d71490)
00:00:08.632 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:08.632 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7d79030 (res 0x60b5d7dbae60)
00:00:08.632 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x60b5d7ee6730 (res 0x60b5d7dbfae0)
04:12:24.849 ERROR wezterm_mux_server_impl::local > writing pdu data buffer: Broken pipe (os error 32)
00:00:08.676 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46612
00:00:08.676 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:08.676 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7d59cd0 updated CSD to 1
00:00:08.676 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:08.676 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1080x1892@0,28
00:00:08.676 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '5' at 2570.000000, 38.000000
00:00:08.676 [DEBUG] [sway/tree/arrange.c:155] Arranging 0x7ffdbf756ac0 vertically
00:00:08.676 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:08.676 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7dc7b40 committing with 4 instructions
00:00:08.686 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:08.686 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7dc7b40 is ready
00:00:08.686 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7dc7b40
00:00:08.687 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:08.687 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1080x1890@0,30
00:00:08.687 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '5' at 2570.000000, 40.000000
00:00:08.687 [DEBUG] [sway/tree/arrange.c:155] Arranging 0x7ffdbf756b50 vertically
00:00:08.687 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7d62560 committing with 3 instructions
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.688 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7d62560 is ready
00:00:08.688 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7d62560
00:00:08.688 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:08.688 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:08.688 [DEBUG] [sway/input/text_input.c:266] Text input committed update
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:00:08.739 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:08.739 [DEBUG] [wlr] [xwayland/xwm.c:1660] 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.746 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:08.746 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:09.414 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:09.418 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:09.570 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:09.574 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:09.652 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:09.660 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:09.823 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:09.827 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:09.961 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:09.965 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:10.457 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:10.461 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:10.521 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:10.525 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:10.621 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:10.625 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:10.743 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:10.747 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:10.955 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:10.959 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:11.121 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:11.125 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:11.281 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:11.285 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:11.457 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:12.251 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:12.255 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:12.487 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:12.491 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:12.655 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:12.659 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:12.741 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:12.747 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.271 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:13.276 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.280 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.294 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.310 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.327 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.344 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.360 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.377 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.394 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.410 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.427 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.444 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.461 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.477 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.494 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.511 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.527 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.544 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.560 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.577 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.594 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.611 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.627 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.644 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.661 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.678 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.694 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.711 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.728 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.744 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.761 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.777 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.794 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.811 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.828 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.844 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.861 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.877 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.894 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.911 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.928 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.944 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.961 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.978 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:13.994 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.011 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.027 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.045 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.061 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.078 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.094 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.111 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.128 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.145 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.161 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.178 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.194 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.211 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.228 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:00:14.779 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:14.779 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:14.779 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: AR24, 64x64
00:00:16.310 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:16.310 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:16.310 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:16.313 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:00:16.313 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:16.313 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ec62d0 committing with 6 instructions
00:00:16.313 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ec62d0
00:00:16.314 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:16.314 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:16.314 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:00:16.314 [DEBUG] [sway/input/text_input.c:289] Disabling text input, but no longer focused
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:00:16.321 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:16.321 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:16.336 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:00:16.336 [INFO] [sway/input/text_input.c:263] Inactive text input tried to commit an update
00:00:19.999 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 6291477
00:00:20.127 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:20.162 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:20.162 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:20.162 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 349 (_NET_WM_STATE_ABOVE)
00:00:20.162 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 400 (_NET_WM_STATE_STAYS_ON_TOP)
00:00:20.162 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 350 (_NET_WM_STATE_BELOW)
00:00:20.162 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7ee3e20 updated CSD to 1
00:00:20.162 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 294 (XdndAware) for window 8388616
00:00:20.162 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 328 (_NET_WM_ICON_NAME) for window 8388616
00:00:20.163 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7ea9350 (res 0x60b5d7ee0b50)
00:00:20.163 [DEBUG] [wlr] [xwayland/xwm.c:1752] New xwayland surface: 0x60b5d7ea9350
00:00:20.163 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7ee3e20 updated CSD to 1
00:00:20.163 [DEBUG] [sway/desktop/tearing.c:47] New presentation hint 0 received for surface 0x60b5d7ea9350
00:00:20.163 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8388616
00:00:20.163 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:20.163 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 349 (_NET_WM_STATE_ABOVE)
00:00:20.163 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 400 (_NET_WM_STATE_STAYS_ON_TOP)
00:00:20.163 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 350 (_NET_WM_STATE_BELOW)
00:00:20.163 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7ee1050 updated CSD to 1
00:00:20.164 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 294 (XdndAware) for window 8388623
00:00:20.164 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 328 (_NET_WM_ICON_NAME) for window 8388623
00:00:20.164 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7ce2060 (res 0x60b5d7ce2430)
00:00:20.164 [DEBUG] [wlr] [xwayland/xwm.c:1752] New xwayland surface: 0x60b5d7ce2060
00:00:20.164 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7ee1050 updated CSD to 1
00:00:20.164 [DEBUG] [sway/desktop/tearing.c:47] New presentation hint 0 received for surface 0x60b5d7ce2060
00:00:20.164 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8388623
00:00:20.167 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:00:20.167 [INFO] [sway/input/text_input.c:263] Inactive text input tried to commit an update
00:00:20.168 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:00:20.168 [INFO] [sway/input/text_input.c:263] Inactive text input tried to commit an update
syntax error: line 1 of stdin
Errors encountered in stdin; not compiled.
00:00:20.520 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:20.520 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 349 (_NET_WM_STATE_ABOVE)
00:00:20.520 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 400 (_NET_WM_STATE_STAYS_ON_TOP)
00:00:20.520 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 350 (_NET_WM_STATE_BELOW)
00:00:20.520 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7f0c730 updated CSD to 0
00:00:20.521 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 294 (XdndAware) for window 8388629
00:00:20.521 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 328 (_NET_WM_ICON_NAME) for window 8388629
00:00:20.521 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 334 (_NET_WM_ICON) for window 8388629
00:00:20.525 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f0cbb0 (res 0x60b5d7f0cf80)
00:00:20.525 [DEBUG] [wlr] [xwayland/xwm.c:1752] New xwayland surface: 0x60b5d7f0cbb0
00:00:20.525 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7f0c730 updated CSD to 0
00:00:20.525 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8388629
00:00:20.525 [DEBUG] [sway/desktop/tearing.c:47] New presentation hint 0 received for surface 0x60b5d7f0cbb0
00:00:20.572 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46979
00:00:20.572 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:20.572 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.572 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:20.572 [DEBUG] [sway/tree/view.c:483] for_window '[shell="xwayland"]' matches view 0x60b5d7f0c730, cmd: 'title_format "[X] %title"'
00:00:20.572 [INFO] [sway/commands.c:261] Handling command 'title_format "[X] %title"'
00:00:20.573 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.573 [DEBUG] [sway/tree/view.c:478] Checking criteria [class="VirtualBox Machine"]
00:00:20.573 [DEBUG] [sway/tree/view.c:483] for_window '[class="VirtualBox Machine"]' matches view 0x60b5d7f0c730, cmd: 'shortcuts_inhibitor enable'
00:00:20.573 [INFO] [sway/commands.c:261] Handling command 'shortcuts_inhibitor enable'
00:00:20.573 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:20.573 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7eaa580 committing with 6 instructions
00:00:20.574 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:20.575 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7eaa580 is ready
00:00:20.575 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7eaa580
00:00:20.599 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:20.599 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 349 (_NET_WM_STATE_ABOVE)
00:00:20.599 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 400 (_NET_WM_STATE_STAYS_ON_TOP)
00:00:20.600 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 350 (_NET_WM_STATE_BELOW)
00:00:20.600 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7ed2c60 updated CSD to 0
00:00:20.600 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 294 (XdndAware) for window 8388729
00:00:20.600 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 328 (_NET_WM_ICON_NAME) for window 8388729
00:00:20.600 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 334 (_NET_WM_ICON) for window 8388729
00:00:20.601 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f217f0 (res 0x60b5d7eaa670)
00:00:20.601 [DEBUG] [wlr] [xwayland/xwm.c:1752] New xwayland surface: 0x60b5d7f217f0
00:00:20.601 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7ed2c60 updated CSD to 0
00:00:20.601 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8388729
00:00:20.601 [DEBUG] [sway/desktop/tearing.c:47] New presentation hint 0 received for surface 0x60b5d7f217f0
00:00:20.602 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388729
00:00:20.603 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46979
00:00:20.603 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:20.603 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.603 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:20.603 [DEBUG] [sway/tree/view.c:483] for_window '[shell="xwayland"]' matches view 0x60b5d7ee3e20, cmd: 'title_format "[X] %title"'
00:00:20.603 [INFO] [sway/commands.c:261] Handling command 'title_format "[X] %title"'
00:00:20.603 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.604 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:20.604 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1aad0 committing with 7 instructions
00:00:20.604 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:20.605 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46979
00:00:20.605 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:20.605 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.605 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:20.605 [DEBUG] [sway/tree/view.c:483] for_window '[shell="xwayland"]' matches view 0x60b5d7ee1050, cmd: 'title_format "[X] %title"'
00:00:20.605 [INFO] [sway/commands.c:261] Handling command 'title_format "[X] %title"'
00:00:20.605 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.605 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:20.605 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7f1aad0 is ready
00:00:20.605 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1aad0
00:00:20.605 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1b3e0 committing with 8 instructions
00:00:20.605 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:20.606 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7f1b3e0 is ready
00:00:20.606 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1b3e0
00:00:20.621 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46979
00:00:20.621 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:20.621 [DEBUG] [sway/ipc-server.c:326] Sending window::floating event
00:00:20.621 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.621 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:20.621 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:20.621 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf756a60 horizontally
00:00:20.621 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:20.621 [DEBUG] [sway/tree/view.c:483] for_window '[shell="xwayland"]' matches view 0x60b5d7ed2c60, cmd: 'title_format "[X] %title"'
00:00:20.621 [INFO] [sway/commands.c:261] Handling command 'title_format "[X] %title"'
00:00:20.621 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.621 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:20.621 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f0c3f0 committing with 9 instructions
00:00:20.622 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388729
00:00:20.622 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:20.622 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7f0c3f0 is ready
00:00:20.622 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f0c3f0
00:00:20.622 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ec6da0 committing with 2 instructions
00:00:20.622 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ec6da0
00:00:20.638 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:00:20.639 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:20.639 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:20.639 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf7570a0 horizontally
00:00:20.639 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f29d40 committing with 9 instructions
00:00:20.639 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f29d40
00:00:20.639 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 681, value 8388616
00:00:20.639 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 682, value 8388616
00:00:20.639 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 684, value 8388616
00:00:20.639 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 685, value 8388616
00:00:20.640 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:00:20.640 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:20.640 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:20.640 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf7570a0 horizontally
00:00:20.640 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f26190 committing with 8 instructions
00:00:20.640 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f26190
00:00:20.641 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 689, value 8388623
00:00:20.641 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 690, value 8388623
00:00:20.641 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 692, value 8388623
00:00:20.641 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 693, value 8388623
00:00:20.862 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:20.862 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:20.862 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:00:20.862 [DEBUG] [sway/tree/view.c:478] Checking criteria [class="VirtualBox Machine"]
00:00:20.863 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:00:20.873 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:00:20.873 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:20.873 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:20.873 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:20.874 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf7570a0 horizontally
00:00:20.874 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7eab9c0 committing with 7 instructions
00:00:20.874 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7eab9c0
00:00:20.874 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:20.874 [ERROR] [wlr] [xwayland/xwm.c:1192] Failed to get window property
00:00:20.874 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:20.874 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 708, value 8388729
00:00:20.874 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 709, value 8388729
00:00:20.874 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 711, value 8388729
00:00:20.874 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 712, value 8388729
00:00:21.174 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:31.175 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:32.590 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:32.590 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 440 (WM_LOCALE_NAME) for window 10485761
00:00:32.590 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 382 (WM_CLIENT_LEADER) for window 10485761
00:00:33.047 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388629
00:00:33.047 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:33.162 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388629
00:00:33.807 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token 'a990ce1cd51915680f3a7b1c930e30dc' has expired
00:00:35.335 [DEBUG] [sway/commands/bind.c:618] running command for binding: kill
00:00:35.335 [INFO] [sway/commands.c:261] Handling command 'kill'
00:00:35.417 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:00:35.417 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 349 (_NET_WM_STATE_ABOVE)
00:00:35.417 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 400 (_NET_WM_STATE_STAYS_ON_TOP)
00:00:35.417 [DEBUG] [wlr] [xwayland/xwm.c:1384] Unhandled NET_WM_STATE property change 350 (_NET_WM_STATE_BELOW)
00:00:35.417 [DEBUG] [sway/tree/view.c:432] View 0x60b5d4ed2c90 updated CSD to 0
00:00:35.417 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 294 (XdndAware) for window 8392027
00:00:35.418 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 328 (_NET_WM_ICON_NAME) for window 8392027
00:00:35.418 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 334 (_NET_WM_ICON) for window 8392027
00:00:35.425 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:00:35.425 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f68a30 (res 0x60b5d7edac20)
00:00:35.425 [DEBUG] [wlr] [xwayland/xwm.c:1752] New xwayland surface: 0x60b5d7f68a30
00:00:35.425 [DEBUG] [sway/tree/view.c:432] View 0x60b5d4ed2c90 updated CSD to 0
00:00:35.425 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8392027
00:00:35.426 [DEBUG] [sway/desktop/tearing.c:47] New presentation hint 0 received for surface 0x60b5d7f68a30
00:00:35.426 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:35.427 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:35.427 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:00:35.427 [DEBUG] [sway/tree/view.c:478] Checking criteria [class="VirtualBox Machine"]
00:00:35.427 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:00:35.464 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:00:35.465 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:00:35.465 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:00:35.465 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:00:35.465 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 46979
00:00:35.465 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:35.465 [DEBUG] [sway/ipc-server.c:326] Sending window::floating event
00:00:35.465 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:35.465 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:35.466 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:35.466 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf756a60 horizontally
00:00:35.466 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:00:35.466 [DEBUG] [sway/tree/view.c:483] for_window '[shell="xwayland"]' matches view 0x60b5d4ed2c90, cmd: 'title_format "[X] %title"'
00:00:35.466 [INFO] [sway/commands.c:261] Handling command 'title_format "[X] %title"'
00:00:35.466 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:35.466 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:35.466 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f2b930 committing with 7 instructions
00:00:35.466 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:35.467 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7f2b930 is ready
00:00:35.467 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f2b930
00:00:35.467 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d4ed2ff0 committing with 1 instructions
00:00:35.467 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d4ed2ff0
00:00:35.469 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:00:35.469 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f2a400 committing with 1 instructions
00:00:35.469 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f2a400
00:00:35.537 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '104f9dc36ca545318d0ac2459e736b1f' has expired
00:00:38.558 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token 'ac694cfafcc1f01701c12cfcc0a58c63' has expired
00:00:38.769 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:39.143 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:46.563 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:00:48.596 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec grim -g "$(slurp)" - | swappy -f -
00:00:48.596 [INFO] [sway/commands.c:261] Handling command 'exec grim -g "$(slurp)" - | swappy -f -'
00:00:48.596 [DEBUG] [sway/commands/exec_always.c:57] Executing grim -g "$(slurp)" - | swappy -f -
00:00:48.601 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 47118
00:00:48.601 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 47118
00:00:48.607 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f65670 (res 0x60b5d51fb2a0)
00:00:48.607 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d7d641c0 (res 0x60b5d7f2b930)
00:00:48.607 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace selection layer 3 anchor 0 size 0x0 margin 0,0,0,0,
00:00:48.607 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f23800 (res 0x60b5d7f23bd0)
00:00:48.607 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d7f23c60 (res 0x60b5d7f23d80)
00:00:48.607 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace selection layer 3 anchor 0 size 0x0 margin 0,0,0,0,
00:00:48.620 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f33ee0 (res 0x60b5d7f342b0)
00:00:48.620 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f34340 (res 0x60b5d7f3f8b0)
00:00:48.627 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f3ebd0 (res 0x60b5d7f3efa0)
00:00:48.627 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:48.643 [DEBUG] [wlr] [render/vulkan/renderer.c:324] Created new vk staging buffer of size 29491200
00:00:54.763 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:54.763 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f2bae0 committing with 3 instructions
00:00:54.764 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f2bae0
00:00:54.765 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:54.765 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d6d7b500 committing with 3 instructions
00:00:54.765 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d6d7b500
00:00:54.766 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:54.768 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:54.768 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 2560x1440 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=4 (0x0200000020867B04)
00:00:54.768 [DEBUG] [wlr] [types/output/render.c:146] Disabling direct scan-out on output 'DP-2' (locks: 1)
00:00:54.777 [DEBUG] [wlr] [render/vulkan/renderer.c:872] vulkan create_render_buffer: XR24, 2560x1440
00:00:54.807 [DEBUG] [wlr] [types/output/render.c:146] Enabling direct scan-out on output 'DP-2' (locks: 0)
00:00:55.034 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f65670 (res 0x60b5d7cce610)
00:00:55.034 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x60b5d7f3e0d0 (res 0x60b5d7f245e0)
00:00:55.034 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:55.034 [DEBUG] [wlr] [types/wlr_server_decoration.c:104] new server_decoration 0x60b5d7f3d610 (res 0x60b5d7f1ae20)
00:00:55.041 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:00:55.041 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7f3e250 updated CSD to 1
00:00:55.041 [DEBUG] [sway/ipc-server.c:326] Sending window::floating event
00:00:55.041 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:00:55.041 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:00:55.041 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:00:55.041 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf756ac0 horizontally
00:00:55.041 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:00:55.041 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f449c0 committing with 8 instructions
00:00:55.042 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:00:55.042 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:55.043 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7f449c0 is ready
00:00:55.043 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f449c0
00:00:55.043 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f44a00 committing with 1 instructions
00:00:55.043 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f44a00
00:00:55.323 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:00:58.550 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1c7b0 committing with 1 instructions
00:00:58.550 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1c7b0
00:00:58.685 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f2bae0 committing with 1 instructions
00:00:58.685 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f2bae0
00:01:00.910 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1cc50 committing with 1 instructions
00:01:00.910 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1cc50
00:01:02.082 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f447a0 committing with 1 instructions
00:01:02.082 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f447a0
00:01:06.853 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f44eb0 committing with 1 instructions
00:01:06.854 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f44eb0
00:01:08.800 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:01:08.801 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:08.801 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:01:08.801 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:01:08.801 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf756ec0 horizontally
00:01:08.801 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1ff00 committing with 8 instructions
00:01:08.801 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1ff00
00:01:09.227 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:09.227 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f67570 committing with 5 instructions
00:01:09.227 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f67570
00:01:09.227 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:09.228 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:09.228 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:09.228 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1ff00 committing with 5 instructions
00:01:09.228 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1ff00
00:01:09.228 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:09.228 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:09.228 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1ff00 committing with 1 instructions
00:01:09.228 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1ff00
00:01:09.643 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:09.666 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:09.667 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ed31d0 committing with 5 instructions
00:01:09.667 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ed31d0
00:01:09.667 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:09.667 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:09.667 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:09.667 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f3afe0 committing with 5 instructions
00:01:09.667 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f3afe0
00:01:09.667 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:09.667 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:09.667 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f3f900 committing with 1 instructions
00:01:09.667 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f3f900
00:01:10.190 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:10.836 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f245e0 committing with 1 instructions
00:01:10.836 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f245e0
00:01:10.836 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:10.836 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ee3d30 committing with 1 instructions
00:01:10.836 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ee3d30
00:01:11.621 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7dcaba0 committing with 1 instructions
00:01:11.621 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7dcaba0
00:01:12.485 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:12.486 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:12.486 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f23de0 committing with 5 instructions
00:01:12.486 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f23de0
00:01:12.486 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:12.486 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:12.486 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:12.486 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f28010 committing with 5 instructions
00:01:12.486 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f28010
00:01:12.486 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:12.486 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:12.486 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f28010 committing with 1 instructions
00:01:12.486 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f28010
00:01:14.732 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:15.349 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:15.373 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:15.373 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d4ed3090 committing with 5 instructions
00:01:15.373 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d4ed3090
00:01:15.373 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:15.373 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:15.373 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:15.373 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f0a930 committing with 5 instructions
00:01:15.373 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f0a930
00:01:15.373 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:15.373 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:15.373 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f0a930 committing with 1 instructions
00:01:15.373 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f0a930
00:01:15.668 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:16.901 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:16.901 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ed31d0 committing with 5 instructions
00:01:16.901 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ed31d0
00:01:16.901 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:16.901 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:16.901 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:16.901 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1d0f0 committing with 5 instructions
00:01:16.901 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1d0f0
00:01:16.901 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:16.901 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:16.901 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1d0f0 committing with 1 instructions
00:01:16.901 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1d0f0
00:01:19.383 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:21.624 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:21.627 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:21.627 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7eaba40 committing with 5 instructions
00:01:21.627 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7eaba40
00:01:21.627 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:21.627 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:21.627 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:21.627 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d4e651c0 committing with 5 instructions
00:01:21.627 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d4e651c0
00:01:21.627 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:21.627 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:21.627 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d4e651c0 committing with 1 instructions
00:01:21.627 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d4e651c0
00:01:28.220 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:28.854 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec grim -g "$(slurp)" - | swappy -f -
00:01:28.854 [INFO] [sway/commands.c:261] Handling command 'exec grim -g "$(slurp)" - | swappy -f -'
00:01:28.854 [DEBUG] [sway/commands/exec_always.c:57] Executing grim -g "$(slurp)" - | swappy -f -
00:01:28.859 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 47177
00:01:28.859 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 47177
00:01:28.863 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f65670 (res 0x60b5d6b31ad0)
00:01:28.863 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d7f3cee0 (res 0x60b5d7f1e050)
00:01:28.863 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace selection layer 3 anchor 0 size 0x0 margin 0,0,0,0,
00:01:28.863 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7ece3d0 (res 0x60b5d7f3e3d0)
00:01:28.863 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d7f3e460 (res 0x60b5d7f3ae30)
00:01:28.863 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace selection layer 3 anchor 0 size 0x0 margin 0,0,0,0,
00:01:28.877 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f50d80 (res 0x60b5d7f654d0)
00:01:28.877 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f207e0 (res 0x60b5d7f20bb0)
00:01:28.884 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f2a680 (res 0x60b5d7f2aa50)
00:01:28.884 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:28.884 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:35.738 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:35.738 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f3da70 committing with 3 instructions
00:01:35.738 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f3da70
00:01:35.740 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:35.740 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f3da70 committing with 3 instructions
00:01:35.740 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f3da70
00:01:35.741 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:35.742 [DEBUG] [wlr] [types/output/render.c:146] Disabling direct scan-out on output 'DP-2' (locks: 1)
00:01:35.773 [DEBUG] [wlr] [types/output/render.c:146] Enabling direct scan-out on output 'DP-2' (locks: 0)
00:01:35.914 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f65670 (res 0x60b5d7ea9660)
00:01:35.914 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x60b5d7f44c30 (res 0x60b5d7f3a970)
00:01:35.914 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:01:35.914 [DEBUG] [wlr] [types/wlr_server_decoration.c:104] new server_decoration 0x60b5d7f20660 (res 0x60b5d7f44910)
00:01:35.921 [DEBUG] [sway/ipc-server.c:326] Sending window::new event
00:01:35.921 [DEBUG] [sway/tree/view.c:432] View 0x60b5d7f5baa0 updated CSD to 1
00:01:35.921 [DEBUG] [sway/ipc-server.c:326] Sending window::floating event
00:01:35.921 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:01:35.921 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:01:35.921 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:01:35.921 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf756ac0 horizontally
00:01:35.921 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:35.921 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f61740 committing with 8 instructions
00:01:35.921 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:35.922 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7f61740 is ready
00:01:35.922 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f61740
00:01:35.923 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f08180 committing with 1 instructions
00:01:35.923 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f08180
00:01:36.351 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:36.919 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:36.919 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f43e80 committing with 5 instructions
00:01:36.919 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f43e80
00:01:36.919 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:36.919 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:36.919 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f15af0 committing with 5 instructions
00:01:36.919 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f15af0
00:01:36.919 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:36.920 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:36.921 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:36.921 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ece970 committing with 1 instructions
00:01:36.921 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ece970
00:01:38.777 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:38.777 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1e8b0 committing with 4 instructions
00:01:38.777 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1e8b0
00:01:38.777 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:38.778 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:39.308 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:39.308 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ed3050 committing with 4 instructions
00:01:39.308 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ed3050
00:01:39.309 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:40.360 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ebee00 committing with 1 instructions
00:01:40.360 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ebee00
00:01:40.360 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8392027
00:01:40.360 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ed31d0 committing with 1 instructions
00:01:40.360 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ed31d0
00:01:40.454 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:01:40.454 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:40.454 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:01:40.454 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:01:40.454 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf7570a0 horizontally
00:01:40.454 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f1fe80 committing with 8 instructions
00:01:40.454 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f1fe80
00:01:40.454 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:40.454 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:40.454 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8392027
00:01:40.454 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8392027
00:01:40.461 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:40.462 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:01:40.462 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:01:40.462 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:01:40.462 [DEBUG] [sway/tree/view.c:478] Checking criteria [class="VirtualBox Machine"]
00:01:40.462 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:01:40.734 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:40.734 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ed3050 committing with 5 instructions
00:01:40.734 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ed3050
00:01:40.735 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:41.035 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:41.167 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:41.167 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f2e690 committing with 5 instructions
00:01:41.167 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f2e690
00:01:41.167 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:41.168 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:01:41.262 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:43.923 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f347e0 committing with 1 instructions
00:01:43.923 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f347e0
00:01:47.254 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:01:47.254 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:01:47.254 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:01:47.254 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:01:47.254 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf756ec0 horizontally
00:01:47.254 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f0c3b0 committing with 7 instructions
00:01:47.254 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f0c3b0
00:01:47.555 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:51.880 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388629
00:01:51.880 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:51.999 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388629
00:01:53.411 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388629
00:01:53.411 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:53.509 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388629
00:01:54.609 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388629
00:01:54.609 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:01:54.728 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 8388629
00:02:01.077 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:01.079 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:01.079 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:02:01.079 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f186e0 committing with 6 instructions
00:02:01.079 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f186e0
00:02:01.079 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:02:01.082 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:01.096 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:01.184 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
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:02:01.722 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:02:01.722 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:02:02.013 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:02.995 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:03.079 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:03.312 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:03.367 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:04.376 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:04.383 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:05.079 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:05.429 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:06.259 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:02:06.259 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:02:06.259 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:02:06.259 [DEBUG] [sway/tree/view.c:478] Checking criteria [class="VirtualBox Machine"]
00:02:06.259 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:02:06.360 [DEBUG] [sway/ipc-server.c:326] Sending window::title event
00:02:06.360 [DEBUG] [sway/tree/view.c:478] Checking criteria [shell="xwayland"]
00:02:06.360 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:02:06.360 [DEBUG] [sway/tree/view.c:478] Checking criteria [class="VirtualBox Machine"]
00:02:06.360 [DEBUG] [sway/tree/view.c:480] Criteria already executed
00:02:06.369 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:02:06.369 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:02:06.369 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:02:06.369 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf7570a0 horizontally
00:02:06.369 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f18850 committing with 9 instructions
00:02:06.369 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f18850
00:02:06.370 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8388629
00:02:06.370 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 270 (WM_STATE) for window 8388629
00:02:06.429 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:07.365 [DEBUG] [sway/desktop/xwayland.c:793] New xwayland surface title='(null)' class='(null)'
00:02:07.365 [ERROR] [wlr] [xwayland/xwm.c:1633] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 1267, value 8401334
00:02:09.246 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:09.412 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:09.812 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:09.979 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:12.298 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:12.312 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:13.845 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:13.895 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:14.096 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:14.114 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:15.945 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:16.028 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:16.378 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:16.595 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:16.778 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:16.978 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:17.212 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:18.362 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:18.579 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:18.779 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:18.862 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:23.129 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:23.412 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:23.629 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:23.779 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:24.529 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:25.228 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:25.495 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:25.829 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:26.029 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:26.229 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:27.445 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:29.413 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:30.079 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:30.146 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:30.363 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:30.379 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:35.155 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:35.155 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:35.156 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:35.157 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:35.157 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:02:35.157 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7ee4210 committing with 6 instructions
00:02:35.157 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7ee4210
00:02:35.158 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:02:35.158 [DEBUG] [sway/input/text_input.c:289] Disabling text input, but no longer focused
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:02:35.164 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:02:35.164 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:02:35.165 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:02:35.165 [INFO] [sway/input/text_input.c:263] Inactive text input tried to commit an update
00:02:36.044 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:36.052 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:36.052 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:02:36.052 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7db0e00 committing with 6 instructions
00:02:36.052 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7db0e00
00:02:36.053 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: FocusOut (10)
00:02:36.054 [DEBUG] [sway/input/text_input.c:266] 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:02:37.199 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:02:37.199 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:02:37.212 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:37.280 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:37.446 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:37.463 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:39.646 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:39.762 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:40.413 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:40.429 [DEBUG] [sway/input/text_input.c:266] Text input committed update
00:02:42.273 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:42.273 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:42.274 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:42.287 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:42.287 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:02:42.287 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7d6c440 committing with 6 instructions
00:02:42.287 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7d6c440
00:02:42.288 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:02:42.288 [DEBUG] [sway/input/text_input.c:289] Disabling text input, but no longer focused
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
00:02:42.294 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus
00:02:42.294 [INFO] [sway/input/text_input.c:263] Inactive text input tried to commit an update
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
00:02:42.295 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:02:42.295 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:02:45.735 [DEBUG] [wlr] [xwayland/xwm.c:887] unhandled X11 property 336 (_NET_WM_USER_TIME) for window 6291477
00:02:45.976 [DEBUG] [sway/commands/bind.c:618] 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:02:45.976 [INFO] [sway/commands.c:261] 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:02:45.976 [DEBUG] [sway/commands/exec_always.c:57] 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:02:45.980 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 47501
00:02:45.980 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 47501
00:02:45.995 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x60b5d7f68a30 (res 0x60b5d7dad310)
00:02:45.995 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x60b5d6b32060 (res 0x60b5d7cfd500)
00:02:45.995 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace swaynag layer 2 anchor 0 size 0x0 margin 0,0,0,0,
00:02:45.996 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:02:45.996 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1376@0,64
00:02:45.996 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 310.000000
00:02:45.996 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf756b50 horizontally
00:02:45.996 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7cc67c0 committing with 4 instructions
00:02:45.997 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x60b5d7cc67c0 is ready
00:02:45.997 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7cc67c0
00:02:46.891 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:47.560 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
00:02:48.009 [DEBUG] [sway/ipc-server.c:196] New client: fd 160
00:02:48.009 [INFO] [sway/commands.c:261] Handling command 'exit'
00:02:48.009 [INFO] [sway/main.c:376] Shutting down sway
00:02:48.009 [DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:02:48.009 [DEBUG] [sway/ipc-server.c:326] Sending window::focus event
00:02:48.009 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1376@0,64
00:02:48.009 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 310.000000
00:02:48.010 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf7572c0 horizontally
00:02:48.010 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d7f269b0 committing with 5 instructions
00:02:48.010 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x60b5d7f269b0
(EE) failed to read Wayland events: Broken pipe
00:02:48.010 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:02:48.010 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:02:48.010 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:02:48.010 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffdbf757140 horizontally
00:02:48.010 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x60b5d5328150 committing with 3 instructions
00:02:48.010 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:02:48.010 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1080x1920@0,0
00:02:48.010 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '5' at 2570.000000, 10.000000
00:02:48.010 [DEBUG] [sway/tree/arrange.c:155] Arranging 0x7ffdbf757140 vertically
Gdk-Message: 04:15:04.227: Error flushing display: 파이프가 깨어짐
00:02:48.010 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:0:wlr_virtual_keyboard_v1'
00:02:48.010 [DEBUG] [sway/input/seat.c:969] removing device 0:0:wlr_virtual_keyboard_v1 from seat seat0
00:02:48.010 [DEBUG] [sway/ipc-server.c:499] Sending input event
I2024-11-02 04:15:04.228066 waylandmodule.cpp:360] Connection removed 00:02:48.011
[DEBUG] [sway/ipc-server.c:326] Sending window::close event
00:02:48.011 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1408@0,32
00:02:48.011 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 278.000000
00:02:48.011 [DEBUG] [sway/ipc-server.c:326] Sending window::close eventGdk-Message: 04:15:04.227: Error reading events from display: 파이프가 깨어짐
00:02:48.011 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1080x1920@0,0
00:02:48.011 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '5' at 2570.000000, 10.000000
00:02:48.011 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:02:48.011 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 2560x1440@0,0
00:02:48.011 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 10.000000, 246.000000
00:02:48.011 [DEBUG] [sway/input/input-manager.c:208] removing device: '13652:62862:Compx_VXE_Mouse_1K_Dongle'
00:02:48.011 [DEBUG] [sway/input/seat.c:969] removing device 13652:62862:Compx_VXE_Mouse_1K_Dongle from seat seat0
00:02:48.011 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.011 [DEBUG] [sway/input/input-manager.c:208] removing device: '13652:62862:Compx_VXE_Mouse_1K_Dongle_System_Control'
00:02:48.011 [DEBUG] [sway/input/seat.c:969] removing device 13652:62862:Compx_VXE_Mouse_1K_Dongle_System_Control from seat seat0
00:02:48.011 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 13652:62862:Compx_VXE_Mouse_1K_Dongle_System_Control from group 0x60b5d50430b0
00:02:48.011 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.011 [DEBUG] [sway/input/input-manager.c:208] removing device: '13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control'
00:02:48.011 [DEBUG] [sway/input/seat.c:969] removing device 13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control from seat seat0
00:02:48.011 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control from group 0x60b5d50430b0
00:02:48.011 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.011 [DEBUG] [sway/input/input-manager.c:208] removing device: '13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 13652:62862:Compx_VXE_Mouse_1K_Dongle_Consumer_Control from seat seat0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.012 [DEBUG] [sway/input/input-manager.c:208] removing device: '13652:62862:Compx_VXE_Mouse_1K_Dongle'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 13652:62862:Compx_VXE_Mouse_1K_Dongle from seat seat0
00:02:48.012 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 13652:62862:Compx_VXE_Mouse_1K_Dongle from group 0x60b5d50430b0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.012 [DEBUG] [sway/input/input-manager.c:208] removing device: '9610:268:BY_Tech_Gaming_Keyboard_System_Control'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 9610:268:BY_Tech_Gaming_Keyboard_System_Control from seat seat0
00:02:48.012 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 9610:268:BY_Tech_Gaming_Keyboard_System_Control from group 0x60b5d50430b0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
Gdk-Message: 04:15:04.229: Error reading events from display: 파이프가 깨어짐
00:02:48.012 [DEBUG] [sway/input/input-manager.c:208] removing device: '9610:268:BY_Tech_Gaming_Keyboard_Mouse'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 9610:268:BY_Tech_Gaming_Keyboard_Mouse from seat seat0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.012 [DEBUG] [sway/input/input-manager.c:208] removing device: '9610:268:BY_Tech_Gaming_Keyboard'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 9610:268:BY_Tech_Gaming_Keyboard from seat seat0
00:02:48.012 [DEBUG] Gdk-Message: 04:15:04.229: Lost connection to Wayland compositor.
[sway/input/keyboard.c:801] Removing keyboard 9610:268:BY_Tech_Gaming_Keyboard from group 0x60b5d50430b0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.012 [DEBUG] [sway/input/input-manager.c:208] removing device: '9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control from seat seat0
00:02:48.012 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control from group 0x60b5d50430b0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
Gdk-Message: 04:15:04.229: Error reading events from display: 파이프가 깨어짐
00:02:48.012 [DEBUG] [sway/input/input-manager.c:208] removing device: '9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 9610:268:BY_Tech_Gaming_Keyboard_Consumer_Control from seat seat0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.012 [DEBUG] [sway/input/input-manager.c:208] removing device: '9610:268:BY_Tech_Gaming_Keyboard'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 9610:268:BY_Tech_Gaming_Keyboard from seat seat0
00:02:48.012 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 9610:268:BY_Tech_Gaming_Keyboard from group 0x60b5d50430b0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.012 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:0:DP-3'
00:02:48.012 [DEBUG] [sway/input/seat.c:969] removing device 0:0:DP-3 from seat seat0
00:02:48.012 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:0:DP-3 from group 0x60b5d50430b0
00:02:48.012 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.013 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:0:DP-3'
00:02:48.013 [DEBUG] [sway/input/seat.c:969] removing device 0:0:DP-3 from seat seat0
00:02:48.013 [DEBUG] [sway/ipc-server.c:499] Sending input event
00:02:48.013 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:1:Power_Button'
00:02:48.013 [DEBUG] [sway/input/seat.c:969] removing device 0:1:Power_Button from seat seat0
00:02:48.013 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x60b5d50430b0
I00:02:48.013 2024-11-02 04:15:04.230244[DEBUG] [sway/ipc-server.c:499] Sending input eventaddonmanager.cpp
:308] Unloading addon hangul
I2024-11-02 04:15:04.230327 addonmanager.cpp:308] Unloading addon notifications
I00:02:48.013 2024-11-02 04:15:04.230371[DEBUG] [sway/input/input-manager.c:208] removing device: '0:6:Video_Bus'addonmanager.cpp
:00:02:48.013 308[DEBUG] ] [sway/input/seat.c:969] removing device 0:6:Video_Bus from seat seat0Unloading addon
notificationitem00:02:48.013
[DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x60b5d50430b0
00:02:48.013 [DEBUG] [sway/ipc-server.c:499] Sending input event
I2024-11-02 04:15:04.230483 addonmanager.cpp:308] Unloading addon classicui
00:02:48.013 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:1:Power_Button'
00:02:48.013 [DEBUG] [sway/input/seat.c:969] removing device 0:1:Power_Button from seat seat0
00:02:48.013 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x60b5d50430b0
00:02:48.013 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x60b5d50430b0
00:02:48.013 [DEBUG] [sway/ipc-server.c:499] Sending input event
I2024-11-02 04:15:04.231012 addonmanager.cpp:308] Unloading addon virtualkeyboard
I2024-11-02 04:15:04.231049 addonmanager.cpp:308] Unloading addon kimpanel
I2024-11-02 04:15:04.231079 addonmanager.cpp:308] Unloading addon fcitx4frontend
I2024-11-02 04:15:04.231177 addonmanager.cpp:308] Unloading addon dbusfrontend
I2024-11-02 04:15:04.231224 addonmanager.cpp:308] Unloading addon xim
00:02:48.015 [DEBUG] [sway/tree/output.c:290] Disabling output 'DP-2'
00:02:48.016 [DEBUG] [sway/tree/workspace.c:162] Destroying workspace '1'
00:02:48.016 [DEBUG] [sway/ipc-server.c:300] Sending workspace::empty event
00:02:48.016 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:48.016 [DEBUG] [sway/tree/output.c:304] Destroying output 'DP-2'
00:02:48.016 [DEBUG] [sway/tree/output.c:290] Disabling output 'DP-3'
00:02:48.016 [DEBUG] [sway/tree/workspace.c:162] Destroying workspace '5'
00:02:48.016 [DEBUG] [sway/ipc-server.c:300] Sending workspace::empty event
00:02:48.016 [DEBUG] [sway/tree/output.c:304] Destroying output 'DP-3'
00:02:48.016 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:103] Destroying wlr_drm_lease_device_v1 for /dev/dri/card1
I2024-11-02 04:15:04.236579 addonmanager.cpp:308] Unloading addon ibusfrontend
W2024-11-02 04:15:04.236620 xcbeventreader.cpp:51] XCB connection ":1" got error: 1
I2024-11-02 04:15:04.237902 addonmanager.cpp:308] Unloading addon dbus
I2024-11-02 04:15:04.237967 addonmanager.cpp:308] Unloading addon unicode
I2024-11-02 04:15:04.238001 addonmanager.cpp:308] Unloading addon waylandim
I2024-11-02 04:15:04.238032 addonmanager.cpp:308] Unloading addon clipboard
I2024-11-02 04:15:04.238073 addonmanager.cpp:308] Unloading addon keyboard
I2024-11-02 04:15:04.238207 addonmanager.cpp:308] Unloading addon imselector
I2024-11-02 04:15:04.238249 addonmanager.cpp:308] Unloading addon quickphrase
I2024-11-02 04:15:04.238445 addonmanager.cpp:308] Unloading addon xcb
I2024-11-02 04:15:04.238608 addonmanager.cpp:308] Unloading addon wayland
04:15:04.268 ERROR wezterm_gui > running message loop: Error while flushing display: Broken pipe (os error 32); terminating
warning: queue 0x5f989a401ec0 destroyed while proxies still attached:
wl_buffer#108 still attached
wl_buffer#110 still attached
wl_shm_pool#113 still attached
wl_surface#70 still attached
wl_buffer#53 still attached
wl_shm_pool#55 still attached
wl_buffer#57 still attached
wl_shm_pool#58 still attached
xdg_wm_base#23 still attached
wl_surface#22 still attached
wl_data_device#19 still attached
wl_pointer#17 still attached
zwp_text_input_v3#16 still attached
wl_keyboard#15 still attached
zwp_primary_selection_device_v1#14 still attached
zwp_primary_selection_device_manager_v1#3 still attached
wl_data_device#13 still attached
wl_output#12 still attached
wl_output#11 still attached
wl_seat#10 still attached
zwp_text_input_manager_v3#9 still attached
zxdg_decoration_manager_v1#8 still attached
wl_data_device_manager#7 still attached
wl_subcompositor#6 still attached
wl_compositor#5 still attached
wl_shm#4 still attached
wl_registry#2 still attached
00:02:48.323 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:683] Destroying wlr_drm_lease_v1_manager
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 160 disconnected
00:02:48.324 [INFO] 00:00:00.314 [ERROR] [sway/ipc-server.c:570] IPC Client 124 disconnected[common/ipc-client.c:86] Unable to receive IPC response
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 122 disconnected
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 120 disconnected
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 118 disconnected
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 116 disconnected
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 114 disconnected
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 112 disconnected
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 110 disconnected
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 108 disconnected
00:02:48.324 [INFO] [sway/ipc-server.c:570] IPC Client 106 disconnected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment