Skip to content

Instantly share code, notes, and snippets.

@CoderPuppy
Created December 7, 2024 16:16
Show Gist options
  • Select an option

  • Save CoderPuppy/9bf2fb3641bd2efd573105150150f771 to your computer and use it in GitHub Desktop.

Select an option

Save CoderPuppy/9bf2fb3641bd2efd573105150150f771 to your computer and use it in GitHub Desktop.
Sway issue 2024-12-07: Lost all input devices
set $HOME /home/cpup
set $GUIX $HOME/.guix-profile
output eDP-1 {
mode 2880x1800@60Hz
scale 1.5
pos 1920 0
}
output "Hewlett Packard HP LP2475w CNC0510PV3" {
mode 1920x1200@60Hz
scale 1
pos 0 0
}
workspace 99:C output eDP-1
workspace 10:A output HDMI-A-1
workspace 11:I output HDMI-A-1
workspace 12:T output HDMI-A-1
workspace 20:1 output eDP-1
workspace 21:2 output HDMI-A-1
workspace 22:3 output HDMI-A-1
workspace 23:4 output HDMI-A-1
workspace 24:5 output HDMI-A-1
workspace 25:6 output HDMI-A-1
workspace 26:7 output HDMI-A-1
workspace 27:8 output HDMI-A-1
workspace 28:9 output eDP-1
workspace 29:0 output HDMI-A-1
focus_follows_mouse no
workspace_auto_back_and_forth yes
workspace_layout tabbed
# exec mako
# exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
exec dunst -config $HOME/.config/i3/dunstrc
exec wlsunset -l 43.1 -L -77.5
exec swayidle -w \
before-sleep '$HOME/.files/bin/lock' \
lock '$HOME/.files/bin/lock'
# for_window [class="Google\-chrome" instance="crx"] floating enable
# for_window [window_role="pop-up"] floating enable
for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
font pango: Source Code Pro 8
# use Mouse+Super to drag floating windows to their wanted position
floating_modifier Super
workspace_layout tabbed
show_marks yes
bar {
status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
strip_workspace_numbers yes
separator_symbol " "
position top
# font pango:Misc Stlarch 11px
font pango:Fira Code 11px
tray_output eDP-1
colors {
background #1f1f1f
statusline #c0b18b
focused_workspace #af865a #1f1f1f #af865a
inactive_workspace #1f1f1f #1f1f1f #c0b18b
urgent_workspace #d17b49 #1f1f1f #d17b49
}
}
# class title border background text indicator client border
client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
bindsym Super+Shift+q kill
bindsym Super+Space floating toggle
bindsym Super+f fullscreen
bindsym Super+Tab workspace next_on_output
bindsym Super+Shift+Tab workspace prev_on_output
bindsym Super+j focus left
bindsym Super+k focus down
bindsym Super+l focus up
bindsym Super+semicolon focus right
bindsym Super+Shift+j move left
bindsym Super+Shift+k move down
bindsym Super+Shift+l move up
bindsym Super+Shift+semicolon move right
bindsym Super+Shift+v focus parent
bindsym Alt+Tab focus right
bindsym Alt+Shift+Tab focus left
bindsym Super+1 workspace 20:1
bindsym Super+2 workspace 21:2
bindsym Super+3 workspace 22:3
bindsym Super+4 workspace 23:4
bindsym Super+5 workspace 24:5
bindsym Super+6 workspace 25:6
bindsym Super+7 workspace 26:7
bindsym Super+8 workspace 27:8
bindsym Super+9 workspace 28:9
bindsym Super+0 workspace 29:0
bindsym Super+Shift+1 move container to workspace 20:1
bindsym Super+Shift+2 move container to workspace 21:2
bindsym Super+Shift+3 move container to workspace 22:3
bindsym Super+Shift+4 move container to workspace 23:4
bindsym Super+Shift+5 move container to workspace 24:5
bindsym Super+Shift+6 move container to workspace 25:6
bindsym Super+Shift+7 move container to workspace 26:7
bindsym Super+Shift+8 move container to workspace 27:8
bindsym Super+Shift+9 move container to workspace 28:9
bindsym Super+Shift+0 move container to workspace 29:0
bindsym Super+a workspace 10:A
bindsym Super+w workspace 11:I
bindsym Super+e workspace 12:T
bindsym Super+c workspace 99:C
bindsym Super+Shift+a move container to workspace 10:A
bindsym Super+Shift+w move container to workspace 11:I
bindsym Super+Shift+e move container to workspace 12:T
bindsym Super+Shift+c move container to workspace 99:C
bindsym Super+backslash split vertical
bindsym Super+Shift+backslash split horizontal
bindsym Super+Down move to scratchpad
bindsym Super+Up scratchpad show
bindsym Super+grave [con_mark="dropin"] scratchpad show
bindsym Super+Ctrl+Alt+grave mark --add dropin
bindsym Super+n reload
#
# wm independent hotkeys
#
bindsym Super+q exec $HOME/.files/bin/exit-menu
bindsym Super+Return exec sh -c "cd $HOME; kitty"
# bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
# bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
bindsym Super+d exec wofi --show drun
bindsym Super+Shift+d exec wofi --show run
bindsym Print exec $HOME/.files/bin/screenshot whole
bindsym Super+Print exec $HOME/.files/bin/screenshot sel
bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
bindsym XF86AudioMute exec $HOME/.files/bin/volume m
# bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
# bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
bindsym XF86Sleep exec sh -c "$HOME/.files/bin/lock &; systemctl suspend; wait"
bindsym Control+space exec dunstctl close
bindsym Control+Shift+space exec dunstctl close-all
bindsym Control+Alt+space exec dunstctl history-pop
bindsym Control+Shift+period exec dunstctl context
input * xkb_options ctrl:nocaps
# input 1:1:AT_Translated_Set_2_keyboard {
# xkb_layout us
# xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
# }
#
# input 2:7:SynPS/2_Synaptics_TouchPad {
# pointer_accel 0.5
# tap enabled
# }
input 2:10:TPPS/2_Elan_TrackPoint {
pointer_accel 0.01
}
This file has been truncated, but you can view the full file.
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.003 [INFO] [sway/main.c:81] Linux cpup-twinthun 6.12.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 22 Nov 2024 16:04:27 +0000 x86_64 GNU/Linux
00:00:00.003 [INFO] [sway/main.c:97] Contents of /etc/os-release:
00:00:00.003 [INFO] [sway/main.c:81] NAME="Arch Linux"
00:00:00.003 [INFO] [sway/main.c:81] PRETTY_NAME="Arch Linux"
00:00:00.003 [INFO] [sway/main.c:81] ID=arch
00:00:00.003 [INFO] [sway/main.c:81] BUILD_ID=rolling
00:00:00.003 [INFO] [sway/main.c:81] ANSI_COLOR="38;2;23;147;209"
00:00:00.003 [INFO] [sway/main.c:81] HOME_URL="https://archlinux.org/"
00:00:00.003 [INFO] [sway/main.c:81] DOCUMENTATION_URL="https://wiki.archlinux.org/"
00:00:00.003 [INFO] [sway/main.c:81] SUPPORT_URL="https://bbs.archlinux.org/"
00:00:00.003 [INFO] [sway/main.c:81] BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
00:00:00.003 [INFO] [sway/main.c:81] PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
00:00:00.003 [INFO] [sway/main.c:81] LOGO=archlinux-logo
00:00:00.003 [INFO] [sway/main.c:69] LD_LIBRARY_PATH=
00:00:00.003 [INFO] [sway/main.c:69] LD_PRELOAD=
00:00:00.003 [INFO] [sway/main.c:69] PATH=/home/cpup/.cargo/bin:/home/cpup/.rbenv/shims:/home/cpup/.rbenv/bin:/home/cpup/.pyenv/shims:/home/cpup/.pyenv/bin:/home/cpup/.ooc/bin:/home/cpup/.nodenv/shims:/home/cpup/.nodenv/bin:/home/cpup/.luaenv/shims:/home/cpup/.luaenv/bin:/home/cpup/.cabal/bin:/home/cpup/.config/guix/current/bin:/home/cpup/.guix-profile/bin:/home/cpup/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/cpup/.dotnet/tools/:/home/cpup/code/go/bin:/home/cpup/.gem:/home/cpup/.gem/ruby/2.3.0/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
00:00:00.003 [INFO] [sway/main.c:69] SWAYSOCK=
00:00:00.003 [INFO] [sway/main.c:332] Starting sway version 1.10
00:00:00.003 [DEBUG] [sway/server.c:218] Initializing Wayland server
00:00:00.004 [INFO] [wlr] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.004 [INFO] [wlr] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.006 [INFO] [wlr] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.006 [INFO] [wlr] [backend/session/session.c:108] Successfully loaded libseat session
00:00:00.014 [INFO] [wlr] [backend/backend.c:256] Found 1 GPUs
00:00:00.014 [INFO] [wlr] [backend/drm/backend.c:185] Initializing DRM backend for /dev/dri/card1 (amdgpu)
00:00:00.014 [DEBUG] [wlr] [backend/drm/drm.c:111] Using atomic DRM interface
00:00:00.014 [DEBUG] [wlr] [backend/drm/drm.c:131] ADDFB2 modifiers supported
00:00:00.014 [INFO] [wlr] [backend/drm/drm.c:310] Found 4 DRM CRTCs
00:00:00.014 [INFO] [wlr] [backend/drm/drm.c:268] Found 10 DRM planes
00:00:00.016 [INFO] [wlr] [render/egl.c:205] Supported EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_explicit_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
00:00:00.017 [DEBUG] [wlr] [render/egl.c:486] Using EGL device /dev/dri/card1
00:00:00.033 [INFO] [wlr] [render/egl.c:354] Using EGL 1.5
00:00:00.033 [INFO] [wlr] [render/egl.c:355] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_config_select_group EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_protected_surface EGL_EXT_query_reset_notification_strategy EGL_EXT_surface_compression EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_WL_bind_wayland_display
00:00:00.033 [INFO] [wlr] [render/egl.c:357] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node
00:00:00.033 [INFO] [wlr] [render/egl.c:359] EGL vendor: Mesa Project
00:00:00.033 [DEBUG] [wlr] [render/egl.c:120] Supported DMA-BUF formats:
00:00:00.033 [DEBUG] [wlr] [render/egl.c:169] AB4H (0x48344241)
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:169] XB4H (0x48344258)
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:169] AB48 (0x38344241)
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:169] XB48 (0x38344258)
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:169] AR30 (0x30335241)
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.034 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:169] XR30 (0x30335258)
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:169] AB30 (0x30334241)
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:169] XB30 (0x30334258)
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:169] AR24 (0x34325241)
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:169] AB24 (0x34324241)
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.035 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:169] XR24 (0x34325258)
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:169] XB24 (0x34324258)
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:169] AR15 (0x35315241)
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:169] AB15 (0x35314241)
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:169] AR12 (0x32315241)
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.036 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:169] AB12 (0x32314241)
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:169] RG16 (0x36314752)
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:169] R8 (0x20203852)
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:169] R16 (0x20363152)
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:169] GR88 (0x38385247)
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:169] GR32 (0x32335247)
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✓ render
00:00:00.037 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:169] YUV9 (0x39565559)
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:169] YU11 (0x31315559)
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:169] YU12 (0x32315559)
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:169] YU16 (0x36315559)
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:169] YU24 (0x34325559)
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:169] YVU9 (0x39555659)
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:169] YV11 (0x31315659)
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:169] YV12 (0x32315659)
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.038 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] YV16 (0x36315659)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] YV24 (0x34325659)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] NV12 (0x3231564E)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] NV21 (0x3132564E)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] P010 (0x30313050)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] P012 (0x32313050)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] P016 (0x36313050)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] P030 (0x30333050)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.039 [DEBUG] [wlr] [render/egl.c:169] NV16 (0x3631564E)
00:00:00.039 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:169] AYUV (0x56555941)
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:169] XYUV (0x56555958)
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:169] Y410 (0x30313459)
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:169] Y412 (0x32313459)
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:169] Y416 (0x36313459)
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:169] YUYV (0x56595559)
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.040 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] YVYU (0x55595659)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] UYVY (0x59565955)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] VYUY (0x59555956)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] Y210 (0x30313259)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] Y212 (0x32313259)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] Y216 (0x36313259)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:189] EGL DMA-BUF format modifiers supported
00:00:00.044 [DEBUG] [wlr] [render/egl.c:434] Obtained high priority context
00:00:00.044 [DEBUG] [wlr] [render/egl.c:535] Using EGL_PLATFORM_DEVICE_EXT
00:00:00.045 [INFO] [wlr] [render/gles2/renderer.c:538] Creating GLES2 renderer
00:00:00.045 [INFO] [wlr] [render/gles2/renderer.c:539] Using OpenGL ES 3.2 Mesa 24.2.7-arch1.1
00:00:00.045 [INFO] [wlr] [render/gles2/renderer.c:540] GL vendor: AMD
00:00:00.045 [INFO] [wlr] [render/gles2/renderer.c:541] GL renderer: AMD Radeon Graphics (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.59, 6.12.1-arch1-1)
00:00:00.045 [INFO] [wlr] [render/gles2/renderer.c:542] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_texture_storage GL_NV_pack_subimage GL_NV_texture_barrier GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_APPLE_sync GL_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_shadow_samplers GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_texture_filter_minmax GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_EXT_EGL_image_storage_compression GL_EXT_texture_storage_compression GL_MESA_bgra GL_MESA_texture_const_bandwidth
00:00:00.046 [DEBUG] [wlr] [render/gles2/renderer.c:597] GPU reset notifications are enabled
00:00:00.057 [DEBUG] [wlr] [render/allocator/allocator.c:105] Trying to create gbm allocator
00:00:00.064 [DEBUG] [wlr] [render/allocator/gbm.c:212] Created GBM allocator with backend drm
00:00:00.064 [DEBUG] [wlr] [render/allocator/gbm.c:215] Using DRM node /dev/dri/card1
00:00:00.064 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:637] Creating wlr_drm_lease_device_v1 for /dev/dri/card1
00:00:00.065 [INFO] [wlr] [backend/headless/backend.c:67] Creating headless backend
00:00:00.068 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:00:00.068 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:00:00.068 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:00:00.068 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:00:00.068 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 3:
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:00:00.068 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@120Hz
00:00:00.068 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@120Hz
00:00:00.068 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@120Hz
00:00:00.068 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@120Hz
00:00:00.068 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@120.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.068 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:00:00.068 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:00:00.068 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:00:00.068 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:00:00.068 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:00:00.068 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:00:00.068 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:00:00.068 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:00:00.068 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 8: }
00:00:00.068 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 9:
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:00:00.068 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:00:00.068 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:00:00.068 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:00:00.068 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:00:00.069 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:00:00.069 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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.069 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:00:00.069 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:00:00.069 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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.069 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:00:00.069 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:00:00.069 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:00:00.069 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 14: }
00:00:00.069 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 15:
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 20:
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 22:
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:00:00.069 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:00:00.069 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:00:00.070 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 32:
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:00:00.070 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:00:00.070 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:00:00.070 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 36:
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:00:00.070 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:00:00.070 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:00:00.070 [DEBUG] [sway/config.c:841] Deferring command `exec dunst -config $HOME/.config/i3/dunstrc'
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 40:
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:00:00.070 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:00:00.070 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:00:00.071 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:00:00.071 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:00:00.071 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:00:00.071 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:00:00.071 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:00:00.071 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:00:00.071 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:00:00.071 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:00:00.071 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:00:00.071 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:00:00.071 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:00:00.071 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:00:00.071 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:00:00.071 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:00:00.071 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:00:00.071 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:00:00.071 [DEBUG] [sway/config.c:797] Read line 46:
00:00:00.071 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:00:00.071 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:00:00.071 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 48:
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:00:00.081 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:00:00.081 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 51:
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:00:00.081 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:00:00.081 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:00:00.081 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:00:00.081 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 54:
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:00:00.081 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 56: # status_command /bin/luajit $HOME/.files/i3/panel.lua
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:00:00.081 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:00:00.081 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:00:00.081 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:00:00.081 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:00:00.081 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:00:00.081 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:00:00.081 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:00:00.082 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:00:00.082 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 59: position top
00:00:00.082 [INFO] [sway/commands.c:381] Config command: bar position top
00:00:00.082 [INFO] [sway/commands.c:404] After replacement: bar position top
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:00:00.082 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 60: font pango:Misc Stlarch 11px
00:00:00.082 [INFO] [sway/commands.c:381] Config command: bar font pango:Misc Stlarch 11px
00:00:00.082 [INFO] [sway/commands.c:404] After replacement: bar font pango:Misc Stlarch 11px
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Misc Stlarch 11px
00:00:00.082 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Misc Stlarch 11px' for bar: bar-0
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 61: tray_output eDP-1
00:00:00.082 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:00:00.082 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:00:00.082 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 62:
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 63: colors {
00:00:00.082 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 64: background #1f1f1f
00:00:00.082 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:00:00.082 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 65: statusline #c0b18b
00:00:00.082 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:00:00.082 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 66:
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 67: focused_workspace #af865a #1f1f1f #af865a
00:00:00.082 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:00:00.082 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:00:00.082 [DEBUG] [sway/config.c:797] Read line 68: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:00:00.082 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:00:00.082 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:00:00.082 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:00:00.083 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 69: urgent_workspace #d17b49 #1f1f1f #d17b49
00:00:00.083 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:00:00.083 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:00:00.083 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 70: }
00:00:00.083 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 71: }
00:00:00.083 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 72:
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 73:
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 74: # class title border background text indicator client border
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 75: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:00:00.083 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 76: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:00:00.083 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 77: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:00:00.083 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 78: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:00:00.083 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 79:
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 80: bindsym Super+Shift+q kill
00:00:00.083 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:00:00.083 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Space floating toggle
00:00:00.083 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:00:00.083 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+f fullscreen
00:00:00.083 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:00:00.083 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:00:00.083 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+Tab workspace next_on_output
00:00:00.083 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:00:00.083 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Shift+Tab workspace prev_on_output
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+j focus left
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+k focus down
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+l focus up
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+semicolon focus right
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+Shift+j move left
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+k move down
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+l move up
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+semicolon move right
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:00:00.084 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+v focus parent
00:00:00.084 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:00:00.084 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:00:00.084 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 94: bindsym Alt+Tab focus right
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Shift+Tab focus left
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 96: bindsym Super+1 workspace 20:1
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+2 workspace 21:2
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+3 workspace 22:3
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+4 workspace 23:4
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+5 workspace 24:5
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+6 workspace 25:6
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+7 workspace 26:7
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+8 workspace 27:8
00:00:00.085 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:00:00.085 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:00:00.085 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:00:00.085 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+9 workspace 28:9
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:00:00.086 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+0 workspace 29:0
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:00:00.086 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+Shift+1 move container to workspace 20:1
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:00:00.086 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+2 move container to workspace 21:2
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:00:00.086 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+3 move container to workspace 22:3
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:00:00.086 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+4 move container to workspace 23:4
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:00:00.086 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+5 move container to workspace 24:5
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:00:00.086 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+6 move container to workspace 25:6
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:00:00.086 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+7 move container to workspace 26:7
00:00:00.086 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:00:00.086 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:00:00.086 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:00:00.087 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+8 move container to workspace 27:8
00:00:00.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:00:00.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:00:00.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:00:00.087 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+9 move container to workspace 28:9
00:00:00.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:00:00.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:00:00.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:00:00.087 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+0 move container to workspace 29:0
00:00:00.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:00:00.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:00:00.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:00:00.087 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+a workspace 10:A
00:00:00.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:00:00.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:00:00.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:00:00.087 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+w workspace 11:I
00:00:00.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:00:00.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:00:00.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:00:00.087 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+e workspace 12:T
00:00:00.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:00:00.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:00:00.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:00:00.088 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+c workspace 99:C
00:00:00.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:00:00.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:00:00.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:00:00.088 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+Shift+a move container to workspace 10:A
00:00:00.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:00:00.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:00:00.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:00:00.088 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+w move container to workspace 11:I
00:00:00.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:00:00.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:00:00.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:00:00.088 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+e move container to workspace 12:T
00:00:00.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:00:00.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:00:00.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:00:00.088 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+c move container to workspace 99:C
00:00:00.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:00:00.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:00:00.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:00:00.088 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+backslash split vertical
00:00:00.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:00:00.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:00:00.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:00:00.088 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+Shift+backslash split horizontal
00:00:00.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:00:00.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:00:00.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:00:00.088 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Down move to scratchpad
00:00:00.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:00:00.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:00:00.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Up scratchpad show
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:00:00.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+n reload
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:00:00.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:00:00.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:00:00.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 131:
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 132: #
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 133: # wm independent hotkeys
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 134: #
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 135:
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 136: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:00:00.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:00:00.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 138: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 139: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:00:00.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+d exec wofi --show drun
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:00:00.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:00:00.089 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+Shift+d exec wofi --show run
00:00:00.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:00:00.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:00:00.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:00:00.090 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:00:00.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:00:00.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:00:00.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:00:00.090 [DEBUG] [sway/config.c:797] Read line 143: bindsym Print exec $HOME/.files/bin/screenshot whole
00:00:00.090 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:00:00.090 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:00:00.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:00:00.090 [DEBUG] [sway/config.c:797] Read line 144: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:00:00.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:00:00.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:00:00.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:00:00.090 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Shift+Print exec gifify $(rec)
00:00:00.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:00:00.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:00:00.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:00:00.090 [DEBUG] [sway/config.c:797] Read line 146: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:00:00.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:00:00.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:00:00.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:00:00.090 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:00:00.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:00:00.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:00:00.091 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:00:00.091 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:00:00.091 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:00:00.091 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:00:00.091 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:00:00.091 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 154: bindsym Control+space exec makoctl dismiss
00:00:00.091 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+Shift+space exec makoctl dismiss -a
00:00:00.091 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:00:00.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 156:
00:00:00.091 [DEBUG] [sway/config.c:797] Read line 157: input * xkb_options ctrl:nocaps
00:00:00.091 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:00:00.091 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:00:00.091 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:00:00.091 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:00:00.091 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:00:00.092 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:00:00.092 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.094 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 158:
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 159: # input 1:1:AT_Translated_Set_2_keyboard {
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 160: # xkb_layout us
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 161: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 162: # }
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 163: #
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 164: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 165: # pointer_accel 0.5
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 166: # tap enabled
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 167: # }
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 168:
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 169: input 2:10:TPPS/2_Elan_TrackPoint {
00:00:00.095 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:00:00.095 [DEBUG] [sway/config.c:797] Read line 170: pointer_accel 0.01
00:00:00.095 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:00:00.095 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:00:00.095 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:00:00.095 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:00:00.095 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:00:00.095 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:00:00.095 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.098 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:00:00.098 [DEBUG] [sway/config.c:797] Read line 171: }
00:00:00.098 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:00:00.098 [DEBUG] [sway/input/input-manager.c:190] no fallback seat config - creating default
00:00:00.098 [DEBUG] [sway/config/seat.c:65] Adding non-wildcard seat config
00:00:00.098 [DEBUG] [sway/config/seat.c:82] Config stored for seat seat0
00:00:00.098 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:00:00.098 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:00:00.098 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[0] = swaybg
00:00:00.102 [ERROR] [sway/config/output.c:1069] failed to execute 'swaybg' (background configuration probably not applied): No such file or directory
00:00:00.103 [DEBUG] [sway/server.c:460] Initializing Xwayland (lazy=1)
00:00:00.103 [INFO] [sway/server.c:487] Starting backend on wayland display 'wayland-1'
00:00:00.103 [DEBUG] [wlr] [backend/libinput/backend.c:88] Starting libinput backend
00:00:00.157 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Video Bus [0:6]
00:00:00.157 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:6:Video_Bus'
00:00:00.157 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:6:Video_Bus')
00:00:00.157 [DEBUG] [sway/input/seat.c:949] adding device 0:6:Video_Bus to seat seat0
00:00:00.161 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc0f793e0
00:00:00.161 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 0:6:Video_Bus to group 0x623dc0f793e0
00:00:00.163 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Power Button [0:1]
00:00:00.163 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:1:Power_Button'
00:00:00.163 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:1:Power_Button')
00:00:00.163 [DEBUG] [sway/input/seat.c:949] adding device 0:1:Power_Button to seat seat0
00:00:00.167 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc0f793e0
00:00:00.168 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Lid Switch [0:5]
00:00:00.168 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:5:Lid_Switch'
00:00:00.169 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:5:Lid_Switch')
00:00:00.169 [DEBUG] [sway/input/seat.c:949] adding device 0:5:Lid_Switch to seat seat0
00:00:00.169 [DEBUG] [sway/input/switch.c:18] Allocated switch for device
00:00:00.169 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:00:00.169 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Sleep Button [0:3]
00:00:00.169 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:3:Sleep_Button'
00:00:00.169 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:3:Sleep_Button')
00:00:00.169 [DEBUG] [sway/input/seat.c:949] adding device 0:3:Sleep_Button to seat seat0
00:00:00.173 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc0f793e0
00:00:00.175 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding USB Optical Mouse [1121:19727]
00:00:00.175 [DEBUG] [sway/input/input-manager.c:240] adding device: '1121:19727:USB_Optical_Mouse'
00:00:00.175 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1121:19727:USB_Optical_Mouse')
00:00:00.175 [DEBUG] [sway/input/seat.c:949] adding device 1121:19727:USB_Optical_Mouse to seat seat0
00:00:00.182 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:224] Loaded cursor theme 'default' at size 24 (60 available cursors)
00:00:00.182 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:00:00.182 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding SYNA8018:00 06CB:CE67 Mouse [1739:52839]
00:00:00.182 [DEBUG] [sway/input/input-manager.c:240] adding device: '1739:52839:SYNA8018:00_06CB:CE67_Mouse'
00:00:00.182 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Mouse')
00:00:00.182 [DEBUG] [sway/input/seat.c:949] adding device 1739:52839:SYNA8018:00_06CB:CE67_Mouse to seat seat0
00:00:00.182 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:00:00.182 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding SYNA8018:00 06CB:CE67 Touchpad [1739:52839]
00:00:00.182 [DEBUG] [sway/input/input-manager.c:240] adding device: '1739:52839:SYNA8018:00_06CB:CE67_Touchpad'
00:00:00.182 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Touchpad')
00:00:00.182 [DEBUG] [sway/input/seat.c:949] adding device 1739:52839:SYNA8018:00_06CB:CE67_Touchpad to seat seat0
00:00:00.182 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:00:00.182 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding AT Translated Set 2 keyboard [1:1]
00:00:00.182 [DEBUG] [sway/input/input-manager.c:240] adding device: '1:1:AT_Translated_Set_2_keyboard'
00:00:00.182 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1:1:AT_Translated_Set_2_keyboard')
00:00:00.182 [DEBUG] [sway/input/seat.c:949] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0
00:00:00.187 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc0f793e0
00:00:00.188 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding TPPS/2 Elan TrackPoint [2:10]
00:00:00.188 [DEBUG] [sway/input/input-manager.c:240] adding device: '2:10:TPPS/2_Elan_TrackPoint'
00:00:00.188 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:00:00.188 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.010000)
00:00:00.188 [DEBUG] [sway/input/seat.c:949] adding device 2:10:TPPS/2_Elan_TrackPoint to seat seat0
00:00:00.188 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:00:00.188 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding ThinkPad Extra Buttons [6058:20564]
00:00:00.188 [DEBUG] [sway/input/input-manager.c:240] adding device: '6058:20564:ThinkPad_Extra_Buttons'
00:00:00.188 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '6058:20564:ThinkPad_Extra_Buttons')
00:00:00.188 [DEBUG] [sway/input/seat.c:949] adding device 6058:20564:ThinkPad_Extra_Buttons to seat seat0
00:00:00.193 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc0f793e0
00:00:00.194 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Push ANC Active (AVRCP) [148:4]
00:00:00.194 [DEBUG] [sway/input/input-manager.c:240] adding device: '148:4:Push_ANC_Active_(AVRCP)'
00:00:00.194 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '148:4:Push_ANC_Active_(AVRCP)')
00:00:00.194 [DEBUG] [sway/input/seat.c:949] adding device 148:4:Push_ANC_Active_(AVRCP) to seat seat0
00:00:00.199 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 148:4:Push_ANC_Active_(AVRCP) to group 0x623dc0f793e0
00:00:00.200 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Push ANC Active [148:4]
00:00:00.200 [DEBUG] [sway/input/input-manager.c:240] adding device: '148:4:Push_ANC_Active'
00:00:00.200 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '148:4:Push_ANC_Active')
00:00:00.200 [DEBUG] [sway/input/seat.c:949] adding device 148:4:Push_ANC_Active to seat seat0
00:00:00.205 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 148:4:Push_ANC_Active to group 0x623dc0f793e0
00:00:00.206 [DEBUG] [wlr] [backend/libinput/backend.c:125] libinput successfully initialized
00:00:00.206 [INFO] [wlr] [backend/drm/drm.c:1677] Scanning DRM connectors on /dev/dri/card1
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'eDP-1'
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1753] 'eDP-1' connected
00:00:00.208 [DEBUG] [wlr] [backend/drm/drm.c:1543] Current CRTC: 79
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1557] Detected modes:
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 2880x1800 @ 120.000 Hz (preferred)
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 2880x1800 @ 60.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1200 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1600x1200 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1680x1050 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x1024 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1440x900 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x800 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 1024x768 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 800x600 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 120.000 Hz
00:00:00.208 [INFO] [wlr] [backend/drm/drm.c:1607] Physical size: 300x190
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'HDMI-A-1'
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1753] 'HDMI-A-1' connected
00:00:00.212 [DEBUG] [wlr] [backend/drm/drm.c:1543] Current CRTC: 83
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1557] Detected modes:
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1200 @ 59.950 Hz (preferred)
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 60.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 59.940 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 50.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1600x1200 @ 60.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1680x1050 @ 59.883 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1600x1000 @ 60.008 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x1024 @ 75.025 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x1024 @ 60.020 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1440x900 @ 59.950 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x960 @ 60.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x800 @ 59.950 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1152x864 @ 75.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 60.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 60.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 59.940 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 50.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1280x720 @ 50.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1024x768 @ 75.029 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 1024x768 @ 60.004 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 832x624 @ 74.551 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 800x600 @ 75.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 800x600 @ 60.317 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 720x576 @ 50.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 60.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 720x480 @ 59.940 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 75.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 60.000 Hz
00:00:00.212 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 59.940 Hz
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1587] 640x480 @ 59.940 Hz
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1587] 720x400 @ 70.082 Hz
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1607] Physical size: 540x350
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-1'
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-2'
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-3'
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-4'
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-5'
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-6'
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1319] Reallocating CRTCs
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector eDP-1 (connected, needs CRTC): CRTC 79 (no change)
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector HDMI-A-1 (connected, needs CRTC): CRTC 83 (no change)
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-1 (disconnected): no CRTC (no change)
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-2 (disconnected): no CRTC (no change)
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-3 (disconnected): no CRTC (no change)
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-4 (disconnected): no CRTC (no change)
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-5 (disconnected): no CRTC (no change)
00:00:00.213 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-6 (disconnected): no CRTC (no change)
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1789] connector eDP-1: Requesting modeset
00:00:00.213 [DEBUG] [sway/desktop/output.c:525] New output 0x623dc1204520: eDP-1 (non-desktop: 0)
00:00:00.213 [INFO] [wlr] [backend/drm/drm.c:1789] connector HDMI-A-1: Requesting modeset
00:00:00.213 [DEBUG] [sway/desktop/output.c:525] New output 0x623dc11f3340: HDMI-A-1 (non-desktop: 0)
00:00:00.214 [INFO] [wlr] [backend/headless/backend.c:17] Starting headless backend
00:00:00.214 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0'
00:00:00.218 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:00:00.218 [DEBUG] [sway/config.c:646] Running deferred commands
00:00:00.218 [INFO] [sway/commands.c:261] Handling command 'exec dunst -config $HOME/.config/i3/dunstrc'
00:00:00.218 [DEBUG] [sway/commands/exec_always.c:57] Executing dunst -config /home/cpup/.config/i3/dunstrc
00:00:00.218 [DEBUG] [sway/desktop/launcher.c:246] Failed to create launch context. No workspace.
00:00:00.222 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 49919
00:00:00.222 [INFO] [sway/server.c:499] Running compositor on wayland display 'wayland-1'
00:00:00.223 [DEBUG] [sway/config/output.c:867] Committing 2 outputs
00:00:00.224 [DEBUG] [sway/config/output.c:631] Output state for HDMI-A-1
00:00:00.224 [DEBUG] [sway/config/output.c:633] enabled: yes
00:00:00.224 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:00:00.224 [DEBUG] [sway/config/output.c:645] mode: 1920x1200@59950mHz (preferred)
00:00:00.224 [DEBUG] [sway/config/output.c:655] scale: 1.000000
00:00:00.224 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:00:00.224 [DEBUG] [sway/config/output.c:631] Output state for eDP-1
00:00:00.224 [DEBUG] [sway/config/output.c:633] enabled: yes
00:00:00.224 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:00:00.224 [DEBUG] [sway/config/output.c:645] mode: 2880x1800@120000mHz (preferred)
00:00:00.224 [DEBUG] [sway/config/output.c:655] scale: 1.500000
00:00:00.224 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:00:00.224 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 2 outputs with explicit modifiers
00:00:00.224 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.227 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 1920x1200 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=2 (0x0200000010467B04)
00:00:00.227 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.270 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 2880x1800 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04)
00:00:00.271 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 2 outputs succeeded
00:00:00.271 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:00:00.281 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2880x1800
00:00:00.299 [DEBUG] [sway/config/output.c:927] Commit of 2 outputs succeeded
00:00:00.299 [DEBUG] [sway/config/output.c:933] Finalizing config for HDMI-A-1
00:00:00.299 [DEBUG] [sway/config/output.c:530] Set HDMI-A-1 position to 0, 0
00:00:00.306 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:224] Loaded cursor theme 'default' at size 24 (60 available cursors)
00:00:00.308 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.308 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.308 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:00:00.308 [DEBUG] [sway/tree/workspace.c:294] Workspace: Generating new workspace name for output HDMI-A-1
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'next_on_output'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'prev_on_output'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '20:1'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '21:2'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:285] Workspace: Found free name 21:2
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '22:3'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '23:4'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '24:5'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '25:6'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '26:7'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '27:8'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '28:9'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '29:0'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '10:A'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '11:I'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '12:T'
00:00:00.309 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '99:C'
00:00:00.309 [DEBUG] [sway/tree/output.c:163] Creating default workspace 10:A
00:00:00.309 [DEBUG] [sway/tree/workspace.c:65] Adding workspace 10:A for output HDMI-A-1
00:00:00.309 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:00.309 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:00:00.309 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:00:00.309 [DEBUG] [sway/config/output.c:933] Finalizing config for eDP-1
00:00:00.309 [DEBUG] [sway/config/output.c:523] Set eDP-1 scale_filter to linear
00:00:00.309 [DEBUG] [sway/config/output.c:530] Set eDP-1 position to 1920, 0
00:00:00.320 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:224] Loaded cursor theme 'default' at size 36 (60 available cursors)
00:00:00.321 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.321 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.321 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:00:00.321 [DEBUG] [sway/tree/workspace.c:294] Workspace: Generating new workspace name for output eDP-1
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'next_on_output'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'prev_on_output'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '20:1'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:285] Workspace: Found free name 20:1
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '21:2'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '22:3'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '23:4'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '24:5'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '25:6'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '26:7'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '27:8'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '28:9'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '29:0'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '10:A'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '11:I'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '12:T'
00:00:00.321 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: '99:C'
00:00:00.321 [DEBUG] [sway/tree/output.c:163] Creating default workspace 99:C
00:00:00.321 [DEBUG] [sway/tree/workspace.c:65] Adding workspace 99:C for output eDP-1
00:00:00.322 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:00.322 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:00:00.322 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:00:00.322 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:00:00.322 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:00:00.322 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:00:00.322 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:00:00.322 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11fc930 committing with 4 instructions
00:00:00.322 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11fc930
00:00:00.322 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:00:00.322 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:00:00.322 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:00:00.322 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:00:00.322 [DEBUG] [sway/ipc-server.c:196] New client: fd 68
00:00:00.322 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.322 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 1920x1200 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=2 (0x0200000010467B04)
00:00:00.322 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:00:00.323 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.323 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 2880x1800 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04)
00:00:00.323 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2880x1800
00:00:00.324 [DEBUG] [sway/ipc-server.c:196] New client: fd 78
00:00:00.332 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1478bc0 (res 0x623dc1186290)
00:00:00.341 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1364800 (res 0x623dc1364bd0)
00:00:00.342 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc1479e90 (res 0x623dc10d7f90)
00:00:00.342 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:00:00.342 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1364c60 (res 0x623dc1365030)
00:00:00.342 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc1479d10 (res 0x623dc13650c0)
00:00:00.342 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:00:00.345 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:00.345 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:00.345 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:00:00.345 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11c33b0 committing with 1 instructions
00:00:00.345 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11c33b0
00:00:00.347 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:00:00.347 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:00.347 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:00:00.347 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11c15f0 committing with 1 instructions
00:00:00.347 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11c15f0
00:00:01.570 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec wofi --show drun
00:00:01.570 [INFO] [sway/commands.c:261] Handling command 'exec wofi --show drun'
00:00:01.571 [DEBUG] [sway/commands/exec_always.c:57] Executing wofi --show drun
00:00:01.577 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 49926
00:00:01.577 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 49926
00:00:01.614 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1368460 (res 0x623dc1368830)
00:00:01.614 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc13688c0 (res 0x623dc147f710)
00:00:01.638 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc140a700 (res 0x623dc140aad0)
00:00:01.640 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc140b000 (res 0x623dc140b120)
00:00:01.640 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace wofi layer 2 anchor 0 size 0x0 margin 0,0,0,0,
(wofi:49926): Gtk-WARNING **: 01:08:00.634: Loading IM context type 'xim' failed
00:00:02.850 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11c1b90 committing with 2 instructions
00:00:02.850 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11c1b90
00:00:03.021 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc140b350 (res 0x623dc140b720)
00:00:03.050 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc140d8a0 (res 0x623dc140dc70)
00:00:03.050 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1414010 (res 0x623dc14143e0)
00:00:03.217 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1414590 (res 0x623dc1414960)
00:00:03.254 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x623dc1414c30 (res 0x623dc1414d80)
00:00:03.255 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:03.255 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x623dc1415880 (res 0x623dc1415970)
00:00:03.255 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:305] Rejecting activate request: unknown token
00:00:03.262 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1415f50 (res 0x623dc1416320)
00:00:03.282 [INFO] [wlr] [xwayland/server.c:107] Starting Xwayland on :0
00:00:03.406 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc141c0c0 (res 0x623dc141c490)
00:00:03.406 [DEBUG] [wlr] [xwayland/server.c:272] Xserver is ready
00:00:03.407 [DEBUG] [wlr] [xwayland/xwm.c:1981] xfixes version: 6.0
00:00:03.407 [DEBUG] [wlr] [xwayland/xwm.c:2002] xres version: 1.2
00:00:03.422 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.422 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.422 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.422 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.422 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.422 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.422 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.422 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.422 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
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.438 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.439 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:03.439 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:00:03.439 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)
00:00:03.714 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2304x1536
00:00:03.715 [DEBUG] [sway/tree/view.c:432] View 0x623dc1415050 updated CSD to 1
00:00:03.715 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:03.715 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:00:03.715 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461790 horizontally
00:00:03.715 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1426f60 committing with 4 instructions
00:00:03.815 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2304x1536
00:00:03.815 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2304x1536
00:00:03.824 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1426f60 is ready
00:00:03.824 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1426f60
00:00:04.720 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc142bc50 (res 0x623dc142c020)
00:00:04.721 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x623dc142c0b0 (res 0x623dc142c200)
00:00:04.829 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1199
00:00:04.838 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1199
00:00:04.857 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1199
00:00:04.949 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:04.950 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:04.950 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:00:04.950 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:04.951 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:04.951 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:00:04.958 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:04.958 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:04.958 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:00:05.151 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:05.151 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:05.151 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
Created TensorFlow Lite XNNPACK delegate for CPU.
Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#-1 is a dynamic-sized tensor).
[49935:49968:1206/010804.655454:ERROR:registration_request.cc(291)] Registration response error message: DEPRECATED_ENDPOINT
00:00:06.474 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc150bf60 (res 0x623dc12cbdd0)
00:00:06.514 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x623dc15009f0 (res 0x623dc1500b40)
00:00:06.514 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:06.514 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x623dc1502240 (res 0x623dc1502330)
00:00:06.681 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2304x1536
00:00:06.681 [DEBUG] [sway/tree/view.c:432] View 0x623dc1500e10 updated CSD to 1
00:00:06.681 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1427ac0 committing with 5 instructions
00:00:06.683 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1427ac0 is ready
00:00:06.683 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1427ac0
00:00:06.703 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2304x1536
00:00:06.724 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2304x1536
00:00:07.692 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1199
00:00:07.706 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1199
00:00:07.760 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1199
00:00:07.779 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor
00:00:07.832 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor
00:00:07.832 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed
00:00:08.572 [DEBUG] [sway/commands/bind.c:618] running command for binding: move left
00:00:08.572 [INFO] [sway/commands.c:261] Handling command 'move left'
00:00:08.572 [DEBUG] [sway/commands/move.c:118] Swapping siblings
00:00:08.572 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:08.572 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:00:08.572 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:00:08.572 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1530720 committing with 4 instructions
00:00:08.572 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1530720
00:00:08.851 [DEBUG] [sway/commands/bind.c:618] running command for binding: focus right
00:00:08.851 [INFO] [sway/commands.c:261] Handling command 'focus right'
00:00:08.852 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1189180 committing with 5 instructions
00:00:08.852 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1189180
00:00:09.304 [DEBUG] [sway/commands/bind.c:618] running command for binding: move container to workspace 99:C
00:00:09.304 [INFO] [sway/commands.c:261] Handling command 'move container to workspace 99:C'
00:00:09.304 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:09.304 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:00:09.304 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461960 horizontally
00:00:09.304 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:09.304 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:00:09.304 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461940 horizontally
00:00:09.304 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc150c990 committing with 7 instructions
00:00:09.305 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc150c990
00:00:09.414 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 3328x2304
00:00:09.418 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 3328x2304
00:00:09.456 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 3328x2304
00:00:09.630 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 99:C
00:00:09.630 [INFO] [sway/commands.c:261] Handling command 'workspace 99:C'
00:00:09.631 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12cc250:99:C
00:00:09.631 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:00:09.631 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:09.631 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:00:09.631 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:00:09.631 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc153f6c0 committing with 6 instructions
00:00:09.631 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc153f6c0
00:00:10.402 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1799
00:00:10.409 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1799
00:00:10.417 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1799
00:00:13.494 [INFO] [wlr] [xwayland/server.c:214] Restarting Xwayland (lazy)
[49935:49968:1206/010827.732793:ERROR:registration_request.cc(291)] Registration response error message: DEPRECATED_ENDPOINT
00:00:28.805 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:00:28.805 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11c7f10 committing with 6 instructions
00:00:28.805 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11c7f10
00:00:30.415 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:00:30.415 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:00:30.415 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:00:30.415 [DEBUG] [sway/commands/bind.c:637] could not run command for binding: [con_mark="dropin"] scratchpad show (No matching node.)
00:00:30.969 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:00:30.969 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:00:30.969 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:00:30.969 [DEBUG] [sway/commands/bind.c:637] could not run command for binding: [con_mark="dropin"] scratchpad show (No matching node.)
00:00:33.224 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec sh -c "cd /home/cpup; kitty"
00:00:33.225 [INFO] [sway/commands.c:261] Handling command 'exec sh -c "cd /home/cpup; kitty"'
00:00:33.225 [DEBUG] [sway/commands/exec_always.c:57] Executing sh -c "cd /home/cpup; kitty"
00:00:33.232 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 50615
00:00:33.232 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 50615
00:00:33.382 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1500400 (res 0x623dc15007d0)
00:00:33.382 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc141aac0 (res 0x623dc141ae90)
00:00:33.382 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x623dc1545540 (res 0x623dc1513800)
00:00:33.382 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:33.382 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x623dc1427f80 (res 0x623dc141af20)
00:00:33.391 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 50615
00:00:33.391 [DEBUG] [sway/desktop/launcher.c:92] found workspace match for pid 50615: 10:A
00:00:33.392 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1513e80 committing with 5 instructions
00:00:33.445 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:00:33.445 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1513e80 is ready
00:00:33.446 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1513e80
00:00:33.510 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:305] Rejecting activate request: unknown token
00:00:33.571 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
[0.295] [glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.ServiceUnknown] The name is not activatable
00:00:33.578 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:00:33.586 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
[2.335] Application escape mode is not supported, the extended keyboard protocol should be used instead
[2.335] Application escape mode is not supported, the extended keyboard protocol should be used instead
[2.335] Application escape mode is not supported, the extended keyboard protocol should be used instead
00:00:36.814 [DEBUG] [sway/commands/bind.c:618] running command for binding: move container to workspace 12:T
00:00:36.814 [INFO] [sway/commands.c:261] Handling command 'move container to workspace 12:T'
00:00:36.814 [DEBUG] [sway/tree/workspace.c:65] Adding workspace 12:T for output HDMI-A-1
00:00:36.814 [DEBUG] [sway/ipc-server.c:300] Sending workspace::init event
00:00:36.814 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:36.814 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:00:36.815 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:36.815 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:00:36.815 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461960 horizontally
00:00:36.815 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:36.815 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:00:36.815 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461940 horizontally
00:00:36.815 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:36.815 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:00:36.815 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461940 horizontally
00:00:36.815 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc153ce40 committing with 7 instructions
00:00:36.815 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc153ce40
00:00:37.108 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 12:T
00:00:37.108 [INFO] [sway/commands.c:261] Handling command 'workspace 12:T'
00:00:37.108 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:00:37.108 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:00:37.108 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:37.108 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:00:37.108 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:00:37.108 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1420570 committing with 6 instructions
00:00:37.108 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1420570
00:00:38.528 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec sh -c "cd /home/cpup; kitty"
00:00:38.528 [INFO] [sway/commands.c:261] Handling command 'exec sh -c "cd /home/cpup; kitty"'
00:00:38.528 [DEBUG] [sway/commands/exec_always.c:57] Executing sh -c "cd /home/cpup; kitty"
00:00:38.537 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 50684
00:00:38.537 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 50684
00:00:38.692 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc141d540 (res 0x623dc141d910)
00:00:38.692 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1536440 (res 0x623dc1536810)
00:00:38.692 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x623dc156a280 (res 0x623dc156a3d0)
00:00:38.692 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:00:38.692 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x623dc1529d80 (res 0x623dc1536930)
00:00:38.701 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 50684
00:00:38.701 [DEBUG] [sway/desktop/launcher.c:92] found workspace match for pid 50684: 12:T
00:00:38.701 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1420f00 committing with 5 instructions
00:00:38.755 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:00:38.755 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1420f00 is ready
00:00:38.755 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1420f00
00:00:38.819 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:305] Rejecting activate request: unknown token
[0.294] [glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.ServiceUnknown] The name is not activatable
00:00:38.877 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:00:38.886 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:00:38.896 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
[1.615] Application escape mode is not supported, the extended keyboard protocol should be used instead
[1.615] Application escape mode is not supported, the extended keyboard protocol should be used instead
[1.615] Application escape mode is not supported, the extended keyboard protocol should be used instead
00:00:42.941 [DEBUG] [sway/commands/bind.c:618] running command for binding: mark --add dropin
00:00:42.941 [INFO] [sway/commands.c:261] Handling command 'mark --add dropin'
00:00:44.722 [DEBUG] [sway/commands/bind.c:618] running command for binding: move to scratchpad
00:00:44.722 [INFO] [sway/commands.c:261] Handling command 'move to scratchpad'
00:00:44.722 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1527750 committing with 5 instructions
00:00:44.722 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1527750
00:00:44.726 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 960x885
00:00:44.727 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc152fb80 committing with 1 instructions
00:00:44.727 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc152fb80
00:00:44.828 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 960x885
00:00:44.948 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:00:44.948 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:00:44.948 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:00:44.948 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (478.000000, 154.625000)
00:00:44.948 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:00:44.948 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:00:44.948 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:00:44.948 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1428250 committing with 5 instructions
00:00:44.948 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1428250
00:01:04.087 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc141a680 committing with 1 instructions
00:01:04.087 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc141a680
00:01:04.337 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1428250 committing with 1 instructions
00:01:04.337 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1428250
00:01:05.434 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1480720 committing with 1 instructions
00:01:05.434 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1480720
00:01:18.250 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:01:18.250 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:01:18.250 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:01:18.250 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:01:18.250 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:01:18.250 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:01:18.250 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:01:18.250 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc14206c0 committing with 6 instructions
00:01:18.250 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc14206c0
[49935:49968:1206/010921.632673:ERROR:registration_request.cc(291)] Registration response error message: DEPRECATED_ENDPOINT
00:01:29.982 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:01:29.982 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:01:29.982 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:01:29.982 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:01:29.982 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:01:29.982 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:01:29.982 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:01:29.982 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1577180 committing with 7 instructions
00:01:29.983 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1577180
Failed to load libcanberra.so, cannot play beep sound, with error: libcanberra.so.0.2.5: cannot open shared object file: No such file or directory
00:01:38.198 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:01:38.198 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:01:38.198 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:01:38.198 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:01:38.199 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:01:38.199 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:01:38.199 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:01:38.199 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1576370 committing with 6 instructions
00:01:38.199 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1576370
00:01:39.996 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:01:39.996 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:01:39.996 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:01:39.996 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:01:39.996 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:01:39.996 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:01:39.996 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:01:39.996 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1505760 committing with 7 instructions
00:01:39.997 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1505760
00:01:44.098 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:01:44.098 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:01:44.098 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:01:44.098 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:01:44.098 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:01:44.098 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:01:44.098 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:01:44.098 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc14206c0 committing with 6 instructions
00:01:44.098 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc14206c0
00:01:49.266 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:01:49.266 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:01:49.266 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:01:49.266 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:01:49.266 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:01:49.266 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:01:49.266 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:01:49.266 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc15764a0 committing with 7 instructions
00:01:49.267 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc15764a0
00:01:53.049 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:01:53.049 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:01:53.049 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:01:53.049 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:01:53.049 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:01:53.049 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:01:53.050 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:01:53.050 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1568200 committing with 6 instructions
00:01:53.050 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1568200
Warning: Old MapAsync APIs are deprecated. If using C please pass a CallbackInfo struct that has two userdatas. Otherwise, if using C++, please use templated helpers.
00:02:05.339 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:02:05.340 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:02:05.340 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:02:05.340 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:02:05.340 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:02:05.340 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:02:07.149 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:02:07.149 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:02:07.149 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:02:07.149 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:07.150 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:02:07.150 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:02:07.150 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:02:07.150 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1570ef0 committing with 7 instructions
00:02:07.150 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1570ef0
00:02:11.229 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:02:11.229 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:02:11.229 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:02:11.230 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:11.230 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:02:11.230 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:02:11.230 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:02:11.230 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1505760 committing with 6 instructions
00:02:11.230 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1505760
00:02:11.772 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:02:11.772 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:02:11.772 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:02:11.772 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:11.773 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:02:11.773 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:02:11.773 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:02:11.773 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1536a20 committing with 7 instructions
00:02:11.773 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1536a20
00:02:26.762 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:02:26.762 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:02:26.762 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:02:26.762 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:26.762 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:02:26.762 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:02:26.762 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:02:26.762 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1589a10 committing with 6 instructions
00:02:26.762 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1589a10
00:02:27.717 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:02:27.717 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:02:27.717 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:02:27.717 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:02:27.718 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:02:27.718 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:02:27.718 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:02:27.718 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc158ebd0 committing with 7 instructions
00:02:27.718 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc158ebd0
00:02:57.945 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1529740 committing with 1 instructions
00:02:57.945 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1529740
00:02:58.258 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1428250 committing with 1 instructions
00:02:58.258 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1428250
00:02:58.740 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1529740 committing with 1 instructions
00:02:58.740 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1529740
00:03:08.718 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1589a10 committing with 1 instructions
00:03:08.718 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1589a10
00:03:11.167 [DEBUG] [sway/commands/bind.c:618] running command for binding: fullscreen
00:03:11.167 [INFO] [sway/commands.c:261] Handling command 'fullscreen'
00:03:11.167 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:11.167 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:03:11.167 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:03:11.167 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:11.167 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:03:11.167 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:11.167 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:03:11.167 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:03:11.167 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1538cb0 committing with 8 instructions
00:03:11.171 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:03:11.171 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1538cb0 is ready
00:03:11.171 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1538cb0
00:03:11.171 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc158cd00 committing with 1 instructions
00:03:11.171 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc158cd00
00:03:11.171 [DEBUG] [wlr] [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0x20000001046BB04 cannot be scanned out
00:03:11.171 [DEBUG] [wlr] [backend/drm/drm.c:734] connector HDMI-A-1: Failed to import buffer for scan-out
00:03:11.178 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:03:11.190 [DEBUG] [wlr] [types/scene/wlr_scene.c:1858] Direct scan-out enabled
00:03:11.194 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:03:11.208 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:03:11.225 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:03:11.286 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:03:15.340 [DEBUG] [sway/commands/bind.c:618] running command for binding: fullscreen
00:03:15.340 [INFO] [sway/commands.c:261] Handling command 'fullscreen'
00:03:15.340 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:15.340 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:03:15.340 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:03:15.340 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:15.340 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:03:15.340 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:03:15.340 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:15.340 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:03:15.340 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:03:15.340 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1536a20 committing with 10 instructions
00:03:15.344 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 960x885
00:03:15.344 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1536a20 is ready
00:03:15.344 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1536a20
00:03:15.345 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc153c140 committing with 1 instructions
00:03:15.345 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc153c140
00:03:15.358 [DEBUG] [wlr] [types/scene/wlr_scene.c:1858] Direct scan-out disabled
00:03:15.369 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 960x885
00:03:15.379 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 960x885
00:03:15.395 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 960x885
00:03:15.455 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 960x885
00:03:15.598 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:03:16.599 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
[49935:49968:1206/011120.836700:ERROR:registration_request.cc(291)] Registration response error message: DEPRECATED_ENDPOINT
00:03:39.871 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 99:C
00:03:39.871 [INFO] [sway/commands.c:261] Handling command 'workspace 99:C'
00:03:39.871 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12cc250:99:C
00:03:39.871 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:03:39.871 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:39.871 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:03:39.871 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:03:39.871 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1428250 committing with 6 instructions
00:03:39.871 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1428250
00:03:50.481 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 99:C
00:03:50.481 [INFO] [sway/commands.c:261] Handling command 'workspace 99:C'
00:03:50.481 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:03:50.481 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:03:50.481 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:50.481 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:03:50.481 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:03:50.481 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1529ae0 committing with 7 instructions
00:03:50.482 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1529ae0
00:03:52.146 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 99:C
00:03:52.147 [INFO] [sway/commands.c:261] Handling command 'workspace 99:C'
00:03:52.147 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12cc250:99:C
00:03:52.147 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:03:52.147 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:03:52.147 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:03:52.147 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:03:52.147 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc152fb80 committing with 6 instructions
00:03:52.147 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc152fb80
00:04:25.688 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 99:C
00:04:25.688 [INFO] [sway/commands.c:261] Handling command 'workspace 99:C'
00:04:25.688 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:04:25.688 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:04:25.688 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:04:25.688 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:04:25.688 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:04:25.688 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1427930 committing with 7 instructions
00:04:25.688 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1427930
00:05:07.297 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:05:07.297 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:05:07.297 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:05:07.297 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:05:07.298 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:05:07.298 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:05:07.298 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc153af60 committing with 5 instructions
00:05:07.298 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc153af60
00:05:07.616 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:05:07.616 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:05:07.616 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:05:07.616 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (478.000000, 154.625000)
00:05:07.616 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:05:07.616 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:05:07.617 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:05:07.617 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc152fb80 committing with 5 instructions
00:05:07.617 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc152fb80
[49935:49968:1206/011424.355875:ERROR:registration_request.cc(291)] Registration response error message: DEPRECATED_ENDPOINT
00:06:31.707 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc14206c0 committing with 1 instructions
00:06:31.707 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc14206c0
00:07:51.708 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed
00:07:57.180 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1508fe0 committing with 1 instructions
00:07:57.180 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1508fe0
00:08:11.022 [DEBUG] [sway/commands/bind.c:618] running command for binding: reload
00:08:11.022 [INFO] [sway/commands.c:261] Handling command 'reload'
00:08:11.026 [DEBUG] [sway/config.c:474] Performing configuration file validation
00:08:11.026 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:08:11.026 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:08:11.026 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:08:11.026 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:08:11.026 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:08:11.026 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:08:11.026 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:08:11.026 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:08:11.026 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:08:11.026 [DEBUG] [sway/config.c:797] Read line 3:
00:08:11.026 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:08:11.026 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:08:11.026 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@120Hz
00:08:11.026 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@120Hz
00:08:11.026 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@120Hz
00:08:11.026 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@120Hz
00:08:11.026 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@120.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:11.026 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:08:11.027 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:08:11.027 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:08:11.027 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:08:11.027 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:08:11.027 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:08:11.027 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:08:11.027 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:08:11.027 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 8: }
00:08:11.027 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 9:
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:08:11.027 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:08:11.027 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:08:11.027 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:08:11.027 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:08:11.027 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:08:11.027 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:08:11.027 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:08:11.027 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:08:11.027 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:08:11.027 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:08:11.027 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:08:11.027 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:08:11.027 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:08:11.027 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:08:11.027 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 14: }
00:08:11.027 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 15:
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:08:11.027 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:08:11.027 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:08:11.027 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:08:11.027 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:08:11.027 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:08:11.027 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:08:11.027 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 20:
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 22:
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 32:
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:08:11.028 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:08:11.028 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:08:11.028 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:08:11.028 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:08:11.029 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 36:
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:08:11.029 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:08:11.029 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:08:11.029 [DEBUG] [sway/config.c:841] Deferring command `exec dunst -config $HOME/.config/i3/dunstrc'
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 40:
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:11.029 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:11.029 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:11.029 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:08:11.029 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:08:11.029 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:11.029 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:11.029 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:11.029 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:08:11.029 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:08:11.029 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:11.029 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:11.029 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:11.029 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:08:11.029 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:08:11.029 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 46:
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:08:11.029 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:08:11.029 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 48:
00:08:11.029 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:08:11.030 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:08:11.030 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:08:11.030 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:08:11.030 [DEBUG] [sway/config.c:797] Read line 51:
00:08:11.030 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:08:11.030 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:08:11.030 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:08:11.030 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:08:11.030 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:08:11.030 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:08:11.031 [DEBUG] [sway/config.c:797] Read line 54:
00:08:11.031 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:08:11.031 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:08:11.031 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit $HOME/.files/i3/panel.lua
00:08:11.031 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit $HOME/.files/i3/panel.lua
00:08:11.031 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:11.031 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:08:11.031 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:11.031 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:11.031 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:08:11.031 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:08:11.031 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:08:11.031 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:08:11.031 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:08:11.031 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:08:11.031 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:08:11.031 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:08:11.031 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:08:11.031 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:08:11.031 [DEBUG] [sway/config.c:797] Read line 59: position top
00:08:11.031 [INFO] [sway/commands.c:381] Config command: bar position top
00:08:11.031 [INFO] [sway/commands.c:404] After replacement: bar position top
00:08:11.031 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:08:11.031 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:08:11.031 [DEBUG] [sway/config.c:797] Read line 60: font pango:Misc Stlarch 11px
00:08:11.031 [INFO] [sway/commands.c:381] Config command: bar font pango:Misc Stlarch 11px
00:08:11.032 [INFO] [sway/commands.c:404] After replacement: bar font pango:Misc Stlarch 11px
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Misc Stlarch 11px
00:08:11.032 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Misc Stlarch 11px' for bar: bar-0
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 61: tray_output eDP-1
00:08:11.032 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:08:11.032 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:08:11.032 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 62:
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 63: colors {
00:08:11.032 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 64: background #1f1f1f
00:08:11.032 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:08:11.032 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 65: statusline #c0b18b
00:08:11.032 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:08:11.032 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 66:
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 67: focused_workspace #af865a #1f1f1f #af865a
00:08:11.032 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:08:11.032 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 68: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.032 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.032 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 69: urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.032 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.032 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.032 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 70: }
00:08:11.032 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 71: }
00:08:11.032 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 72:
00:08:11.032 [DEBUG] [sway/config.c:797] Read line 73:
00:08:11.033 [DEBUG] [sway/config.c:797] Read line 74: # class title border background text indicator client border
00:08:11.033 [DEBUG] [sway/config.c:797] Read line 75: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:11.033 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:11.033 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:11.033 [DEBUG] [sway/config.c:797] Read line 76: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.033 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.033 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.033 [DEBUG] [sway/config.c:797] Read line 77: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.033 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.033 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.033 [DEBUG] [sway/config.c:797] Read line 78: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:11.033 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:11.033 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:11.033 [DEBUG] [sway/config.c:797] Read line 79:
00:08:11.033 [DEBUG] [sway/config.c:797] Read line 80: bindsym Super+Shift+q kill
00:08:11.033 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:08:11.033 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Space floating toggle
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+f fullscreen
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+Tab workspace next_on_output
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Shift+Tab workspace prev_on_output
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+j focus left
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+k focus down
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+l focus up
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+semicolon focus right
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+Shift+j move left
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+k move down
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:08:11.034 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:08:11.034 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:08:11.034 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+l move up
00:08:11.034 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+semicolon move right
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+v focus parent
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 94: bindsym Alt+Tab focus right
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Shift+Tab focus left
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 96: bindsym Super+1 workspace 20:1
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+2 workspace 21:2
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+3 workspace 22:3
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+4 workspace 23:4
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+5 workspace 24:5
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:08:11.035 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+6 workspace 25:6
00:08:11.035 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:08:11.035 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:08:11.035 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+7 workspace 26:7
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+8 workspace 27:8
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+9 workspace 28:9
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+0 workspace 29:0
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+Shift+1 move container to workspace 20:1
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+2 move container to workspace 21:2
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+3 move container to workspace 22:3
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+4 move container to workspace 23:4
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+5 move container to workspace 24:5
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+6 move container to workspace 25:6
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:08:11.036 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:08:11.036 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:08:11.036 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+7 move container to workspace 26:7
00:08:11.036 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+8 move container to workspace 27:8
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+9 move container to workspace 28:9
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+0 move container to workspace 29:0
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+a workspace 10:A
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+w workspace 11:I
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+e workspace 12:T
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+c workspace 99:C
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+Shift+a move container to workspace 10:A
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+w move container to workspace 11:I
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:08:11.037 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+e move container to workspace 12:T
00:08:11.037 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:08:11.037 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:08:11.037 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+c move container to workspace 99:C
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+backslash split vertical
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+Shift+backslash split horizontal
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Down move to scratchpad
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Up scratchpad show
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+n reload
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 131:
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 132: #
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 133: # wm independent hotkeys
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 134: #
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 135:
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 136: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:08:11.038 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:08:11.038 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:08:11.038 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:08:11.038 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 138: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 139: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+d exec wofi --show drun
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+Shift+d exec wofi --show run
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 143: bindsym Print exec $HOME/.files/bin/screenshot whole
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 144: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Shift+Print exec gifify $(rec)
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 146: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:08:11.039 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:08:11.039 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:08:11.039 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:08:11.039 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:08:11.040 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:08:11.040 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:08:11.040 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:08:11.040 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:08:11.040 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:08:11.040 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:08:11.040 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:08:11.040 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:08:11.040 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:08:11.040 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:08:11.040 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 154: bindsym Control+space exec makoctl dismiss
00:08:11.040 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:08:11.040 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:11.040 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:11.040 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 156:
00:08:11.040 [DEBUG] [sway/config.c:797] Read line 157: input * xkb_options ctrl:nocaps
00:08:11.040 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:08:11.040 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:08:11.040 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:08:11.040 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:08:11.040 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:08:11.040 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:08:11.040 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:08:11.043 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:08:11.043 [DEBUG] [sway/config.c:797] Read line 158:
00:08:11.043 [DEBUG] [sway/config.c:797] Read line 159: # input 1:1:AT_Translated_Set_2_keyboard {
00:08:11.043 [DEBUG] [sway/config.c:797] Read line 160: # xkb_layout us
00:08:11.043 [DEBUG] [sway/config.c:797] Read line 161: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:08:11.043 [DEBUG] [sway/config.c:797] Read line 162: # }
00:08:11.043 [DEBUG] [sway/config.c:797] Read line 163: #
00:08:11.043 [DEBUG] [sway/config.c:797] Read line 164: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:08:11.044 [DEBUG] [sway/config.c:797] Read line 165: # pointer_accel 0.5
00:08:11.044 [DEBUG] [sway/config.c:797] Read line 166: # tap enabled
00:08:11.044 [DEBUG] [sway/config.c:797] Read line 167: # }
00:08:11.044 [DEBUG] [sway/config.c:797] Read line 168:
00:08:11.044 [DEBUG] [sway/config.c:797] Read line 169: input 2:10:TPPS/2_Elan_TrackPoint {
00:08:11.044 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:08:11.044 [DEBUG] [sway/config.c:797] Read line 170: pointer_accel 0.01
00:08:11.044 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:08:11.044 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:08:11.044 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:08:11.044 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:08:11.044 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:08:11.044 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:08:11.044 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:08:11.047 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:08:11.047 [DEBUG] [sway/config.c:797] Read line 171: }
00:08:11.047 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:08:11.052 [DEBUG] [sway/config.c:474] Performing configuration file reload
00:08:11.052 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:08:11.052 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:08:11.052 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(148:4:Push_ANC_Active)
00:08:11.058 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active from group 0x623dc0f793e0
00:08:11.060 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc11a6470
00:08:11.061 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 148:4:Push_ANC_Active to group 0x623dc11a6470
00:08:11.062 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(148:4:Push_ANC_Active_(AVRCP))
00:08:11.067 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active_(AVRCP) from group 0x623dc0f793e0
00:08:11.069 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 148:4:Push_ANC_Active_(AVRCP) to group 0x623dc11a6470
00:08:11.070 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(6058:20564:ThinkPad_Extra_Buttons)
00:08:11.075 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc0f793e0
00:08:11.077 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc11a6470
00:08:11.078 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(2:10:TPPS/2_Elan_TrackPoint)
00:08:11.078 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.000000)
00:08:11.078 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 2:10:TPPS/2_Elan_TrackPoint
00:08:11.078 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1:1:AT_Translated_Set_2_keyboard)
00:08:11.083 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc0f793e0
00:08:11.085 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc11a6470
00:08:11.086 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Touchpad)
00:08:11.088 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:11.088 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Mouse)
00:08:11.088 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:11.088 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1121:19727:USB_Optical_Mouse)
00:08:11.088 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1121:19727:USB_Optical_Mouse
00:08:11.088 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:3:Sleep_Button)
00:08:11.093 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc0f793e0
00:08:11.095 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc11a6470
00:08:11.096 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:5:Lid_Switch)
00:08:11.096 [DEBUG] [sway/input/seat.c:930] TODO: reset switch device
00:08:11.096 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:1:Power_Button)
00:08:11.101 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc0f793e0
00:08:11.103 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc11a6470
00:08:11.104 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:6:Video_Bus)
00:08:11.109 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc0f793e0
00:08:11.109 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc0f793e0
00:08:11.111 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc11a6470
00:08:11.112 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:08:11.112 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:08:11.112 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:08:11.112 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:08:11.112 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:08:11.112 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:08:11.112 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:08:11.112 [DEBUG] [sway/config.c:797] Read line 3:
00:08:11.112 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:08:11.113 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@120Hz
00:08:11.113 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@120Hz
00:08:11.113 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@120Hz
00:08:11.113 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@120Hz
00:08:11.113 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@120.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:08:11.113 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:08:11.113 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:08:11.113 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:08:11.113 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:08:11.113 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:08:11.113 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:08:11.113 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:08:11.113 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 8: }
00:08:11.113 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 9:
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:08:11.113 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:08:11.113 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:08:11.113 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:08:11.113 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:08:11.113 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:08:11.113 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:08:11.113 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:08:11.113 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:08:11.113 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:08:11.113 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:08:11.113 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:08:11.113 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:08:11.113 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:08:11.113 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:08:11.113 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 14: }
00:08:11.113 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 15:
00:08:11.113 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:08:11.113 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 20:
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 22:
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:08:11.114 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:08:11.114 [DEBUG] [sway/config.c:797] Read line 32:
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:08:11.115 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:08:11.115 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:08:11.115 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:08:11.115 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:08:11.115 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:08:11.115 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 36:
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:08:11.115 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:08:11.115 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:08:11.115 [DEBUG] [sway/commands/exec.c:14] Ignoring 'exec dunst -config /home/cpup/.config/i3/dunstrc' due to reload
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 40:
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:11.115 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:11.115 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:11.115 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:08:11.115 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:08:11.115 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:11.115 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:11.115 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:11.115 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:08:11.115 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:08:11.115 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:11.115 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:11.115 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:11.115 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:08:11.115 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:08:11.115 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 46:
00:08:11.115 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:08:11.115 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:08:11.115 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:08:11.116 [DEBUG] [sway/config.c:797] Read line 48:
00:08:11.116 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:08:11.116 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:08:11.116 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:08:11.116 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:08:11.116 [DEBUG] [sway/config.c:797] Read line 51:
00:08:11.116 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:08:11.116 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:08:11.116 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:08:11.116 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:08:11.116 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:08:11.116 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 54:
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:08:11.117 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit $HOME/.files/i3/panel.lua
00:08:11.117 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit $HOME/.files/i3/panel.lua
00:08:11.117 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:11.117 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:08:11.117 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:11.117 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:08:11.117 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:08:11.117 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:08:11.117 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:08:11.117 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:08:11.117 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:08:11.117 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:08:11.117 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:08:11.117 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 59: position top
00:08:11.117 [INFO] [sway/commands.c:381] Config command: bar position top
00:08:11.117 [INFO] [sway/commands.c:404] After replacement: bar position top
00:08:11.117 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:08:11.117 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 60: font pango:Misc Stlarch 11px
00:08:11.117 [INFO] [sway/commands.c:381] Config command: bar font pango:Misc Stlarch 11px
00:08:11.117 [INFO] [sway/commands.c:404] After replacement: bar font pango:Misc Stlarch 11px
00:08:11.117 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Misc Stlarch 11px
00:08:11.117 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Misc Stlarch 11px' for bar: bar-0
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 61: tray_output eDP-1
00:08:11.117 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:08:11.117 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:08:11.117 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:08:11.117 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 62:
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 63: colors {
00:08:11.117 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:08:11.117 [DEBUG] [sway/config.c:797] Read line 64: background #1f1f1f
00:08:11.117 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:08:11.118 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 65: statusline #c0b18b
00:08:11.118 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:08:11.118 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 66:
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 67: focused_workspace #af865a #1f1f1f #af865a
00:08:11.118 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:08:11.118 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 68: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.118 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.118 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 69: urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.118 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.118 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.118 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 70: }
00:08:11.118 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 71: }
00:08:11.118 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 72:
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 73:
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 74: # class title border background text indicator client border
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 75: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:11.118 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:11.118 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:11.118 [DEBUG] [sway/config.c:797] Read line 76: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.119 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.119 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.119 [DEBUG] [sway/config.c:797] Read line 77: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.119 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.119 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:11.119 [DEBUG] [sway/config.c:797] Read line 78: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:11.119 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:11.119 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:11.119 [DEBUG] [sway/config.c:797] Read line 79:
00:08:11.119 [DEBUG] [sway/config.c:797] Read line 80: bindsym Super+Shift+q kill
00:08:11.119 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:08:11.119 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:08:11.119 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:08:11.119 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Space floating toggle
00:08:11.119 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:08:11.119 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:08:11.119 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:08:11.119 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+f fullscreen
00:08:11.119 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:08:11.119 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:08:11.119 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:08:11.119 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+Tab workspace next_on_output
00:08:11.119 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:08:11.119 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:08:11.119 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:08:11.119 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Shift+Tab workspace prev_on_output
00:08:11.119 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+j focus left
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+k focus down
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+l focus up
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+semicolon focus right
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+Shift+j move left
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+k move down
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+l move up
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+semicolon move right
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+v focus parent
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:08:11.120 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:08:11.120 [DEBUG] [sway/config.c:797] Read line 94: bindsym Alt+Tab focus right
00:08:11.120 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:08:11.120 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Shift+Tab focus left
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 96: bindsym Super+1 workspace 20:1
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+2 workspace 21:2
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+3 workspace 22:3
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+4 workspace 23:4
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+5 workspace 24:5
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+6 workspace 25:6
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+7 workspace 26:7
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+8 workspace 27:8
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+9 workspace 28:9
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:08:11.121 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:08:11.121 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:08:11.121 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+0 workspace 29:0
00:08:11.121 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+Shift+1 move container to workspace 20:1
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+2 move container to workspace 21:2
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+3 move container to workspace 22:3
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+4 move container to workspace 23:4
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+5 move container to workspace 24:5
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+6 move container to workspace 25:6
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+7 move container to workspace 26:7
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+8 move container to workspace 27:8
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+9 move container to workspace 28:9
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:08:11.122 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+0 move container to workspace 29:0
00:08:11.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:08:11.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:08:11.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+a workspace 10:A
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+w workspace 11:I
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+e workspace 12:T
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+c workspace 99:C
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+Shift+a move container to workspace 10:A
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+w move container to workspace 11:I
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+e move container to workspace 12:T
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+c move container to workspace 99:C
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+backslash split vertical
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+Shift+backslash split horizontal
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:08:11.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:08:11.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:08:11.123 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Down move to scratchpad
00:08:11.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Up scratchpad show
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+n reload
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 131:
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 132: #
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 133: # wm independent hotkeys
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 134: #
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 135:
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 136: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 138: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 139: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+d exec wofi --show drun
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:08:11.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:08:11.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:08:11.124 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+Shift+d exec wofi --show run
00:08:11.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 143: bindsym Print exec $HOME/.files/bin/screenshot whole
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 144: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Shift+Print exec gifify $(rec)
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 146: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:08:11.125 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:08:11.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:08:11.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:08:11.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:08:11.126 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:08:11.126 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:08:11.126 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:08:11.126 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:08:11.126 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:08:11.126 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:08:11.126 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:08:11.126 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:08:11.126 [DEBUG] [sway/config.c:797] Read line 154: bindsym Control+space exec makoctl dismiss
00:08:11.126 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:08:11.126 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:08:11.126 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:08:11.126 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:11.126 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:11.126 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:11.126 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:08:11.126 [DEBUG] [sway/config.c:797] Read line 156:
00:08:11.126 [DEBUG] [sway/config.c:797] Read line 157: input * xkb_options ctrl:nocaps
00:08:11.126 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:08:11.126 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:08:11.126 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:08:11.126 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:08:11.126 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:08:11.126 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:08:11.126 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:08:11.129 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 158:
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 159: # input 1:1:AT_Translated_Set_2_keyboard {
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 160: # xkb_layout us
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 161: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 162: # }
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 163: #
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 164: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 165: # pointer_accel 0.5
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 166: # tap enabled
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 167: # }
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 168:
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 169: input 2:10:TPPS/2_Elan_TrackPoint {
00:08:11.129 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:08:11.129 [DEBUG] [sway/config.c:797] Read line 170: pointer_accel 0.01
00:08:11.129 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:08:11.129 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:08:11.129 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:08:11.129 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:08:11.129 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:08:11.129 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:08:11.129 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:08:11.132 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:08:11.132 [DEBUG] [sway/config.c:797] Read line 171: }
00:08:11.132 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:08:11.132 [DEBUG] [sway/input/input-manager.c:190] no fallback seat config - creating default
00:08:11.132 [DEBUG] [sway/config/seat.c:65] Adding non-wildcard seat config
00:08:11.132 [DEBUG] [sway/config/seat.c:82] Config stored for seat seat0
00:08:11.132 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:08:11.137 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active from group 0x623dc11a6470
00:08:11.140 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc101bfc0
00:08:11.140 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 148:4:Push_ANC_Active to group 0x623dc101bfc0
00:08:11.146 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active_(AVRCP) from group 0x623dc11a6470
00:08:11.148 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 148:4:Push_ANC_Active_(AVRCP) to group 0x623dc101bfc0
00:08:11.154 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc11a6470
00:08:11.156 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc101bfc0
00:08:11.157 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:11.162 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc11a6470
00:08:11.164 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc101bfc0
00:08:11.165 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:11.165 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:11.165 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:11.171 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc11a6470
00:08:11.173 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc101bfc0
00:08:11.174 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:11.179 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc11a6470
00:08:11.181 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc101bfc0
00:08:11.187 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc11a6470
00:08:11.187 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc11a6470
00:08:11.189 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc101bfc0
00:08:11.213 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:11.220 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:11.220 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:11.220 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:11.228 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:11.243 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '148:4:Push_ANC_Active')
00:08:11.251 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '148:4:Push_ANC_Active_(AVRCP)')
00:08:11.258 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '6058:20564:ThinkPad_Extra_Buttons')
00:08:11.266 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:08:11.266 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.010000)
00:08:11.266 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:11.266 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1:1:AT_Translated_Set_2_keyboard')
00:08:11.274 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Touchpad')
00:08:11.274 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:11.274 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Mouse')
00:08:11.274 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:11.274 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1121:19727:USB_Optical_Mouse')
00:08:11.274 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:11.274 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:3:Sleep_Button')
00:08:11.281 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:5:Lid_Switch')
00:08:11.281 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:11.281 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:1:Power_Button')
00:08:11.289 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:6:Video_Bus')
00:08:11.296 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:08:11.296 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:11.297 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:08:11.319 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:11.327 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:11.327 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:11.327 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:11.334 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:11.372 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:11.380 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:11.380 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:11.380 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:11.388 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:11.403 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[0] = swaybg
00:08:11.408 [ERROR] [sway/config/output.c:1069] failed to execute 'swaybg' (background configuration probably not applied): No such file or directory
00:08:11.410 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:08:11.410 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.410 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:08:11.410 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:08:11.410 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.410 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (478.000000, 145.118967)
00:08:11.410 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:08:11.410 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:08:11.410 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0e90e20 committing with 8 instructions
00:08:11.410 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:08:11.410 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.410 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:08:11.410 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:08:11.411 [DEBUG] [sway/ipc-server.c:300] Sending workspace::reload event
00:08:11.411 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0'
00:08:11.416 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:08:11.416 [DEBUG] [sway/ipc-server.c:341] Sending barconfig_update event
00:08:11.419 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.419 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:08:11.419 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:08:11.419 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.419 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:08:11.419 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:08:11.419 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.419 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:08:11.419 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:08:11.420 [DEBUG] [sway/config/output.c:867] Committing 2 outputs
00:08:11.420 [DEBUG] [sway/config/output.c:631] Output state for HDMI-A-1
00:08:11.420 [DEBUG] [sway/config/output.c:633] enabled: yes
00:08:11.420 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:08:11.420 [DEBUG] [sway/config/output.c:645] mode: 1920x1200@59950mHz (preferred)
00:08:11.420 [DEBUG] [sway/config/output.c:655] scale: 1.000000
00:08:11.420 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:08:11.420 [DEBUG] [sway/config/output.c:631] Output state for eDP-1
00:08:11.420 [DEBUG] [sway/config/output.c:633] enabled: yes
00:08:11.420 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:08:11.420 [DEBUG] [sway/config/output.c:645] mode: 2880x1800@120000mHz (preferred)
00:08:11.420 [DEBUG] [sway/config/output.c:655] scale: 1.500000
00:08:11.420 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:08:11.420 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 2 outputs with explicit modifiers
00:08:11.420 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:08:11.421 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 1920x1200 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=2 (0x0200000010467B04)
00:08:11.421 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:08:11.422 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 2880x1800 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04)
00:08:11.423 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 2 outputs succeeded
00:08:11.423 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1200
00:08:11.424 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2880x1800
00:08:11.459 [DEBUG] [sway/config/output.c:927] Commit of 2 outputs succeeded
00:08:11.459 [DEBUG] [sway/config/output.c:933] Finalizing config for HDMI-A-1
00:08:11.459 [DEBUG] [sway/config/output.c:530] Set HDMI-A-1 position to 0, 0
00:08:11.459 [DEBUG] [sway/config/output.c:933] Finalizing config for eDP-1
00:08:11.459 [DEBUG] [sway/config/output.c:530] Set eDP-1 position to 1920, 0
00:08:11.459 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.459 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:08:11.459 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:08:11.459 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.459 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:08:11.459 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:08:11.459 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:11.459 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:08:11.459 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:08:11.459 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:11.459 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:11.459 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:11.459 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:11.460 [INFO] [sway/ipc-server.c:570] IPC Client 78 disconnected
00:08:11.460 [INFO] [sway/ipc-server.c:570] IPC Client 68 disconnected
00:08:11.460 [DEBUG] [sway/ipc-server.c:196] New client: fd 58
00:08:11.461 [DEBUG] [sway/ipc-server.c:196] New client: fd 60
00:08:11.475 [DEBUG] [sway/input/cursor.c:1411] denying request to set cursor from unfocused client
00:08:11.478 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:08:11.478 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc0e90e20 is ready
00:08:11.478 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0e90e20
00:08:11.479 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11c5330 committing with 10 instructions
sh: line 1: /home/cpup/.luaenv/versions/luajit-2.1.0-beta3/bin/luajit: No such file or directory
00:08:11.481 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:08:11.483 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:08:11.485 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc0ee2540 (res 0x623dc1648830)
00:08:11.485 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc1056d00 (res 0x623dc11f9880)
00:08:11.485 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:08:11.485 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc0efdcf0 (res 0x623dc115ad90)
00:08:11.485 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc1046e80 (res 0x623dc1649d90)
00:08:11.485 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:08:11.491 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:08:11.491 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:08:11.491 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:08:11.491 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:08:11.491 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:08:11.491 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (478.000000, 154.625000)
00:08:11.491 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:08:11.491 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:08:11.494 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:08:11.494 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:08:11.494 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:08:11.494 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:08:11.519 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:08:11.520 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc11c5330 is ready
00:08:11.520 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11c5330
00:08:11.520 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11949f0 committing with 10 instructions
00:08:11.525 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:08:11.556 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:08:11.563 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:08:11.563 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc11949f0 is ready
00:08:11.563 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11949f0
00:08:11.568 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:08:13.245 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1799
00:08:18.579 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0feffa0 committing with 1 instructions
00:08:18.580 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0feffa0
00:08:20.292 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1799
00:08:20.293 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1799
00:08:20.936 [DEBUG] [wlr] [types/wlr_data_control_v1.c:50] Ignoring duplicate MIME type offer text/plain
00:08:33.383 [DEBUG] [sway/commands/bind.c:618] running command for binding: reload
00:08:33.383 [INFO] [sway/commands.c:261] Handling command 'reload'
00:08:33.387 [DEBUG] [sway/config.c:474] Performing configuration file validation
00:08:33.387 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:08:33.387 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:08:33.388 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:08:33.388 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:08:33.388 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:08:33.388 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:08:33.388 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 3:
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:08:33.388 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@120Hz
00:08:33.388 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@120Hz
00:08:33.388 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@120Hz
00:08:33.388 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@120Hz
00:08:33.388 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@120.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:08:33.388 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:08:33.388 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:08:33.388 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:08:33.388 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:08:33.388 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:08:33.388 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:08:33.388 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:08:33.388 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 8: }
00:08:33.388 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 9:
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:08:33.388 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:08:33.388 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:08:33.388 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:08:33.388 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:08:33.388 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:08:33.388 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:08:33.388 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:08:33.388 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:08:33.389 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:08:33.389 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:08:33.389 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:08:33.389 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:08:33.389 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:08:33.389 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 14: }
00:08:33.389 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 15:
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 20:
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 22:
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:08:33.389 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:08:33.389 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:08:33.390 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:08:33.390 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:08:33.390 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:08:33.390 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 32:
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:08:33.390 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:08:33.390 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:08:33.390 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 36:
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:08:33.390 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:08:33.390 [DEBUG] [sway/config.c:841] Deferring command `exec dunst -config $HOME/.config/i3/dunstrc'
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 40:
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:33.390 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:33.390 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:33.390 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:08:33.390 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:08:33.390 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:08:33.390 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:33.390 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:33.391 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:33.391 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:08:33.391 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:08:33.391 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:33.391 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:33.391 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:33.391 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:08:33.391 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:08:33.391 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 46:
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:08:33.391 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:08:33.391 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 48:
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:08:33.391 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:08:33.391 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 51:
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:08:33.391 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:08:33.391 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:08:33.391 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:08:33.391 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:08:33.391 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:08:33.392 [DEBUG] [sway/config.c:797] Read line 54:
00:08:33.392 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:08:33.392 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:08:33.392 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:08:33.392 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:08:33.392 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:33.392 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:08:33.392 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:33.392 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:33.392 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:08:33.392 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:08:33.393 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:08:33.393 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:08:33.393 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:08:33.393 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:08:33.393 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 59: position top
00:08:33.393 [INFO] [sway/commands.c:381] Config command: bar position top
00:08:33.393 [INFO] [sway/commands.c:404] After replacement: bar position top
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:08:33.393 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 60: font pango:Misc Stlarch 11px
00:08:33.393 [INFO] [sway/commands.c:381] Config command: bar font pango:Misc Stlarch 11px
00:08:33.393 [INFO] [sway/commands.c:404] After replacement: bar font pango:Misc Stlarch 11px
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Misc Stlarch 11px
00:08:33.393 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Misc Stlarch 11px' for bar: bar-0
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 61: tray_output eDP-1
00:08:33.393 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:08:33.393 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:08:33.393 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 62:
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 63: colors {
00:08:33.393 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 64: background #1f1f1f
00:08:33.393 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:08:33.393 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 65: statusline #c0b18b
00:08:33.393 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:08:33.393 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 66:
00:08:33.393 [DEBUG] [sway/config.c:797] Read line 67: focused_workspace #af865a #1f1f1f #af865a
00:08:33.393 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:08:33.393 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:08:33.393 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 68: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.394 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.394 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.394 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.394 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 69: urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.394 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.394 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.394 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.394 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 70: }
00:08:33.394 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 71: }
00:08:33.394 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 72:
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 73:
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 74: # class title border background text indicator client border
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 75: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:33.394 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:33.394 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:33.394 [DEBUG] [sway/config.c:797] Read line 76: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.394 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.394 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 77: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.395 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 78: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:33.395 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 79:
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 80: bindsym Super+Shift+q kill
00:08:33.395 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:08:33.395 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Space floating toggle
00:08:33.395 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:08:33.395 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+f fullscreen
00:08:33.395 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:08:33.395 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+Tab workspace next_on_output
00:08:33.395 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:08:33.395 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Shift+Tab workspace prev_on_output
00:08:33.395 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:08:33.395 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+j focus left
00:08:33.395 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:08:33.395 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+k focus down
00:08:33.395 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:08:33.395 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:08:33.395 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+l focus up
00:08:33.395 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:08:33.395 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:08:33.395 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+semicolon focus right
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+Shift+j move left
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+k move down
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+l move up
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+semicolon move right
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+v focus parent
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 94: bindsym Alt+Tab focus right
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Shift+Tab focus left
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 96: bindsym Super+1 workspace 20:1
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+2 workspace 21:2
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:08:33.396 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:08:33.396 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:08:33.396 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+3 workspace 22:3
00:08:33.396 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+4 workspace 23:4
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+5 workspace 24:5
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+6 workspace 25:6
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+7 workspace 26:7
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+8 workspace 27:8
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+9 workspace 28:9
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+0 workspace 29:0
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+Shift+1 move container to workspace 20:1
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+2 move container to workspace 21:2
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:08:33.397 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:08:33.397 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+3 move container to workspace 22:3
00:08:33.397 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:08:33.397 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+4 move container to workspace 23:4
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+5 move container to workspace 24:5
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+6 move container to workspace 25:6
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+7 move container to workspace 26:7
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+8 move container to workspace 27:8
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+9 move container to workspace 28:9
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+0 move container to workspace 29:0
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+a workspace 10:A
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+w workspace 11:I
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:08:33.398 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+e workspace 12:T
00:08:33.398 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:08:33.398 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:08:33.398 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+c workspace 99:C
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+Shift+a move container to workspace 10:A
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+w move container to workspace 11:I
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+e move container to workspace 12:T
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+c move container to workspace 99:C
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+backslash split vertical
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+Shift+backslash split horizontal
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Down move to scratchpad
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Up scratchpad show
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+n reload
00:08:33.399 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:08:33.399 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:08:33.399 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:08:33.399 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:33.400 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:33.400 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 131:
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 132: #
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 133: # wm independent hotkeys
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 134: #
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 135:
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 136: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:08:33.400 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:08:33.400 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 138: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 139: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:08:33.400 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+d exec wofi --show drun
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:08:33.400 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+Shift+d exec wofi --show run
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:08:33.400 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:08:33.400 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:08:33.400 [DEBUG] [sway/config.c:797] Read line 143: bindsym Print exec $HOME/.files/bin/screenshot whole
00:08:33.400 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:08:33.400 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 144: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Shift+Print exec gifify $(rec)
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 146: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:08:33.401 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:08:33.401 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:08:33.401 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:08:33.401 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:08:33.402 [DEBUG] [sway/config.c:797] Read line 154: bindsym Control+space exec makoctl dismiss
00:08:33.402 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:08:33.402 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:08:33.402 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:08:33.402 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:33.402 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:33.402 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:33.402 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:08:33.402 [DEBUG] [sway/config.c:797] Read line 156:
00:08:33.402 [DEBUG] [sway/config.c:797] Read line 157: input * xkb_options ctrl:nocaps
00:08:33.402 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:08:33.402 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:08:33.402 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:08:33.402 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:08:33.402 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:08:33.402 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:08:33.402 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:08:33.405 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 158:
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 159: # input 1:1:AT_Translated_Set_2_keyboard {
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 160: # xkb_layout us
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 161: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 162: # }
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 163: #
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 164: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 165: # pointer_accel 0.5
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 166: # tap enabled
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 167: # }
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 168:
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 169: input 2:10:TPPS/2_Elan_TrackPoint {
00:08:33.405 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:08:33.405 [DEBUG] [sway/config.c:797] Read line 170: pointer_accel 0.01
00:08:33.405 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:08:33.405 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:08:33.405 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:08:33.405 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:08:33.405 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:08:33.405 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:08:33.405 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:08:33.408 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:08:33.408 [DEBUG] [sway/config.c:797] Read line 171: }
00:08:33.408 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:08:33.414 [DEBUG] [sway/config.c:474] Performing configuration file reload
00:08:33.414 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:08:33.414 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:08:33.414 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(148:4:Push_ANC_Active)
00:08:33.420 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active from group 0x623dc101bfc0
00:08:33.423 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc0ee3270
00:08:33.423 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 148:4:Push_ANC_Active to group 0x623dc0ee3270
00:08:33.424 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(148:4:Push_ANC_Active_(AVRCP))
00:08:33.429 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active_(AVRCP) from group 0x623dc101bfc0
00:08:33.431 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 148:4:Push_ANC_Active_(AVRCP) to group 0x623dc0ee3270
00:08:33.432 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(6058:20564:ThinkPad_Extra_Buttons)
00:08:33.438 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc101bfc0
00:08:33.440 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc0ee3270
00:08:33.441 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(2:10:TPPS/2_Elan_TrackPoint)
00:08:33.441 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.000000)
00:08:33.441 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 2:10:TPPS/2_Elan_TrackPoint
00:08:33.441 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1:1:AT_Translated_Set_2_keyboard)
00:08:33.446 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc101bfc0
00:08:33.448 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc0ee3270
00:08:33.449 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Touchpad)
00:08:33.451 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:33.451 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Mouse)
00:08:33.451 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:33.451 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1121:19727:USB_Optical_Mouse)
00:08:33.451 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1121:19727:USB_Optical_Mouse
00:08:33.451 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:3:Sleep_Button)
00:08:33.456 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc101bfc0
00:08:33.458 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc0ee3270
00:08:33.460 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:5:Lid_Switch)
00:08:33.460 [DEBUG] [sway/input/seat.c:930] TODO: reset switch device
00:08:33.460 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:1:Power_Button)
00:08:33.465 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc101bfc0
00:08:33.467 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc0ee3270
00:08:33.468 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:6:Video_Bus)
00:08:33.473 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc101bfc0
00:08:33.473 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc101bfc0
00:08:33.475 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc0ee3270
00:08:33.476 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:08:33.476 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:08:33.476 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:08:33.476 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:08:33.476 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:08:33.476 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:08:33.476 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:08:33.476 [DEBUG] [sway/config.c:797] Read line 3:
00:08:33.476 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:08:33.476 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:08:33.476 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@120Hz
00:08:33.476 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@120Hz
00:08:33.476 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@120Hz
00:08:33.476 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@120Hz
00:08:33.476 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@120.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:33.476 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:08:33.476 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:08:33.476 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:08:33.476 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:08:33.477 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:08:33.477 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:08:33.477 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:08:33.477 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:08:33.477 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 8: }
00:08:33.477 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 9:
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:08:33.477 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:08:33.477 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:08:33.477 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:08:33.477 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:08:33.477 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:08:33.477 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:08:33.477 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:08:33.477 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:08:33.477 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:08:33.477 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:08:33.477 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:08:33.477 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:08:33.477 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:08:33.477 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:08:33.477 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 14: }
00:08:33.477 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 15:
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:08:33.477 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:08:33.477 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:08:33.477 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:08:33.477 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:08:33.477 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:08:33.477 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:08:33.477 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:08:33.477 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 20:
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 22:
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 32:
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:08:33.478 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:08:33.478 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:08:33.478 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:08:33.478 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:08:33.479 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 36:
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:08:33.479 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:08:33.479 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:08:33.479 [DEBUG] [sway/commands/exec.c:14] Ignoring 'exec dunst -config /home/cpup/.config/i3/dunstrc' due to reload
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 40:
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:33.479 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:33.479 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:08:33.479 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:08:33.479 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:08:33.479 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:33.479 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:33.479 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:08:33.479 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:08:33.479 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:08:33.479 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:33.479 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:33.479 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:08:33.479 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:08:33.479 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:08:33.479 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 46:
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:08:33.479 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:08:33.479 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 48:
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:08:33.479 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:08:33.479 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:08:33.479 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:08:33.480 [DEBUG] [sway/config.c:797] Read line 51:
00:08:33.480 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:08:33.480 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:08:33.480 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:08:33.480 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:08:33.480 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:08:33.480 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:08:33.480 [DEBUG] [sway/config.c:797] Read line 54:
00:08:33.480 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:08:33.480 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:08:33.480 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:08:33.480 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:08:33.480 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:33.481 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:33.481 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:08:33.481 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:08:33.481 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:08:33.481 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:08:33.481 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:08:33.481 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:08:33.481 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 59: position top
00:08:33.481 [INFO] [sway/commands.c:381] Config command: bar position top
00:08:33.481 [INFO] [sway/commands.c:404] After replacement: bar position top
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:08:33.481 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 60: font pango:Misc Stlarch 11px
00:08:33.481 [INFO] [sway/commands.c:381] Config command: bar font pango:Misc Stlarch 11px
00:08:33.481 [INFO] [sway/commands.c:404] After replacement: bar font pango:Misc Stlarch 11px
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Misc Stlarch 11px
00:08:33.481 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Misc Stlarch 11px' for bar: bar-0
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 61: tray_output eDP-1
00:08:33.481 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:08:33.481 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:08:33.481 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 62:
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 63: colors {
00:08:33.481 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 64: background #1f1f1f
00:08:33.481 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:08:33.481 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 65: statusline #c0b18b
00:08:33.481 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:08:33.481 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:08:33.481 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:08:33.481 [DEBUG] [sway/config.c:797] Read line 66:
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 67: focused_workspace #af865a #1f1f1f #af865a
00:08:33.482 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:08:33.482 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:08:33.482 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:08:33.482 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 68: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.482 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.482 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.482 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.482 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 69: urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.482 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.482 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.482 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.482 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 70: }
00:08:33.482 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 71: }
00:08:33.482 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 72:
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 73:
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 74: # class title border background text indicator client border
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 75: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:33.482 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:33.482 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:08:33.482 [DEBUG] [sway/config.c:797] Read line 76: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.482 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.482 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 77: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.483 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.483 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 78: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:33.483 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:33.483 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 79:
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 80: bindsym Super+Shift+q kill
00:08:33.483 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:08:33.483 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:08:33.483 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Space floating toggle
00:08:33.483 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:08:33.483 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:08:33.483 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+f fullscreen
00:08:33.483 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:08:33.483 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:08:33.483 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+Tab workspace next_on_output
00:08:33.483 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:08:33.483 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:08:33.483 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Shift+Tab workspace prev_on_output
00:08:33.483 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:08:33.483 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:08:33.483 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+j focus left
00:08:33.483 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:08:33.483 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:08:33.483 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:08:33.483 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+k focus down
00:08:33.483 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+l focus up
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+semicolon focus right
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+Shift+j move left
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+k move down
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+l move up
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+semicolon move right
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+v focus parent
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 94: bindsym Alt+Tab focus right
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Shift+Tab focus left
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:08:33.484 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:08:33.484 [DEBUG] [sway/config.c:797] Read line 96: bindsym Super+1 workspace 20:1
00:08:33.484 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:08:33.484 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+2 workspace 21:2
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+3 workspace 22:3
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+4 workspace 23:4
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+5 workspace 24:5
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+6 workspace 25:6
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+7 workspace 26:7
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+8 workspace 27:8
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+9 workspace 28:9
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+0 workspace 29:0
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+Shift+1 move container to workspace 20:1
00:08:33.485 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:08:33.485 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:08:33.485 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:08:33.485 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+2 move container to workspace 21:2
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+3 move container to workspace 22:3
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+4 move container to workspace 23:4
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+5 move container to workspace 24:5
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+6 move container to workspace 25:6
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+7 move container to workspace 26:7
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+8 move container to workspace 27:8
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+9 move container to workspace 28:9
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+0 move container to workspace 29:0
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+a workspace 10:A
00:08:33.486 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:08:33.486 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:08:33.486 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:08:33.486 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+w workspace 11:I
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+e workspace 12:T
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+c workspace 99:C
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+Shift+a move container to workspace 10:A
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+w move container to workspace 11:I
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+e move container to workspace 12:T
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+c move container to workspace 99:C
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+backslash split vertical
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+Shift+backslash split horizontal
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Down move to scratchpad
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:08:33.487 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:08:33.487 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:08:33.487 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Up scratchpad show
00:08:33.487 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+n reload
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 131:
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 132: #
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 133: # wm independent hotkeys
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 134: #
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 135:
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 136: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 138: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 139: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+d exec wofi --show drun
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+Shift+d exec wofi --show run
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:08:33.488 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:08:33.488 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:08:33.488 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:08:33.488 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 143: bindsym Print exec $HOME/.files/bin/screenshot whole
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 144: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Shift+Print exec gifify $(rec)
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 146: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:08:33.489 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:08:33.489 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:08:33.489 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:08:33.489 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:08:33.490 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:08:33.490 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:08:33.490 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:08:33.490 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:08:33.490 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:08:33.490 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:08:33.490 [DEBUG] [sway/config.c:797] Read line 154: bindsym Control+space exec makoctl dismiss
00:08:33.490 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:08:33.490 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:08:33.490 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:08:33.490 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:33.490 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:33.490 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:08:33.490 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:08:33.490 [DEBUG] [sway/config.c:797] Read line 156:
00:08:33.490 [DEBUG] [sway/config.c:797] Read line 157: input * xkb_options ctrl:nocaps
00:08:33.490 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:08:33.490 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:08:33.490 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:08:33.490 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:08:33.490 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:08:33.490 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:08:33.490 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:08:33.493 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 158:
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 159: # input 1:1:AT_Translated_Set_2_keyboard {
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 160: # xkb_layout us
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 161: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 162: # }
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 163: #
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 164: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 165: # pointer_accel 0.5
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 166: # tap enabled
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 167: # }
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 168:
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 169: input 2:10:TPPS/2_Elan_TrackPoint {
00:08:33.493 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:08:33.493 [DEBUG] [sway/config.c:797] Read line 170: pointer_accel 0.01
00:08:33.493 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:08:33.493 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:08:33.493 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:08:33.493 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:08:33.493 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:08:33.493 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:08:33.493 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:08:33.496 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:08:33.496 [DEBUG] [sway/config.c:797] Read line 171: }
00:08:33.496 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:08:33.496 [DEBUG] [sway/input/input-manager.c:190] no fallback seat config - creating default
00:08:33.496 [DEBUG] [sway/config/seat.c:65] Adding non-wildcard seat config
00:08:33.496 [DEBUG] [sway/config/seat.c:82] Config stored for seat seat0
00:08:33.496 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:08:33.501 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active from group 0x623dc0ee3270
00:08:33.504 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc0f79740
00:08:33.504 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 148:4:Push_ANC_Active to group 0x623dc0f79740
00:08:33.510 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active_(AVRCP) from group 0x623dc0ee3270
00:08:33.512 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 148:4:Push_ANC_Active_(AVRCP) to group 0x623dc0f79740
00:08:33.519 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc0ee3270
00:08:33.521 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc0f79740
00:08:33.522 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:33.527 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc0ee3270
00:08:33.530 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc0f79740
00:08:33.531 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:33.531 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:33.531 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:33.536 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc0ee3270
00:08:33.538 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc0f79740
00:08:33.540 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:33.545 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc0ee3270
00:08:33.547 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc0f79740
00:08:33.553 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc0ee3270
00:08:33.553 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc0ee3270
00:08:33.555 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc0f79740
00:08:33.579 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:33.587 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:33.587 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:33.587 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:33.594 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:33.610 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '148:4:Push_ANC_Active')
00:08:33.618 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '148:4:Push_ANC_Active_(AVRCP)')
00:08:33.625 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '6058:20564:ThinkPad_Extra_Buttons')
00:08:33.634 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:08:33.634 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.010000)
00:08:33.634 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:33.634 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1:1:AT_Translated_Set_2_keyboard')
00:08:33.643 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Touchpad')
00:08:33.643 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:33.643 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Mouse')
00:08:33.643 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:33.643 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1121:19727:USB_Optical_Mouse')
00:08:33.643 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:33.643 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:3:Sleep_Button')
00:08:33.652 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:5:Lid_Switch')
00:08:33.652 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:33.652 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:1:Power_Button')
00:08:33.660 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:6:Video_Bus')
00:08:33.668 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:08:33.668 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:33.668 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:08:33.691 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:33.699 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:33.699 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:33.699 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:33.706 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:33.745 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:33.752 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:33.752 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:33.753 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:33.760 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:08:33.777 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[0] = swaybg
00:08:33.782 [ERROR] [sway/config/output.c:1069] failed to execute 'swaybg' (background configuration probably not applied): No such file or directory
00:08:33.784 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:08:33.784 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.784 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:08:33.784 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:08:33.784 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.784 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (478.000000, 145.118967)
00:08:33.784 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:08:33.784 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:08:33.784 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1569e40 committing with 8 instructions
00:08:33.785 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:08:33.785 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.785 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:08:33.785 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:08:33.785 [DEBUG] [sway/ipc-server.c:300] Sending workspace::reload event
00:08:33.785 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0'
00:08:33.791 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:08:33.791 [DEBUG] [sway/ipc-server.c:341] Sending barconfig_update event
00:08:33.793 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.793 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:08:33.793 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:08:33.794 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.794 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:08:33.794 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:08:33.794 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.794 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:08:33.794 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:08:33.794 [DEBUG] [sway/config/output.c:867] Committing 2 outputs
00:08:33.794 [DEBUG] [sway/config/output.c:631] Output state for HDMI-A-1
00:08:33.794 [DEBUG] [sway/config/output.c:633] enabled: yes
00:08:33.794 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:08:33.794 [DEBUG] [sway/config/output.c:645] mode: 1920x1200@59950mHz (preferred)
00:08:33.794 [DEBUG] [sway/config/output.c:655] scale: 1.000000
00:08:33.794 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:08:33.794 [DEBUG] [sway/config/output.c:631] Output state for eDP-1
00:08:33.794 [DEBUG] [sway/config/output.c:633] enabled: yes
00:08:33.795 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:08:33.795 [DEBUG] [sway/config/output.c:645] mode: 2880x1800@120000mHz (preferred)
00:08:33.795 [DEBUG] [sway/config/output.c:655] scale: 1.500000
00:08:33.795 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:08:33.795 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 2 outputs with explicit modifiers
00:08:33.795 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 2 outputs succeeded
00:08:33.826 [DEBUG] [sway/config/output.c:927] Commit of 2 outputs succeeded
00:08:33.826 [DEBUG] [sway/config/output.c:933] Finalizing config for HDMI-A-1
00:08:33.826 [DEBUG] [sway/config/output.c:530] Set HDMI-A-1 position to 0, 0
00:08:33.826 [DEBUG] [sway/config/output.c:933] Finalizing config for eDP-1
00:08:33.826 [DEBUG] [sway/config/output.c:530] Set eDP-1 position to 1920, 0
00:08:33.826 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.826 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:08:33.826 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:08:33.826 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.826 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:08:33.826 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:08:33.826 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:08:33.826 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:08:33.826 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:08:33.826 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:08:33.826 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:08:33.826 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:08:33.826 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:08:33.827 [INFO] [sway/ipc-server.c:570] IPC Client 60 disconnected
00:08:33.827 [INFO] [sway/ipc-server.c:570] IPC Client 58 disconnected
00:08:33.828 [DEBUG] [sway/ipc-server.c:196] New client: fd 58
00:08:33.828 [DEBUG] [sway/ipc-server.c:196] New client: fd 60
00:08:33.842 [DEBUG] [sway/input/cursor.c:1411] denying request to set cursor from unfocused client
00:08:33.849 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc0efdcf0 (res 0x623dc107da30)
00:08:33.849 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc1068ef0 (res 0x623dc10862c0)
00:08:33.849 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:08:33.849 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc15ad0b0 (res 0x623dc116b460)
00:08:33.849 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc1600480 (res 0x623dc11ca950)
00:08:33.849 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:08:33.854 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:08:33.854 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:08:33.854 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 19.000000
00:08:33.854 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:08:33.854 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:08:33.854 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (478.000000, 154.625000)
00:08:33.854 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 19.000000
00:08:33.854 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:08:33.856 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:08:33.857 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1181@0,19
00:08:33.857 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 19.000000
00:08:33.857 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:08:33.858 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 960x885
00:08:33.858 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:08:33.859 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1569e40 is ready
00:08:33.859 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1569e40
00:08:33.859 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc100a6c0 committing with 10 instructions
00:08:33.860 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1536
00:08:33.862 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:08:33.862 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc100a6c0 is ready
00:08:33.862 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc100a6c0
00:08:33.878 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1157
00:08:39.573 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ec0980 committing with 1 instructions
00:08:39.573 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ec0980
00:08:40.045 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11840f0 committing with 1 instructions
00:08:40.045 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11840f0
00:09:08.515 [DEBUG] [sway/commands/bind.c:618] running command for binding: reload
00:09:08.515 [INFO] [sway/commands.c:261] Handling command 'reload'
00:09:08.520 [DEBUG] [sway/config.c:474] Performing configuration file validation
00:09:08.520 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:09:08.520 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:09:08.520 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:09:08.520 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:09:08.520 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:09:08.520 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:09:08.520 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:09:08.520 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:09:08.520 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:09:08.520 [DEBUG] [sway/config.c:797] Read line 3:
00:09:08.520 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:09:08.520 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:09:08.520 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@120Hz
00:09:08.520 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@120Hz
00:09:08.520 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@120Hz
00:09:08.520 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@120Hz
00:09:08.520 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@120.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:09:08.520 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:09:08.520 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:09:08.520 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:09:08.521 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:09:08.521 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:09:08.521 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:09:08.521 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:09:08.521 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:09:08.521 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 8: }
00:09:08.521 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 9:
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:09:08.521 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:09:08.521 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:09:08.521 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:09:08.521 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:09:08.521 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:09:08.521 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:09:08.521 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:09:08.521 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:09:08.521 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:09:08.521 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:09:08.521 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:09:08.521 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:09:08.521 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:09:08.521 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:09:08.521 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 14: }
00:09:08.521 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 15:
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:09:08.521 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:09:08.521 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:09:08.521 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:09:08.521 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:09:08.521 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:09:08.521 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:09:08.521 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 20:
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 22:
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 32:
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:09:08.522 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:09:08.522 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:09:08.522 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:09:08.522 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:09:08.523 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:09:08.523 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 36:
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:09:08.523 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:09:08.523 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:09:08.523 [DEBUG] [sway/config.c:841] Deferring command `exec dunst -config $HOME/.config/i3/dunstrc'
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 40:
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:09:08.523 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:09:08.523 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:09:08.523 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:09:08.523 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:09:08.523 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:09:08.523 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:09:08.523 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:09:08.523 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:09:08.523 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:09:08.523 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:09:08.523 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:09:08.523 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:09:08.523 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:09:08.523 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:09:08.523 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 46:
00:09:08.523 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:09:08.523 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:09:08.523 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:09:08.524 [DEBUG] [sway/config.c:797] Read line 48:
00:09:08.524 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:09:08.524 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:09:08.524 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:09:08.524 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:09:08.524 [DEBUG] [sway/config.c:797] Read line 51:
00:09:08.524 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:09:08.524 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:09:08.524 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:09:08.524 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:09:08.524 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:09:08.524 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 54:
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:09:08.525 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:09:08.525 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:09:08.525 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:09:08.525 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:09:08.525 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:09:08.525 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:09:08.525 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:09:08.525 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:09:08.525 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:09:08.525 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:09:08.525 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:09:08.525 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:09:08.525 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:09:08.525 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 59: position top
00:09:08.525 [INFO] [sway/commands.c:381] Config command: bar position top
00:09:08.525 [INFO] [sway/commands.c:404] After replacement: bar position top
00:09:08.525 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:09:08.525 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 60: # font pango:Misc Stlarch 11px
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 61: font pango:Fira Code 11px
00:09:08.525 [INFO] [sway/commands.c:381] Config command: bar font pango:Fira Code 11px
00:09:08.525 [INFO] [sway/commands.c:404] After replacement: bar font pango:Fira Code 11px
00:09:08.525 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Fira Code 11px
00:09:08.525 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Fira Code 11px' for bar: bar-0
00:09:08.525 [DEBUG] [sway/config.c:797] Read line 62: tray_output eDP-1
00:09:08.525 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:09:08.526 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:09:08.526 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 63:
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 64: colors {
00:09:08.526 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 65: background #1f1f1f
00:09:08.526 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:09:08.526 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 66: statusline #c0b18b
00:09:08.526 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:09:08.526 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 67:
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 68: focused_workspace #af865a #1f1f1f #af865a
00:09:08.526 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:09:08.526 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 69: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.526 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.526 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 70: urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.526 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.526 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.526 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 71: }
00:09:08.526 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 72: }
00:09:08.526 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 73:
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 74:
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 75: # class title border background text indicator client border
00:09:08.526 [DEBUG] [sway/config.c:797] Read line 76: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:09:08.526 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:09:08.526 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:09:08.527 [DEBUG] [sway/config.c:797] Read line 77: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.527 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.527 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.527 [DEBUG] [sway/config.c:797] Read line 78: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.527 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.527 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.527 [DEBUG] [sway/config.c:797] Read line 79: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:09:08.527 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:09:08.527 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:09:08.527 [DEBUG] [sway/config.c:797] Read line 80:
00:09:08.527 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Shift+q kill
00:09:08.527 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:09:08.527 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:09:08.527 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:09:08.527 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+Space floating toggle
00:09:08.527 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:09:08.527 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:09:08.527 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:09:08.527 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+f fullscreen
00:09:08.527 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Tab workspace next_on_output
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+Shift+Tab workspace prev_on_output
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+j focus left
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+k focus down
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+l focus up
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+semicolon focus right
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+j move left
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+k move down
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+l move up
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:09:08.528 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:09:08.528 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+semicolon move right
00:09:08.528 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:09:08.528 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 94: bindsym Super+Shift+v focus parent
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Tab focus right
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 96: bindsym Alt+Shift+Tab focus left
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+1 workspace 20:1
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+2 workspace 21:2
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+3 workspace 22:3
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+4 workspace 23:4
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+5 workspace 24:5
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+6 workspace 25:6
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+7 workspace 26:7
00:09:08.529 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:09:08.529 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:09:08.529 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:09:08.529 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+8 workspace 27:8
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+9 workspace 28:9
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+0 workspace 29:0
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+1 move container to workspace 20:1
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+2 move container to workspace 21:2
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+3 move container to workspace 22:3
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+4 move container to workspace 23:4
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+5 move container to workspace 24:5
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+6 move container to workspace 25:6
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+7 move container to workspace 26:7
00:09:08.530 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:09:08.530 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:09:08.530 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:09:08.530 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+8 move container to workspace 27:8
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+9 move container to workspace 28:9
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+Shift+0 move container to workspace 29:0
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+a workspace 10:A
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+w workspace 11:I
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+e workspace 12:T
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+c workspace 99:C
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+a move container to workspace 10:A
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+w move container to workspace 11:I
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+e move container to workspace 12:T
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:09:08.531 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:09:08.531 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:09:08.531 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+Shift+c move container to workspace 99:C
00:09:08.531 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+backslash split vertical
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Shift+backslash split horizontal
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Down move to scratchpad
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+Up scratchpad show
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+n reload
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 131: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 132:
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 133: #
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 134: # wm independent hotkeys
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 135: #
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 136:
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:09:08.532 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:09:08.532 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:09:08.532 [DEBUG] [sway/config.c:797] Read line 138: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:09:08.532 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 139: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+d exec wofi --show drun
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+d exec wofi --show run
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 143: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 144: bindsym Print exec $HOME/.files/bin/screenshot whole
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 146: bindsym Super+Shift+Print exec gifify $(rec)
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:09:08.533 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:09:08.533 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:09:08.533 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:09:08.533 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:09:08.534 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:09:08.534 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:09:08.534 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:09:08.534 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:09:08.534 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:09:08.534 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:09:08.534 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:09:08.534 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:09:08.534 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:09:08.534 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 154: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:09:08.534 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:09:08.534 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+space exec makoctl dismiss
00:09:08.534 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:09:08.534 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 156: bindsym Control+Shift+space exec makoctl dismiss -a
00:09:08.534 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:09:08.534 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 157:
00:09:08.534 [DEBUG] [sway/config.c:797] Read line 158: input * xkb_options ctrl:nocaps
00:09:08.534 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:09:08.534 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:09:08.534 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:09:08.534 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:09:08.534 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:09:08.534 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:09:08.534 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:09:08.537 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 159:
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 160: # input 1:1:AT_Translated_Set_2_keyboard {
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 161: # xkb_layout us
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 162: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 163: # }
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 164: #
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 165: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 166: # pointer_accel 0.5
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 167: # tap enabled
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 168: # }
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 169:
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 170: input 2:10:TPPS/2_Elan_TrackPoint {
00:09:08.538 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:09:08.538 [DEBUG] [sway/config.c:797] Read line 171: pointer_accel 0.01
00:09:08.538 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:09:08.538 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:09:08.538 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:09:08.538 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:09:08.538 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:09:08.538 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:09:08.538 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:09:08.541 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:09:08.541 [DEBUG] [sway/config.c:797] Read line 172: }
00:09:08.541 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:09:08.547 [DEBUG] [sway/config.c:474] Performing configuration file reload
00:09:08.547 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:09:08.547 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:09:08.547 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(148:4:Push_ANC_Active)
00:09:08.552 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active from group 0x623dc0f79740
00:09:08.555 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc1090300
00:09:08.555 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 148:4:Push_ANC_Active to group 0x623dc1090300
00:09:08.556 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(148:4:Push_ANC_Active_(AVRCP))
00:09:08.561 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active_(AVRCP) from group 0x623dc0f79740
00:09:08.564 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 148:4:Push_ANC_Active_(AVRCP) to group 0x623dc1090300
00:09:08.565 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(6058:20564:ThinkPad_Extra_Buttons)
00:09:08.570 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc0f79740
00:09:08.572 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc1090300
00:09:08.573 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(2:10:TPPS/2_Elan_TrackPoint)
00:09:08.573 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.000000)
00:09:08.573 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 2:10:TPPS/2_Elan_TrackPoint
00:09:08.573 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1:1:AT_Translated_Set_2_keyboard)
00:09:08.578 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc0f79740
00:09:08.580 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc1090300
00:09:08.581 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Touchpad)
00:09:08.583 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:09:08.583 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Mouse)
00:09:08.583 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:09:08.583 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1121:19727:USB_Optical_Mouse)
00:09:08.583 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1121:19727:USB_Optical_Mouse
00:09:08.583 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:3:Sleep_Button)
00:09:08.588 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc0f79740
00:09:08.590 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc1090300
00:09:08.591 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:5:Lid_Switch)
00:09:08.591 [DEBUG] [sway/input/seat.c:930] TODO: reset switch device
00:09:08.592 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:1:Power_Button)
00:09:08.597 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc0f79740
00:09:08.599 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc1090300
00:09:08.600 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:6:Video_Bus)
00:09:08.605 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc0f79740
00:09:08.605 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc0f79740
00:09:08.607 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc1090300
00:09:08.608 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:09:08.608 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:09:08.608 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:09:08.608 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:09:08.608 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:09:08.608 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:09:08.608 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:09:08.608 [DEBUG] [sway/config.c:797] Read line 3:
00:09:08.608 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:09:08.608 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:09:08.608 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@120Hz
00:09:08.608 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@120Hz
00:09:08.608 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@120Hz
00:09:08.608 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@120Hz
00:09:08.608 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@120.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:09:08.608 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:09:08.608 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:09:08.608 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:09:08.608 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:09:08.608 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:09:08.608 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:09:08.608 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:09:08.608 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:09:08.609 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:09:08.609 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 8: }
00:09:08.609 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 9:
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:09:08.609 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:09:08.609 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:09:08.609 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:09:08.609 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:09:08.609 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:09:08.609 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:09:08.609 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:09:08.609 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:09:08.609 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:09:08.609 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:09:08.609 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:09:08.609 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:09:08.609 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:09:08.609 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:09:08.609 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 14: }
00:09:08.609 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 15:
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:09:08.609 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:09:08.609 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:09:08.609 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:09:08.609 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:09:08.609 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:09:08.609 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:09:08.609 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:09:08.609 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 20:
00:09:08.609 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:09:08.609 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 22:
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 32:
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:09:08.610 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:09:08.610 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:09:08.610 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 36:
00:09:08.610 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:09:08.611 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:09:08.611 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:09:08.611 [DEBUG] [sway/commands/exec.c:14] Ignoring 'exec dunst -config /home/cpup/.config/i3/dunstrc' due to reload
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 40:
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:09:08.611 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:09:08.611 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:09:08.611 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:09:08.611 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:09:08.611 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:09:08.611 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:09:08.611 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:09:08.611 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:09:08.611 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:09:08.611 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:09:08.611 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:09:08.611 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:09:08.611 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:09:08.611 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:09:08.611 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 46:
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:09:08.611 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:09:08.611 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 48:
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:09:08.611 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:09:08.611 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 51:
00:09:08.611 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:09:08.611 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:09:08.612 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:09:08.612 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:09:08.612 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:09:08.612 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:09:08.612 [DEBUG] [sway/config.c:797] Read line 54:
00:09:08.612 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:09:08.612 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:09:08.612 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:09:08.612 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:09:08.612 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:09:08.612 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:09:08.612 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:09:08.612 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:09:08.612 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:09:08.613 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:09:08.613 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:09:08.613 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:09:08.613 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:09:08.613 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:09:08.613 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 59: position top
00:09:08.613 [INFO] [sway/commands.c:381] Config command: bar position top
00:09:08.613 [INFO] [sway/commands.c:404] After replacement: bar position top
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:09:08.613 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 60: # font pango:Misc Stlarch 11px
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 61: font pango:Fira Code 11px
00:09:08.613 [INFO] [sway/commands.c:381] Config command: bar font pango:Fira Code 11px
00:09:08.613 [INFO] [sway/commands.c:404] After replacement: bar font pango:Fira Code 11px
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Fira Code 11px
00:09:08.613 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Fira Code 11px' for bar: bar-0
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 62: tray_output eDP-1
00:09:08.613 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:09:08.613 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:09:08.613 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 63:
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 64: colors {
00:09:08.613 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 65: background #1f1f1f
00:09:08.613 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:09:08.613 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 66: statusline #c0b18b
00:09:08.613 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:09:08.613 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:09:08.613 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 67:
00:09:08.613 [DEBUG] [sway/config.c:797] Read line 68: focused_workspace #af865a #1f1f1f #af865a
00:09:08.614 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:09:08.614 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:09:08.614 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:09:08.614 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 69: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.614 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.614 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.614 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.614 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 70: urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.614 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.614 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.614 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.614 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 71: }
00:09:08.614 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 72: }
00:09:08.614 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 73:
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 74:
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 75: # class title border background text indicator client border
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 76: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:09:08.614 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:09:08.614 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:09:08.614 [DEBUG] [sway/config.c:797] Read line 77: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.614 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.614 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 78: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.615 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 79: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:09:08.615 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 80:
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Shift+q kill
00:09:08.615 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:09:08.615 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+Space floating toggle
00:09:08.615 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:09:08.615 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+f fullscreen
00:09:08.615 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:09:08.615 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Tab workspace next_on_output
00:09:08.615 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:09:08.615 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+Shift+Tab workspace prev_on_output
00:09:08.615 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:09:08.615 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+j focus left
00:09:08.615 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:09:08.615 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+k focus down
00:09:08.615 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:09:08.615 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:09:08.615 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:09:08.615 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+l focus up
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+semicolon focus right
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+j move left
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+k move down
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+l move up
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+semicolon move right
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 94: bindsym Super+Shift+v focus parent
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Tab focus right
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 96: bindsym Alt+Shift+Tab focus left
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+1 workspace 20:1
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:09:08.616 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:09:08.616 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:09:08.616 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+2 workspace 21:2
00:09:08.616 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+3 workspace 22:3
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+4 workspace 23:4
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+5 workspace 24:5
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+6 workspace 25:6
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+7 workspace 26:7
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+8 workspace 27:8
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+9 workspace 28:9
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+0 workspace 29:0
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+1 move container to workspace 20:1
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:09:08.617 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+2 move container to workspace 21:2
00:09:08.617 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:09:08.617 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:09:08.617 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+3 move container to workspace 22:3
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+4 move container to workspace 23:4
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+5 move container to workspace 24:5
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+6 move container to workspace 25:6
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+7 move container to workspace 26:7
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+8 move container to workspace 27:8
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+9 move container to workspace 28:9
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+Shift+0 move container to workspace 29:0
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+a workspace 10:A
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+w workspace 11:I
00:09:08.618 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:09:08.618 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:09:08.618 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:09:08.618 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+e workspace 12:T
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+c workspace 99:C
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+a move container to workspace 10:A
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+w move container to workspace 11:I
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+e move container to workspace 12:T
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+Shift+c move container to workspace 99:C
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+backslash split vertical
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Shift+backslash split horizontal
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Down move to scratchpad
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+Up scratchpad show
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:09:08.619 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:09:08.619 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:09:08.619 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+n reload
00:09:08.619 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:09:08.620 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 131: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:09:08.620 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 132:
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 133: #
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 134: # wm independent hotkeys
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 135: #
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 136:
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:09:08.620 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 138: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:09:08.620 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 139: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:09:08.620 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+d exec wofi --show drun
00:09:08.620 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+d exec wofi --show run
00:09:08.620 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:09:08.620 [DEBUG] [sway/config.c:797] Read line 143: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:09:08.620 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:09:08.620 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:09:08.620 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 144: bindsym Print exec $HOME/.files/bin/screenshot whole
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 146: bindsym Super+Shift+Print exec gifify $(rec)
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:09:08.621 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:09:08.621 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:09:08.621 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:09:08.621 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:09:08.622 [DEBUG] [sway/config.c:797] Read line 154: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:09:08.622 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:09:08.622 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:09:08.622 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:09:08.622 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+space exec makoctl dismiss
00:09:08.622 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:09:08.622 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:09:08.622 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:09:08.622 [DEBUG] [sway/config.c:797] Read line 156: bindsym Control+Shift+space exec makoctl dismiss -a
00:09:08.622 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:09:08.622 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:09:08.622 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:09:08.622 [DEBUG] [sway/config.c:797] Read line 157:
00:09:08.622 [DEBUG] [sway/config.c:797] Read line 158: input * xkb_options ctrl:nocaps
00:09:08.622 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:09:08.622 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:09:08.622 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:09:08.622 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:09:08.622 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:09:08.622 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:09:08.622 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:09:08.625 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 159:
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 160: # input 1:1:AT_Translated_Set_2_keyboard {
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 161: # xkb_layout us
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 162: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 163: # }
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 164: #
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 165: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 166: # pointer_accel 0.5
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 167: # tap enabled
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 168: # }
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 169:
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 170: input 2:10:TPPS/2_Elan_TrackPoint {
00:09:08.625 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:09:08.625 [DEBUG] [sway/config.c:797] Read line 171: pointer_accel 0.01
00:09:08.625 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:09:08.625 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:09:08.625 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:09:08.625 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:09:08.625 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:09:08.625 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:09:08.625 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:09:08.628 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:09:08.628 [DEBUG] [sway/config.c:797] Read line 172: }
00:09:08.628 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:09:08.628 [DEBUG] [sway/input/input-manager.c:190] no fallback seat config - creating default
00:09:08.628 [DEBUG] [sway/config/seat.c:65] Adding non-wildcard seat config
00:09:08.628 [DEBUG] [sway/config/seat.c:82] Config stored for seat seat0
00:09:08.628 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:09:08.633 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active from group 0x623dc1090300
00:09:08.636 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc104c500
00:09:08.636 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 148:4:Push_ANC_Active to group 0x623dc104c500
00:09:08.644 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active_(AVRCP) from group 0x623dc1090300
00:09:08.646 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 148:4:Push_ANC_Active_(AVRCP) to group 0x623dc104c500
00:09:08.652 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc1090300
00:09:08.654 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc104c500
00:09:08.655 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:09:08.660 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc1090300
00:09:08.662 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc104c500
00:09:08.663 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:09:08.663 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:09:08.663 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:09:08.668 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc1090300
00:09:08.670 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc104c500
00:09:08.672 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:09:08.677 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc1090300
00:09:08.679 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc104c500
00:09:08.685 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc1090300
00:09:08.685 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc1090300
00:09:08.687 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc104c500
00:09:08.711 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:09:08.718 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:09:08.718 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:09:08.718 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:09:08.726 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:09:08.741 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '148:4:Push_ANC_Active')
00:09:08.749 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '148:4:Push_ANC_Active_(AVRCP)')
00:09:08.756 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '6058:20564:ThinkPad_Extra_Buttons')
00:09:08.764 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:09:08.764 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.010000)
00:09:08.764 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:09:08.764 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1:1:AT_Translated_Set_2_keyboard')
00:09:08.772 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Touchpad')
00:09:08.772 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:09:08.772 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Mouse')
00:09:08.772 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:09:08.772 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1121:19727:USB_Optical_Mouse')
00:09:08.772 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:09:08.772 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:3:Sleep_Button')
00:09:08.779 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:5:Lid_Switch')
00:09:08.779 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:09:08.780 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:1:Power_Button')
00:09:08.787 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:6:Video_Bus')
00:09:08.795 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:09:08.795 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:09:08.795 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:09:08.818 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:09:08.826 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:09:08.826 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:09:08.826 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:09:08.834 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:09:08.872 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:09:08.880 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:09:08.880 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:09:08.880 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:09:08.888 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:09:08.903 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[0] = swaybg
00:09:08.909 [ERROR] [sway/config/output.c:1069] failed to execute 'swaybg' (background configuration probably not applied): No such file or directory
00:09:08.911 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:09:08.911 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.911 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:09:08.911 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:09:08.911 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.911 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (478.000000, 145.118967)
00:09:08.911 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:09:08.911 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:09:08.911 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11f4500 committing with 8 instructions
00:09:08.911 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:09:08.911 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.911 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:09:08.911 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:09:08.912 [DEBUG] [sway/ipc-server.c:300] Sending workspace::reload event
00:09:08.912 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0'
00:09:08.917 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:09:08.917 [DEBUG] [sway/ipc-server.c:341] Sending barconfig_update event
00:09:08.920 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.920 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:09:08.920 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:09:08.920 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.920 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:09:08.920 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:09:08.920 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.920 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:09:08.920 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:09:08.921 [DEBUG] [sway/config/output.c:867] Committing 2 outputs
00:09:08.921 [DEBUG] [sway/config/output.c:631] Output state for HDMI-A-1
00:09:08.921 [DEBUG] [sway/config/output.c:633] enabled: yes
00:09:08.921 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:09:08.921 [DEBUG] [sway/config/output.c:645] mode: 1920x1200@59950mHz (preferred)
00:09:08.921 [DEBUG] [sway/config/output.c:655] scale: 1.000000
00:09:08.921 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:09:08.921 [DEBUG] [sway/config/output.c:631] Output state for eDP-1
00:09:08.921 [DEBUG] [sway/config/output.c:633] enabled: yes
00:09:08.921 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:09:08.921 [DEBUG] [sway/config/output.c:645] mode: 2880x1800@120000mHz (preferred)
00:09:08.921 [DEBUG] [sway/config/output.c:655] scale: 1.500000
00:09:08.921 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:09:08.921 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 2 outputs with explicit modifiers
00:09:08.922 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 2 outputs succeeded
00:09:08.958 [DEBUG] [sway/config/output.c:927] Commit of 2 outputs succeeded
00:09:08.958 [DEBUG] [sway/config/output.c:933] Finalizing config for HDMI-A-1
00:09:08.958 [DEBUG] [sway/config/output.c:530] Set HDMI-A-1 position to 0, 0
00:09:08.959 [DEBUG] [sway/config/output.c:933] Finalizing config for eDP-1
00:09:08.959 [DEBUG] [sway/config/output.c:530] Set eDP-1 position to 1920, 0
00:09:08.959 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.959 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 0.000000
00:09:08.959 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:09:08.959 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.959 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 0.000000
00:09:08.959 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:09:08.959 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:09:08.959 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:09:08.959 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:09:08.959 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:09:08.959 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:09:08.959 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:09:08.959 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:09:08.960 [INFO] [sway/ipc-server.c:570] IPC Client 60 disconnected
00:09:08.960 [INFO] [sway/ipc-server.c:570] IPC Client 58 disconnected
00:09:08.960 [DEBUG] [sway/ipc-server.c:196] New client: fd 58
00:09:08.960 [DEBUG] [sway/ipc-server.c:196] New client: fd 60
00:09:08.963 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1536
00:09:08.972 [DEBUG] [sway/input/cursor.c:1411] denying request to set cursor from unfocused client
00:09:08.974 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:09:08.974 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc11f4500 is ready
00:09:08.974 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11f4500
00:09:08.975 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1152fc0 committing with 10 instructions
00:09:08.978 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:09:08.980 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:09:08.983 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc12bff30 (res 0x623dc115a380)
00:09:08.983 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc108d0d0 (res 0x623dc15c9330)
00:09:08.984 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:09:08.984 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc0efdcf0 (res 0x623dc1184700)
00:09:08.984 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc15920f0 (res 0x623dc0ed66e0)
00:09:08.984 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:09:08.989 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:09:08.989 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:09:08.989 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 21.000000
00:09:08.989 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:09:08.989 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:09:08.989 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (478.000000, 155.625635)
00:09:08.989 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 0.000000, 21.000000
00:09:08.989 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:09:08.989 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:09:08.989 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:09:08.989 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 21.000000
00:09:08.989 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:09:09.020 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:09:09.020 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1152fc0 is ready
00:09:09.020 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1152fc0
00:09:09.021 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0f51060 committing with 10 instructions
00:09:09.022 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1536
00:09:09.024 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1155
00:09:09.042 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:09:09.058 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:09:09.058 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc0f51060 is ready
00:09:09.058 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0f51060
00:09:09.062 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1155
00:09:09.144 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1155
00:09:19.711 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:09:19.711 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:09:19.711 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:09:19.711 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:09:19.712 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:09:19.712 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 0.000000, 21.000000
00:09:19.712 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:09:19.712 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0eb7e70 committing with 6 instructions
00:09:19.712 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0eb7e70
00:09:19.738 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:09:19.745 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:09:19.750 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:09:20.728 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1197
00:09:20.741 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1197
00:09:20.770 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1948x1197
[49986:49986:1206/011745.464204:ERROR:shared_image_manager.cc(250)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
00:10:09.297 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing Push ANC Active [148:4]
00:10:09.297 [DEBUG] [sway/input/input-manager.c:208] removing device: '148:4:Push_ANC_Active'
00:10:09.297 [DEBUG] [sway/input/seat.c:969] removing device 148:4:Push_ANC_Active from seat seat0
00:10:09.297 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active from group 0x623dc104c500
00:10:09.420 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing Push ANC Active (AVRCP) [148:4]
00:10:09.420 [DEBUG] [sway/input/input-manager.c:208] removing device: '148:4:Push_ANC_Active_(AVRCP)'
00:10:09.420 [DEBUG] [sway/input/seat.c:969] removing device 148:4:Push_ANC_Active_(AVRCP) from seat seat0
00:10:09.420 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 148:4:Push_ANC_Active_(AVRCP) from group 0x623dc104c500
00:10:09.621 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:10:09.621 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ff4ee0 committing with 6 instructions
00:10:09.621 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ff4ee0
00:10:34.677 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/exit-menu
00:10:34.677 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/exit-menu'
00:10:34.677 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/exit-menu
00:10:34.682 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 58691
00:10:34.682 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 58691
wofi: invalid option -- 'u'
00:10:34.703 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc15c9e80 (res 0x623dc10a8690)
00:10:34.703 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc15e1260 (res 0x623dc11cf810)
(wofi:58694): Gtk-WARNING **: 01:18:33.703: Loading IM context type 'xim' failed
00:10:34.724 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc0fdc460 (res 0x623dc1051a00)
00:10:34.724 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x623dc0fffe00 (res 0x623dc110e310)
00:10:34.724 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:10:34.724 [DEBUG] [wlr] [types/wlr_server_decoration.c:104] new server_decoration 0x623dc1019e70 (res 0x623dc1158e90)
00:10:34.734 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:10:34.734 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 21.000000
00:10:34.734 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461790 horizontally
00:10:34.734 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ff4600 committing with 5 instructions
00:10:34.736 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc0ff4600 is ready
00:10:34.736 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ff4600
00:10:34.737 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11ee360 committing with 1 instructions
00:10:34.737 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11ee360
00:10:34.757 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc15ad4d0 committing with 1 instructions
00:10:34.757 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc15ad4d0
00:10:36.520 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:10:36.520 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 21.000000
00:10:36.520 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461b90 horizontally
00:10:36.520 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc103a9d0 committing with 5 instructions
00:10:36.521 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc103a9d0
00:10:36.533 [INFO] [wlr] [xwayland/server.c:107] Starting Xwayland on :0
00:10:36.590 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc15c9e80 (res 0x623dc1647d60)
00:10:36.590 [DEBUG] [wlr] [xwayland/server.c:272] Xserver is ready
00:10:36.591 [DEBUG] [wlr] [xwayland/xwm.c:1981] xfixes version: 6.0
00:10:36.591 [DEBUG] [wlr] [xwayland/xwm.c:2002] xres version: 1.2
00:10:36.596 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.596 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.596 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.596 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.596 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.596 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.596 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.596 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.596 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client
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:10:36.602 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland
00:10:36.602 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)server does not have extension for dpms option
00:10:36.602 [DEBUG] xset: [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwaylandunknown option force
00:10:36.602 usage: xset [-display host:dpy] option ...
To turn bell off:
-b b off b 0
To set bell vol[DEBUG] ume, pitch and duration:
b [vol [pitch [dur]]] b on
To disable bug compatibility mode:
-bc
To enable bug com[wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34)patibility mode:
bc
To turn keyclick off:
-c c off c 0
To set keyclick volume:
c [0-100
] c on
To control Display Power Management Signaling (DPMS) features:
-dpms DPMS features off
+dpms DPMS features on
dpms [standby [suspend [off]]]
force standby
force suspend
force off
force on
(also implicitly enables DPMS features)
a timeout value of zero disables the mode
To set the font path:
fp= path[,path...]
To restore the default font path:
fp default
To have the server reread font databases:
fp rehash
To remove elements from font path:
-fp path[,path...] fp- path[,path...]
To prepend or append elements to font path:
+fp path[,path...] fp+ path[,path...]
To set LED states off or on:
-led [1-32] led off
led [1-32] led on
-led named 'name' led off
led named 'name' led on
To set mouse acceleration and threshold:
m [acc_mult[/acc_div] [thr]] m default
To set pixel colors:
p pixel_value color_name
To turn auto-repeat off or on:
-r [keycode] r off
r [keycode] r on
r rate [delay [rate]]
For screen-saver control:
s [timeout [cycle]] s default s on
s blank s noblank s off
s expose s noexpose
s activate s reset
For status information: q
To print version: -version
/home/cpup/.files/bin/lock: line 4: i3lock: command not found
00:10:36.610 [DEBUG] [sway/lock.c:279] session locked
00:10:36.611 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc15e1260 (res 0x623dc15eb7c0)
00:10:36.611 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc11082a0 (res 0x623dc1593080)
00:10:36.611 [DEBUG] [sway/lock.c:108] new lock layer surface
00:10:36.611 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc0fdc460 (res 0x623dc100bd30)
00:10:36.611 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc1364e20 (res 0x623dc168c210)
00:10:36.611 [DEBUG] [sway/lock.c:108] new lock layer surface
00:10:46.605 [INFO] [wlr] [xwayland/server.c:214] Restarting Xwayland (lazy)
[49935:49968:1206/012214.158533:ERROR:registration_request.cc(291)] Registration response error message: DEPRECATED_ENDPOINT
00:40:47.124 [DEBUG] [wlr] [backend/session/session.c:180] udev event for card1 (change)
00:40:47.124 [DEBUG] [wlr] [backend/session/session.c:209] DRM device card1 changed
00:40:47.124 [DEBUG] [wlr] [backend/drm/backend.c:137] Received hotplug event for /dev/dri/card1
00:40:47.124 [INFO] [wlr] [backend/drm/drm.c:1674] Scanning DRM connector 101 on /dev/dri/card1
00:40:47.124 [INFO] [wlr] [backend/drm/drm.c:1761] 'HDMI-A-1' disconnected
00:40:47.124 [DEBUG] [sway/tree/output.c:290] Disabling output 'HDMI-A-1'
00:40:47.124 [DEBUG] [sway/ipc-server.c:300] Sending workspace::move event
00:40:47.124 [DEBUG] [sway/ipc-server.c:300] Sending workspace::move event
00:40:47.124 [DEBUG] [sway/tree/output.c:304] Destroying output 'HDMI-A-1'
00:40:47.125 [DEBUG] [wlr] [backend/drm/drm.c:1288] connector HDMI-A-1: De-allocating CRTC 83
00:40:47.125 [INFO] [wlr] [backend/drm/drm.c:895] connector HDMI-A-1: Turning off
00:40:47.182 [DEBUG] [wlr] [backend/drm/drm.c:1319] Reallocating CRTCs
00:40:47.182 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector eDP-1 (connected, needs CRTC): CRTC 79 (no change)
00:40:47.182 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector HDMI-A-1 (disconnected): no CRTC (no change)
00:40:47.182 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-1 (disconnected): no CRTC (no change)
00:40:47.182 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-2 (disconnected): no CRTC (no change)
00:40:47.183 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-3 (disconnected): no CRTC (no change)
00:40:47.183 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-4 (disconnected): no CRTC (no change)
00:40:47.183 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-5 (disconnected): no CRTC (no change)
00:40:47.183 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-6 (disconnected): no CRTC (no change)
00:40:47.183 [DEBUG] [sway/config/output.c:867] Committing 1 outputs
00:40:47.183 [DEBUG] [sway/config/output.c:631] Output state for eDP-1
00:40:47.184 [DEBUG] [sway/config/output.c:633] enabled: yes
00:40:47.184 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:40:47.184 [DEBUG] [sway/config/output.c:645] mode: 2880x1800@120000mHz (preferred)
00:40:47.184 [DEBUG] [sway/config/output.c:655] scale: 1.500000
00:40:47.184 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:40:47.184 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 1 outputs with explicit modifiers
00:40:47.186 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 1 outputs succeeded
00:40:47.220 [DEBUG] [sway/config/output.c:927] Commit of 1 outputs succeeded
00:40:47.220 [DEBUG] [sway/config/output.c:933] Finalizing config for eDP-1
00:40:47.220 [DEBUG] [sway/config/output.c:530] Set eDP-1 position to 1920, 0
00:40:47.220 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:40:47.220 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:40:47.220 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:40:47.220 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:40:47.220 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:40:47.220 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:40:47.220 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:40:47.220 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:40:47.220 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 21.000000
00:40:47.220 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:40:47.220 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc117e030 committing with 12 instructions
00:40:47.220 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc117e030
00:40:47.220 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:40:47.221 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:40:47.221 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:40:47.221 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:40:58.461 [DEBUG] [sway/lock.c:216] session unlocked
00:40:59.855 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:40:59.855 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:40:59.855 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:40:59.855 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:40:59.855 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:40:59.855 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:40:59.855 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:40:59.855 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ff4000 committing with 7 instructions
00:40:59.855 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ff4000
00:40:59.890 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 3328x2304
00:40:59.895 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 3328x2304
00:41:00.569 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 3328x2304
00:41:00.673 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 21:2
00:41:00.673 [INFO] [sway/commands.c:261] Handling command 'workspace 21:2'
00:41:00.673 [DEBUG] [sway/tree/workspace.c:65] Adding workspace 21:2 for output eDP-1
00:41:00.673 [DEBUG] [sway/ipc-server.c:300] Sending workspace::init event
00:41:00.673 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc10a8960:21:2
00:41:00.673 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:41:00.674 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:00.674 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 21.000000
00:41:00.674 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11f07f0 committing with 4 instructions
00:41:00.674 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11f07f0
00:41:02.626 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec sh -c "cd /home/cpup; kitty"
00:41:02.626 [INFO] [sway/commands.c:261] Handling command 'exec sh -c "cd /home/cpup; kitty"'
00:41:02.627 [DEBUG] [sway/commands/exec_always.c:57] Executing sh -c "cd /home/cpup; kitty"
00:41:02.632 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 59702
00:41:02.632 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 59702
00:41:02.688 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc15c9e80 (res 0x623dc16662f0)
00:41:02.688 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc15e1260 (res 0x623dc16935d0)
00:41:02.688 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x623dc0ee4480 (res 0x623dc1006f30)
00:41:02.688 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)'
00:41:02.688 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x623dc11cb7c0 (res 0x623dc0efe950)
00:41:02.692 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 59702
00:41:02.692 [DEBUG] [sway/desktop/launcher.c:92] found workspace match for pid 59702: 21:2
00:41:02.692 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:02.692 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 21.000000
00:41:02.693 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461790 horizontally
00:41:02.693 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc108f490 committing with 4 instructions
00:41:02.720 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:02.720 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc108f490 is ready
00:41:02.720 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc108f490
00:41:02.750 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:305] Rejecting activate request: unknown token
[0.122] [glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.ServiceUnknown] The name is not activatable
00:41:02.773 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:02.783 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:02.788 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:03.540 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
[1.415] Application escape mode is not supported, the extended keyboard protocol should be used instead
[1.415] Application escape mode is not supported, the extended keyboard protocol should be used instead
[1.415] Application escape mode is not supported, the extended keyboard protocol should be used instead
00:41:27.531 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:41:27.531 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:41:27.531 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:41:27.531 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:41:27.531 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:27.531 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 21.000000
00:41:27.531 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:41:27.531 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc104c4c0 committing with 8 instructions
00:41:27.531 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc104c4c0
00:41:27.537 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1440x1328
00:41:27.548 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1440x1328
00:41:27.555 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1440x1328
00:41:27.648 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1440x1328
00:41:29.945 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ff3010 committing with 1 instructions
00:41:29.945 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ff3010
00:41:30.376 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11f4500 committing with 1 instructions
00:41:30.376 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11f4500
00:41:31.668 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11ba960 committing with 1 instructions
00:41:31.668 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11ba960
00:41:34.078 [DEBUG] [sway/commands/bind.c:618] running command for binding: reload
00:41:34.078 [INFO] [sway/commands.c:261] Handling command 'reload'
00:41:34.082 [DEBUG] [sway/config.c:474] Performing configuration file validation
00:41:34.082 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:41:34.082 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:41:34.082 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:41:34.082 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:41:34.082 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:41:34.082 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:41:34.082 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:41:34.082 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:41:34.082 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:41:34.082 [DEBUG] [sway/config.c:797] Read line 3:
00:41:34.082 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:41:34.082 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:41:34.082 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@60Hz
00:41:34.082 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@60Hz
00:41:34.082 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@60Hz
00:41:34.082 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@60Hz
00:41:34.082 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@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:41:34.082 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:41:34.082 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:41:34.082 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:41:34.083 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:41:34.083 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:41:34.083 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:41:34.083 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:41:34.083 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 8: }
00:41:34.083 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 9:
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:41:34.083 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:41:34.083 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:41:34.083 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:41:34.083 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:41:34.083 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:41:34.083 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:41:34.083 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:41:34.083 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:41:34.083 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:41:34.083 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:41:34.083 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 14: }
00:41:34.083 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 15:
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 20:
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 22:
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:41:34.083 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:41:34.083 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:41:34.084 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 32:
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:41:34.084 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:41:34.084 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:41:34.084 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 36:
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:41:34.084 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:41:34.084 [DEBUG] [sway/config.c:841] Deferring command `exec dunst -config $HOME/.config/i3/dunstrc'
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 40:
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:34.084 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:34.084 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:41:34.084 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:41:34.084 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:34.084 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:34.084 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:41:34.084 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:41:34.084 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:34.084 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:34.084 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:41:34.084 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:41:34.084 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 46:
00:41:34.084 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:41:34.084 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:41:34.084 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 48:
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:41:34.085 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:41:34.085 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 51:
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:41:34.085 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:41:34.085 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:41:34.085 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:41:34.085 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 54:
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:41:34.085 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:41:34.085 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:41:34.085 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:41:34.085 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:34.085 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:41:34.085 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:34.086 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:41:34.086 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:41:34.086 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 59: position top
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar position top
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar position top
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:41:34.086 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 60: # font pango:Misc Stlarch 11px
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 61: font pango:Fira Code 11px
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar font pango:Fira Code 11px
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar font pango:Fira Code 11px
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Fira Code 11px
00:41:34.086 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Fira Code 11px' for bar: bar-0
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 62: tray_output eDP-1
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:41:34.086 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 63:
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 64: colors {
00:41:34.086 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 65: background #1f1f1f
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 66: statusline #c0b18b
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 67:
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 68: focused_workspace #af865a #1f1f1f #af865a
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 69: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 70: urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.086 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.086 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.086 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 71: }
00:41:34.086 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:41:34.086 [DEBUG] [sway/config.c:797] Read line 72: }
00:41:34.086 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 73:
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 74:
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 75: # class title border background text indicator client border
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 76: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:34.087 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 77: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.087 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 78: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.087 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 79: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:34.087 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 80:
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Shift+q kill
00:41:34.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:41:34.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+Space floating toggle
00:41:34.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:41:34.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+f fullscreen
00:41:34.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:41:34.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Tab workspace next_on_output
00:41:34.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:41:34.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+Shift+Tab workspace prev_on_output
00:41:34.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:41:34.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+j focus left
00:41:34.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:41:34.087 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:41:34.087 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+k focus down
00:41:34.087 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:41:34.087 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+l focus up
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+semicolon focus right
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+j move left
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+k move down
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+l move up
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+semicolon move right
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 94: bindsym Super+Shift+v focus parent
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Tab focus right
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 96: bindsym Alt+Shift+Tab focus left
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+1 workspace 20:1
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+2 workspace 21:2
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+3 workspace 22:3
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+4 workspace 23:4
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+5 workspace 24:5
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+6 workspace 25:6
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+7 workspace 26:7
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+8 workspace 27:8
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+9 workspace 28:9
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:41:34.088 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:41:34.088 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+0 workspace 29:0
00:41:34.088 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:41:34.088 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+1 move container to workspace 20:1
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+2 move container to workspace 21:2
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+3 move container to workspace 22:3
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+4 move container to workspace 23:4
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+5 move container to workspace 24:5
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+6 move container to workspace 25:6
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+7 move container to workspace 26:7
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+8 move container to workspace 27:8
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+9 move container to workspace 28:9
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+Shift+0 move container to workspace 29:0
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+a workspace 10:A
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+w workspace 11:I
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+e workspace 12:T
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+c workspace 99:C
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+a move container to workspace 10:A
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+w move container to workspace 11:I
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+e move container to workspace 12:T
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+Shift+c move container to workspace 99:C
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+backslash split vertical
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Shift+backslash split horizontal
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:41:34.089 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Down move to scratchpad
00:41:34.089 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:41:34.089 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:41:34.089 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+Up scratchpad show
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+n reload
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 131: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 132:
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 133: #
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 134: # wm independent hotkeys
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 135: #
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 136:
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 138: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 139: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+d exec wofi --show drun
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+d exec wofi --show run
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 143: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 144: bindsym Print exec $HOME/.files/bin/screenshot whole
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 146: bindsym Super+Shift+Print exec gifify $(rec)
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 154: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:41:34.090 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:41:34.090 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:41:34.090 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+space exec makoctl dismiss
00:41:34.090 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:41:34.091 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:41:34.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:41:34.091 [DEBUG] [sway/config.c:797] Read line 156: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:34.091 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:34.091 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:34.091 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:41:34.091 [DEBUG] [sway/config.c:797] Read line 157:
00:41:34.091 [DEBUG] [sway/config.c:797] Read line 158: input * xkb_options ctrl:nocaps
00:41:34.091 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:41:34.091 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:41:34.091 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:41:34.091 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:41:34.091 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:41:34.091 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:41:34.091 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:41:34.092 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 159:
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 160: # input 1:1:AT_Translated_Set_2_keyboard {
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 161: # xkb_layout us
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 162: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 163: # }
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 164: #
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 165: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 166: # pointer_accel 0.5
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 167: # tap enabled
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 168: # }
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 169:
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 170: input 2:10:TPPS/2_Elan_TrackPoint {
00:41:34.092 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:41:34.092 [DEBUG] [sway/config.c:797] Read line 171: pointer_accel 0.01
00:41:34.092 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:41:34.092 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:41:34.092 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:41:34.092 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:41:34.092 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:41:34.092 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:41:34.092 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:41:34.094 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:41:34.094 [DEBUG] [sway/config.c:797] Read line 172: }
00:41:34.094 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:41:34.098 [DEBUG] [sway/config.c:474] Performing configuration file reload
00:41:34.098 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:41:34.098 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:41:34.098 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(6058:20564:ThinkPad_Extra_Buttons)
00:41:34.100 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc104c500
00:41:34.101 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc0ee5690
00:41:34.101 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc0ee5690
00:41:34.102 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(2:10:TPPS/2_Elan_TrackPoint)
00:41:34.102 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.000000)
00:41:34.102 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 2:10:TPPS/2_Elan_TrackPoint
00:41:34.102 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1:1:AT_Translated_Set_2_keyboard)
00:41:34.105 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc104c500
00:41:34.106 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc0ee5690
00:41:34.106 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Touchpad)
00:41:34.107 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:34.107 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Mouse)
00:41:34.107 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:34.107 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1121:19727:USB_Optical_Mouse)
00:41:34.107 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1121:19727:USB_Optical_Mouse
00:41:34.107 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:3:Sleep_Button)
00:41:34.109 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc104c500
00:41:34.110 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc0ee5690
00:41:34.111 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:5:Lid_Switch)
00:41:34.111 [DEBUG] [sway/input/seat.c:930] TODO: reset switch device
00:41:34.111 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:1:Power_Button)
00:41:34.113 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc104c500
00:41:34.114 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc0ee5690
00:41:34.115 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:6:Video_Bus)
00:41:34.117 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc104c500
00:41:34.117 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc104c500
00:41:34.118 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc0ee5690
00:41:34.119 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:41:34.119 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:41:34.119 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 3:
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:41:34.119 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@60Hz
00:41:34.119 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@60Hz
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@60Hz
00:41:34.119 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@60Hz
00:41:34.119 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@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:41:34.119 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:41:34.119 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:41:34.119 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:41:34.119 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:41:34.119 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:41:34.119 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:41:34.119 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 8: }
00:41:34.119 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 9:
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:41:34.119 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:41:34.119 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:41:34.119 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:41:34.119 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:41:34.119 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:41:34.119 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:41:34.119 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:41:34.119 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:41:34.119 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:41:34.119 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:41:34.119 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:41:34.119 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 14: }
00:41:34.119 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 15:
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:41:34.119 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:41:34.119 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:41:34.119 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:41:34.119 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:41:34.119 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 20:
00:41:34.119 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 22:
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 32:
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:41:34.120 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 36:
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:41:34.120 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:41:34.120 [DEBUG] [sway/commands/exec.c:14] Ignoring 'exec dunst -config /home/cpup/.config/i3/dunstrc' due to reload
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 40:
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:34.120 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:34.120 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:41:34.120 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:41:34.120 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:34.120 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:34.120 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:41:34.120 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:41:34.120 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:34.120 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:34.120 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:41:34.120 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:41:34.120 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 46:
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:41:34.120 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 48:
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:41:34.120 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 51:
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:41:34.120 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:41:34.120 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:41:34.120 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:41:34.120 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 54:
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:41:34.121 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:34.121 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:34.121 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:41:34.121 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:41:34.121 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 59: position top
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar position top
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar position top
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:41:34.121 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 60: # font pango:Misc Stlarch 11px
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 61: font pango:Fira Code 11px
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar font pango:Fira Code 11px
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar font pango:Fira Code 11px
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Fira Code 11px
00:41:34.121 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Fira Code 11px' for bar: bar-0
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 62: tray_output eDP-1
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:41:34.121 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 63:
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 64: colors {
00:41:34.121 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 65: background #1f1f1f
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 66: statusline #c0b18b
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 67:
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 68: focused_workspace #af865a #1f1f1f #af865a
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:41:34.121 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:41:34.121 [DEBUG] [sway/config.c:797] Read line 69: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.121 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.121 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.122 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.122 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 70: urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.122 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.122 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 71: }
00:41:34.122 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 72: }
00:41:34.122 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 73:
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 74:
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 75: # class title border background text indicator client border
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 76: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:34.122 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 77: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.122 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 78: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.122 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 79: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:34.122 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 80:
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Shift+q kill
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+Space floating toggle
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+f fullscreen
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Tab workspace next_on_output
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+Shift+Tab workspace prev_on_output
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+j focus left
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+k focus down
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+l focus up
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+semicolon focus right
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+j move left
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:41:34.122 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+k move down
00:41:34.122 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:41:34.122 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:41:34.122 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+l move up
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+semicolon move right
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 94: bindsym Super+Shift+v focus parent
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Tab focus right
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 96: bindsym Alt+Shift+Tab focus left
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+1 workspace 20:1
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+2 workspace 21:2
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+3 workspace 22:3
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+4 workspace 23:4
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+5 workspace 24:5
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+6 workspace 25:6
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+7 workspace 26:7
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+8 workspace 27:8
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+9 workspace 28:9
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+0 workspace 29:0
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+1 move container to workspace 20:1
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+2 move container to workspace 21:2
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+3 move container to workspace 22:3
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+4 move container to workspace 23:4
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+5 move container to workspace 24:5
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+6 move container to workspace 25:6
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+7 move container to workspace 26:7
00:41:34.123 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:41:34.123 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:41:34.123 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:41:34.123 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+8 move container to workspace 27:8
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+9 move container to workspace 28:9
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+Shift+0 move container to workspace 29:0
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+a workspace 10:A
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+w workspace 11:I
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+e workspace 12:T
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+c workspace 99:C
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+a move container to workspace 10:A
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+w move container to workspace 11:I
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+e move container to workspace 12:T
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+Shift+c move container to workspace 99:C
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+backslash split vertical
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Shift+backslash split horizontal
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Down move to scratchpad
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+Up scratchpad show
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+n reload
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 131: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 132:
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 133: #
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 134: # wm independent hotkeys
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 135: #
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 136:
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 138: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 139: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:41:34.124 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:41:34.124 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:41:34.124 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:41:34.124 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+d exec wofi --show drun
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+d exec wofi --show run
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 143: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 144: bindsym Print exec $HOME/.files/bin/screenshot whole
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 146: bindsym Super+Shift+Print exec gifify $(rec)
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 154: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+space exec makoctl dismiss
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 156: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:34.125 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:34.125 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 157:
00:41:34.125 [DEBUG] [sway/config.c:797] Read line 158: input * xkb_options ctrl:nocaps
00:41:34.125 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:41:34.125 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:41:34.125 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:41:34.125 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:41:34.125 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:41:34.125 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:41:34.125 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:41:34.127 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 159:
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 160: # input 1:1:AT_Translated_Set_2_keyboard {
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 161: # xkb_layout us
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 162: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 163: # }
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 164: #
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 165: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 166: # pointer_accel 0.5
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 167: # tap enabled
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 168: # }
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 169:
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 170: input 2:10:TPPS/2_Elan_TrackPoint {
00:41:34.127 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:41:34.127 [DEBUG] [sway/config.c:797] Read line 171: pointer_accel 0.01
00:41:34.127 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:41:34.127 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:41:34.127 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:41:34.127 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:41:34.127 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:41:34.127 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:41:34.127 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:41:34.128 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:41:34.128 [DEBUG] [sway/config.c:797] Read line 172: }
00:41:34.128 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:41:34.128 [DEBUG] [sway/input/input-manager.c:190] no fallback seat config - creating default
00:41:34.128 [DEBUG] [sway/config/seat.c:65] Adding non-wildcard seat config
00:41:34.128 [DEBUG] [sway/config/seat.c:82] Config stored for seat seat0
00:41:34.128 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:41:34.131 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc0ee5690
00:41:34.132 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc118f9c0
00:41:34.132 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc118f9c0
00:41:34.132 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:34.135 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc0ee5690
00:41:34.136 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc118f9c0
00:41:34.136 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:34.136 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:34.136 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:34.139 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc0ee5690
00:41:34.140 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc118f9c0
00:41:34.140 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:34.143 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc0ee5690
00:41:34.144 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc118f9c0
00:41:34.147 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc0ee5690
00:41:34.147 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc0ee5690
00:41:34.148 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc118f9c0
00:41:34.152 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:34.155 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:34.155 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:34.155 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:34.159 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:34.166 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '6058:20564:ThinkPad_Extra_Buttons')
00:41:34.170 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:41:34.170 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.010000)
00:41:34.170 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:34.170 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1:1:AT_Translated_Set_2_keyboard')
00:41:34.173 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Touchpad')
00:41:34.173 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:34.173 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Mouse')
00:41:34.173 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:34.173 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1121:19727:USB_Optical_Mouse')
00:41:34.173 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:34.173 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:3:Sleep_Button')
00:41:34.177 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:5:Lid_Switch')
00:41:34.177 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:34.177 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:1:Power_Button')
00:41:34.181 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:6:Video_Bus')
00:41:34.184 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:41:34.184 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:34.184 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:41:34.188 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:34.191 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:34.191 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:34.191 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:34.195 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:34.205 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:34.209 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:34.209 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:34.209 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:34.212 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:34.220 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[0] = swaybg
00:41:34.222 [ERROR] [sway/config/output.c:1069] failed to execute 'swaybg' (background configuration probably not applied): No such file or directory
00:41:34.223 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:41:34.223 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:34.223 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 0.000000
00:41:34.223 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:41:34.223 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:34.223 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 0.000000
00:41:34.223 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:41:34.223 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:34.223 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 145.118967)
00:41:34.223 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 0.000000
00:41:34.223 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:41:34.223 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:34.223 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:41:34.223 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:41:34.223 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1192360 committing with 14 instructions
00:41:34.224 [DEBUG] [sway/ipc-server.c:300] Sending workspace::reload event
00:41:34.224 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0'
00:41:34.226 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:41:34.226 [DEBUG] [sway/ipc-server.c:341] Sending barconfig_update event
00:41:34.227 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:34.227 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 0.000000
00:41:34.227 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:41:34.227 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:34.227 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 0.000000
00:41:34.227 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:41:34.227 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:34.227 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 0.000000
00:41:34.227 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:41:34.227 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:34.227 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:41:34.227 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:41:34.228 [INFO] [sway/ipc-server.c:570] IPC Client 60 disconnected
00:41:34.228 [INFO] [sway/ipc-server.c:570] IPC Client 58 disconnected
00:41:34.232 [DEBUG] [sway/ipc-server.c:196] New client: fd 32
00:41:34.232 [DEBUG] [sway/ipc-server.c:196] New client: fd 59
00:41:34.232 [DEBUG] [sway/config/output.c:867] Committing 1 outputs
00:41:34.232 [DEBUG] [sway/config/output.c:631] Output state for eDP-1
00:41:34.232 [DEBUG] [sway/config/output.c:633] enabled: yes
00:41:34.232 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:41:34.232 [DEBUG] [sway/config/output.c:645] mode: 2880x1800@60000mHz
00:41:34.232 [DEBUG] [sway/config/output.c:655] scale: 1.500000
00:41:34.232 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:41:34.232 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 1 outputs with explicit modifiers
00:41:34.236 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 1 outputs succeeded
00:41:35.687 [DEBUG] [sway/config/output.c:927] Commit of 1 outputs succeeded
00:41:35.687 [DEBUG] [sway/config/output.c:933] Finalizing config for eDP-1
00:41:35.687 [DEBUG] [sway/config/output.c:530] Set eDP-1 position to 1920, 0
00:41:35.687 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:35.687 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 0.000000
00:41:35.687 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:41:35.687 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:35.687 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 0.000000
00:41:35.688 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:41:35.688 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:35.688 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 0.000000
00:41:35.688 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:41:35.688 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:35.688 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:41:35.688 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:41:35.688 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:35.688 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:35.688 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:35.688 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:35.688 [DEBUG] [sway/desktop/transaction.c:756] Transaction 0x623dc1192360 timed out (1 waiting)
00:41:35.688 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1192360
00:41:35.688 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11f3950 committing with 13 instructions
00:41:35.688 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11f3950
00:41:35.690 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1764
00:41:35.690 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:41:35.691 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1764
00:41:35.691 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:41:35.692 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc0efdcf0 (res 0x623dc11c6e70)
00:41:35.692 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc1108760 (res 0x623dc0ff0500)
00:41:35.692 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:41:35.699 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:41:35.699 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:35.699 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:41:35.699 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:41:35.699 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:35.699 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:41:35.699 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:41:35.699 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:35.699 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:41:35.699 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 21.000000
00:41:35.699 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:41:35.699 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:35.699 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 21.000000
00:41:35.699 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:41:35.700 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc169a4c0 committing with 13 instructions
00:41:35.701 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:41:35.702 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:35.702 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc169a4c0 is ready
00:41:35.702 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc169a4c0
00:41:35.705 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1155
00:41:35.719 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:35.813 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1155
00:41:35.814 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:36.947 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:36.947 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:36.947 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:36.952 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 59923
00:41:36.952 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 59923
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 223 (87%)
Max brightness: 255
☀ [================ ]
WARNING: No icon found in path: 'dialog-information'
00:41:37.052 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc11ee960 (res 0x623dc1188520)
00:41:37.052 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc10db900 (res 0x623dc10d5870)
00:41:37.052 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace notifications layer 3 anchor 0 size 0x0 margin 0,0,0,0,
00:41:37.143 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:37.144 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:37.144 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:37.148 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60028
00:41:37.148 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60028
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 194 (76%)
Max brightness: 255
☀ [=============== ]
WARNING: No icon found in path: 'dialog-information'
00:41:37.287 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:37.287 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:37.287 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:37.290 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60129
00:41:37.290 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60129
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 168 (66%)
Max brightness: 255
☀ [============== ]
WARNING: No icon found in path: 'dialog-information'
00:41:37.396 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:37.396 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:37.396 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:37.400 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60220
00:41:37.400 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60220
00:41:37.563 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:37.563 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:37.563 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:37.568 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60237
00:41:37.568 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60237
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 145 (57%)
Max brightness: 255
☀ [============= ]
WARNING: No icon found in path: 'dialog-information'
00:41:37.737 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:37.737 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:37.737 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:37.741 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60337
00:41:37.741 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60337
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 125 (49%)
Max brightness: 255
☀ [============ ]
WARNING: No icon found in path: 'dialog-information'
00:41:37.856 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:37.856 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:37.856 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:37.859 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60432
00:41:37.859 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60432
00:41:38.013 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:38.013 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:38.013 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:38.018 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60447
00:41:38.018 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60447
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 106 (42%)
Max brightness: 255
☀ [=========== ]
WARNING: No icon found in path: 'dialog-information'
00:41:38.163 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:38.163 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:38.163 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:38.167 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60549
00:41:38.167 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60549
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 90 (35%)
Max brightness: 255
☀ [========== ]
WARNING: No icon found in path: 'dialog-information'
00:41:38.307 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:38.307 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:38.307 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:38.312 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60650
00:41:38.312 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60650
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 76 (30%)
Max brightness: 255
☀ [========= ]
WARNING: No icon found in path: 'dialog-information'
00:41:38.457 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:38.457 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:38.457 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:38.461 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60751
00:41:38.461 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60751
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 63 (25%)
Max brightness: 255
☀ [======== ]
WARNING: No icon found in path: 'dialog-information'
00:41:38.600 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:38.600 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:38.600 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:38.605 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60852
00:41:38.605 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60852
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 52 (20%)
Max brightness: 255
☀ [======= ]
WARNING: No icon found in path: 'dialog-information'
00:41:38.750 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:41:38.750 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:41:38.750 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:41:38.755 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 60953
00:41:38.755 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 60953
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 42 (16%)
Max brightness: 255
☀ [====== ]
WARNING: No icon found in path: 'dialog-information'
00:41:39.617 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness +
00:41:39.617 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness +'
00:41:39.617 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness +
00:41:39.622 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 61053
00:41:39.622 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 61053
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 52 (20%)
Max brightness: 255
☀ [======= ]
WARNING: No icon found in path: 'dialog-information'
00:41:39.797 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness +
00:41:39.797 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness +'
00:41:39.797 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness +
00:41:39.801 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 61156
00:41:39.801 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 61156
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 63 (25%)
Max brightness: 255
☀ [======== ]
WARNING: No icon found in path: 'dialog-information'
00:41:40.053 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness +
00:41:40.054 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness +'
00:41:40.054 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness +
00:41:40.058 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 61256
00:41:40.058 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 61256
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 76 (30%)
Max brightness: 255
☀ [========= ]
WARNING: No icon found in path: 'dialog-information'
00:41:42.373 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:41:42.373 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:41:42.373 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:41:42.373 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:42.373 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 21.000000
00:41:42.373 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:41:42.373 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc141da60 committing with 5 instructions
00:41:42.373 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc141da60
Failed to load libcanberra.so, cannot play beep sound, with error: libcanberra.so.0.2.5: cannot open shared object file: No such file or directory
00:41:55.691 [DEBUG] [sway/commands/bind.c:618] running command for binding: reload
00:41:55.691 [INFO] [sway/commands.c:261] Handling command 'reload'
00:41:55.694 [DEBUG] [sway/config.c:474] Performing configuration file validation
00:41:55.694 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:41:55.694 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:41:55.694 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:41:55.694 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:41:55.694 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:41:55.694 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:41:55.694 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:41:55.694 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:41:55.694 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:41:55.694 [DEBUG] [sway/config.c:797] Read line 3:
00:41:55.694 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:41:55.694 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:41:55.694 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@60Hz
00:41:55.695 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@60Hz
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@60Hz
00:41:55.695 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@60Hz
00:41:55.695 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@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:41:55.695 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:41:55.695 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:41:55.695 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:41:55.695 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:41:55.695 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:41:55.695 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:41:55.695 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 8: }
00:41:55.695 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 9:
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:41:55.695 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:41:55.695 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:41:55.695 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:41:55.695 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:41:55.695 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:41:55.695 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:41:55.695 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:41:55.695 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:41:55.695 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:41:55.695 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:41:55.695 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:41:55.695 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 14: }
00:41:55.695 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 15:
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:41:55.695 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:41:55.695 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:41:55.695 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:41:55.695 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 20:
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:41:55.695 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:41:55.695 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 22:
00:41:55.695 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 32:
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:41:55.696 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:41:55.696 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 36:
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:41:55.696 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:41:55.696 [DEBUG] [sway/config.c:841] Deferring command `exec dunst -config $HOME/.config/i3/dunstrc'
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 40:
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:55.696 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:55.696 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:41:55.696 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:41:55.696 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:41:55.696 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:55.696 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:55.696 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:55.696 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:41:55.697 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:41:55.697 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:55.697 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:55.697 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:55.697 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:41:55.697 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:41:55.697 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 46:
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:41:55.697 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:41:55.697 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 48:
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:41:55.697 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:41:55.697 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 51:
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:41:55.697 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:41:55.697 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:41:55.697 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:41:55.697 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 54:
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:41:55.697 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:41:55.697 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:41:55.697 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:41:55.697 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:55.697 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:41:55.697 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:55.697 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:41:55.698 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:41:55.698 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 59: position top
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar position top
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar position top
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:41:55.698 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 60: # font pango:Misc Stlarch 11px
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 61: font pango:Fira Code 11px
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar font pango:Fira Code 11px
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar font pango:Fira Code 11px
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Fira Code 11px
00:41:55.698 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Fira Code 11px' for bar: bar-0
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 62: tray_output eDP-1
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:41:55.698 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 63:
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 64: colors {
00:41:55.698 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 65: background #1f1f1f
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 66: statusline #c0b18b
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 67:
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 68: focused_workspace #af865a #1f1f1f #af865a
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 69: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 70: urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.698 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.698 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.698 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 71: }
00:41:55.698 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:41:55.698 [DEBUG] [sway/config.c:797] Read line 72: }
00:41:55.698 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 73:
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 74:
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 75: # class title border background text indicator client border
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 76: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:55.699 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 77: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.699 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 78: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.699 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 79: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:55.699 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 80:
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Shift+q kill
00:41:55.699 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:41:55.699 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+Space floating toggle
00:41:55.699 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:41:55.699 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+f fullscreen
00:41:55.699 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:41:55.699 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Tab workspace next_on_output
00:41:55.699 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:41:55.699 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+Shift+Tab workspace prev_on_output
00:41:55.699 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:41:55.699 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+j focus left
00:41:55.699 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:41:55.699 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:41:55.699 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+k focus down
00:41:55.699 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:41:55.699 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:41:55.699 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+l focus up
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+semicolon focus right
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+j move left
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+k move down
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+l move up
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+semicolon move right
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 94: bindsym Super+Shift+v focus parent
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Tab focus right
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 96: bindsym Alt+Shift+Tab focus left
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+1 workspace 20:1
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+2 workspace 21:2
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+3 workspace 22:3
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+4 workspace 23:4
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+5 workspace 24:5
00:41:55.700 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:41:55.700 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:41:55.700 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:41:55.700 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+6 workspace 25:6
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+7 workspace 26:7
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+8 workspace 27:8
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+9 workspace 28:9
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+0 workspace 29:0
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+1 move container to workspace 20:1
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+2 move container to workspace 21:2
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+3 move container to workspace 22:3
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+4 move container to workspace 23:4
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+5 move container to workspace 24:5
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+6 move container to workspace 25:6
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+7 move container to workspace 26:7
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+8 move container to workspace 27:8
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+9 move container to workspace 28:9
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+Shift+0 move container to workspace 29:0
00:41:55.701 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:41:55.701 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:41:55.701 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:41:55.701 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+a workspace 10:A
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+w workspace 11:I
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+e workspace 12:T
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+c workspace 99:C
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+a move container to workspace 10:A
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+w move container to workspace 11:I
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+e move container to workspace 12:T
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+Shift+c move container to workspace 99:C
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+backslash split vertical
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Shift+backslash split horizontal
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Down move to scratchpad
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+Up scratchpad show
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+n reload
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 131: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 132:
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 133: #
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 134: # wm independent hotkeys
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 135: #
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 136:
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:41:55.702 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:41:55.702 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:41:55.702 [DEBUG] [sway/config.c:797] Read line 138: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:41:55.702 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 139: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+d exec wofi --show drun
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+d exec wofi --show run
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 143: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 144: bindsym Print exec $HOME/.files/bin/screenshot whole
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 146: bindsym Super+Shift+Print exec gifify $(rec)
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 154: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+space exec makoctl dismiss
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 156: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:55.703 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:55.703 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 157:
00:41:55.703 [DEBUG] [sway/config.c:797] Read line 158: input * xkb_options ctrl:nocaps
00:41:55.703 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:41:55.703 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:41:55.703 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:41:55.703 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:41:55.703 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:41:55.703 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:41:55.703 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:41:55.705 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 159:
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 160: # input 1:1:AT_Translated_Set_2_keyboard {
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 161: # xkb_layout us
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 162: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 163: # }
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 164: #
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 165: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 166: # pointer_accel 0.5
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 167: # tap enabled
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 168: # }
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 169:
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 170: input 2:10:TPPS/2_Elan_TrackPoint {
00:41:55.705 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:41:55.705 [DEBUG] [sway/config.c:797] Read line 171: pointer_accel 0.01
00:41:55.705 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:41:55.705 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:41:55.705 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:41:55.705 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:41:55.705 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:41:55.705 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:41:55.705 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:41:55.706 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:41:55.706 [DEBUG] [sway/config.c:797] Read line 172: }
00:41:55.706 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:41:55.710 [DEBUG] [sway/config.c:474] Performing configuration file reload
00:41:55.710 [DEBUG] [sway/config.c:480] xwayland will remain enabled
00:41:55.710 [DEBUG] [sway/config.c:485] primary_selection will remain enabled
00:41:55.710 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(6058:20564:ThinkPad_Extra_Buttons)
00:41:55.712 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc118f9c0
00:41:55.714 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc1600070
00:41:55.714 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc1600070
00:41:55.714 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(2:10:TPPS/2_Elan_TrackPoint)
00:41:55.714 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.000000)
00:41:55.714 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 2:10:TPPS/2_Elan_TrackPoint
00:41:55.714 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1:1:AT_Translated_Set_2_keyboard)
00:41:55.717 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc118f9c0
00:41:55.718 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc1600070
00:41:55.718 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Touchpad)
00:41:55.719 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:55.719 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1739:52839:SYNA8018:00_06CB:CE67_Mouse)
00:41:55.719 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:55.719 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(1121:19727:USB_Optical_Mouse)
00:41:55.719 [DEBUG] [sway/input/seat.c:644] Resetting output mapping for input device 1121:19727:USB_Optical_Mouse
00:41:55.719 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:3:Sleep_Button)
00:41:55.722 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc118f9c0
00:41:55.723 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc1600070
00:41:55.723 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:5:Lid_Switch)
00:41:55.723 [DEBUG] [sway/input/seat.c:930] TODO: reset switch device
00:41:55.723 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:1:Power_Button)
00:41:55.725 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc118f9c0
00:41:55.726 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc1600070
00:41:55.727 [DEBUG] [sway/input/libinput.c:345] sway_input_reset_libinput_device(0:6:Video_Bus)
00:41:55.729 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc118f9c0
00:41:55.729 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc118f9c0
00:41:55.730 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc1600070
00:41:55.731 [INFO] [sway/config.c:422] Loading config from /home/cpup/.config/sway/config
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 1: set $HOME /home/cpup
00:41:55.731 [INFO] [sway/commands.c:381] Config command: set $HOME /home/cpup
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: set $HOME /home/cpup
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 2: set $GUIX $HOME/.guix-profile
00:41:55.731 [INFO] [sway/commands.c:381] Config command: set $GUIX $HOME/.guix-profile
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: set $GUIX /home/cpup/.guix-profile
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 3:
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 4: output eDP-1 {
00:41:55.731 [DEBUG] [sway/config.c:851] Entering block 'output eDP-1'
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 5: mode 2880x1800@60Hz
00:41:55.731 [INFO] [sway/commands.c:381] Config command: output eDP-1 mode 2880x1800@60Hz
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: output eDP-1 mode 2880x1800@60Hz
00:41:55.731 [DEBUG] [sway/commands.c:436] Subcommand: mode 2880x1800@60Hz
00:41:55.731 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (2880x1800@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:41:55.731 [DEBUG] [sway/config.c:797] Read line 6: scale 1.5
00:41:55.731 [INFO] [sway/commands.c:381] Config command: output eDP-1 scale 1.5
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: output eDP-1 scale 1.5
00:41:55.731 [DEBUG] [sway/commands.c:436] Subcommand: scale 1.5
00:41:55.731 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale 1.500000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 7: pos 1920 0
00:41:55.731 [INFO] [sway/commands.c:381] Config command: output eDP-1 pos 1920 0
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: output eDP-1 pos 1920 0
00:41:55.731 [DEBUG] [sway/commands.c:436] Subcommand: pos 1920 0
00:41:55.731 [DEBUG] [sway/config/output.c:261] Config stored for output eDP-1 (enabled: -1) (-1x-1@-1.000000Hz position 1920,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 8: }
00:41:55.731 [DEBUG] [sway/config.c:868] Exiting block 'output eDP-1'
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 9:
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 10: output "Hewlett Packard HP LP2475w CNC0510PV3" {
00:41:55.731 [DEBUG] [sway/config.c:851] Entering block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 11: mode 1920x1200@60Hz
00:41:55.731 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" mode 1920x1200@60Hz
00:41:55.731 [DEBUG] [sway/commands.c:436] Subcommand: mode 1920x1200@60Hz
00:41:55.731 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (1920x1200@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:41:55.731 [DEBUG] [sway/config.c:797] Read line 12: scale 1
00:41:55.731 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" scale 1
00:41:55.731 [DEBUG] [sway/commands.c:436] Subcommand: scale 1
00:41:55.731 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (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:41:55.731 [DEBUG] [sway/config.c:797] Read line 13: pos 0 0
00:41:55.731 [INFO] [sway/commands.c:381] Config command: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: output "Hewlett Packard HP LP2475w CNC0510PV3" pos 0 0
00:41:55.731 [DEBUG] [sway/commands.c:436] Subcommand: pos 0 0
00:41:55.731 [DEBUG] [sway/config/output.c:261] Config stored for output Hewlett Packard HP LP2475w CNC0510PV3 (enabled: -1) (-1x-1@-1.000000Hz position 0,0 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1)
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 14: }
00:41:55.731 [DEBUG] [sway/config.c:868] Exiting block 'output "Hewlett Packard HP LP2475w CNC0510PV3"'
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 15:
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 16: workspace 99:C output eDP-1
00:41:55.731 [INFO] [sway/commands.c:381] Config command: workspace 99:C output eDP-1
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: workspace 99:C output eDP-1
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 17: workspace 10:A output HDMI-A-1
00:41:55.731 [INFO] [sway/commands.c:381] Config command: workspace 10:A output HDMI-A-1
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: workspace 10:A output HDMI-A-1
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 18: workspace 11:I output HDMI-A-1
00:41:55.731 [INFO] [sway/commands.c:381] Config command: workspace 11:I output HDMI-A-1
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: workspace 11:I output HDMI-A-1
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 19: workspace 12:T output HDMI-A-1
00:41:55.731 [INFO] [sway/commands.c:381] Config command: workspace 12:T output HDMI-A-1
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: workspace 12:T output HDMI-A-1
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 20:
00:41:55.731 [DEBUG] [sway/config.c:797] Read line 21: workspace 20:1 output eDP-1
00:41:55.731 [INFO] [sway/commands.c:381] Config command: workspace 20:1 output eDP-1
00:41:55.731 [INFO] [sway/commands.c:404] After replacement: workspace 20:1 output eDP-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 22:
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 23: workspace 21:2 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 21:2 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 21:2 output HDMI-A-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 24: workspace 22:3 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 22:3 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 22:3 output HDMI-A-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 25: workspace 23:4 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 23:4 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 23:4 output HDMI-A-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 26: workspace 24:5 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 24:5 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 24:5 output HDMI-A-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 27: workspace 25:6 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 25:6 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 25:6 output HDMI-A-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 28: workspace 26:7 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 26:7 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 26:7 output HDMI-A-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 29: workspace 27:8 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 27:8 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 27:8 output HDMI-A-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 30: workspace 28:9 output eDP-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 28:9 output eDP-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 28:9 output eDP-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 31: workspace 29:0 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace 29:0 output HDMI-A-1
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace 29:0 output HDMI-A-1
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 32:
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 33: focus_follows_mouse no
00:41:55.732 [INFO] [sway/commands.c:381] Config command: focus_follows_mouse no
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: focus_follows_mouse no
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 34: workspace_auto_back_and_forth yes
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace_auto_back_and_forth yes
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace_auto_back_and_forth yes
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 35: workspace_layout tabbed
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 36:
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 37: # exec mako
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 38: # exec REMIND_INSTANT=0 rem -z -k'notify-send -t 86400000 %s'
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 39: exec dunst -config $HOME/.config/i3/dunstrc
00:41:55.732 [INFO] [sway/commands.c:381] Config command: exec dunst -config $HOME/.config/i3/dunstrc
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: exec dunst -config /home/cpup/.config/i3/dunstrc
00:41:55.732 [DEBUG] [sway/commands/exec.c:14] Ignoring 'exec dunst -config /home/cpup/.config/i3/dunstrc' due to reload
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 40:
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 41: # for_window [class="Google\-chrome" instance="crx"] floating enable
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 42: # for_window [window_role="pop-up"] floating enable
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 43: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:55.732 [INFO] [sway/commands.c:381] Config command: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: for_window [class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"] floating enable
00:41:55.732 [DEBUG] [sway/criteria.c:726] Found pair: class=^Xfce4-notifyd$
00:41:55.732 [DEBUG] [sway/criteria.c:726] Found pair: instance=^xfce4-notifyd$
00:41:55.732 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="^Xfce4-notifyd$" instance="^xfce4-notifyd$"]' -> 'floating enable' added
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 44: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:55.732 [INFO] [sway/commands.c:381] Config command: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: for_window [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating disable
00:41:55.732 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:41:55.732 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:41:55.732 [DEBUG] [sway/commands/for_window.c:34] for_window: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> 'floating disable' added
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 45: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:55.732 [INFO] [sway/commands.c:381] Config command: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: assign [class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] 11:I
00:41:55.732 [DEBUG] [sway/criteria.c:726] Found pair: class=google\-chrome
00:41:55.732 [DEBUG] [sway/criteria.c:726] Found pair: instance=crx_nckgahadagoaajjgafhacjanaoiihapd
00:41:55.732 [DEBUG] [sway/commands/assign.c:58] assign: '[class="google\-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"]' -> '11:I' added
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 46:
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 47: font pango: Source Code Pro 8
00:41:55.732 [INFO] [sway/commands.c:381] Config command: font pango: Source Code Pro 8
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: font pango: Source Code Pro 8
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 48:
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 49: # use Mouse+Super to drag floating windows to their wanted position
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 50: floating_modifier Super
00:41:55.732 [INFO] [sway/commands.c:381] Config command: floating_modifier Super
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: floating_modifier Super
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 51:
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 52: workspace_layout tabbed
00:41:55.732 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed
00:41:55.732 [DEBUG] [sway/config.c:797] Read line 53: show_marks yes
00:41:55.732 [INFO] [sway/commands.c:381] Config command: show_marks yes
00:41:55.732 [INFO] [sway/commands.c:404] After replacement: show_marks yes
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 54:
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 55: bar {
00:41:55.733 [DEBUG] [sway/config.c:851] Entering block 'bar'
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 56: status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar status_command $HOME/.luaenv/versions/luajit-2.1-dev/bin/luajit $HOME/.files/i3/panel.lua
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:55.733 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: status_command /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:55.733 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: /home/cpup/.luaenv/versions/luajit-2.1-dev/bin/luajit /home/cpup/.files/i3/panel.lua
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 57: strip_workspace_numbers yes
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar strip_workspace_numbers yes
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar strip_workspace_numbers yes
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: strip_workspace_numbers yes
00:41:55.733 [DEBUG] [sway/commands/bar/strip_workspace_numbers.c:20] Stripping workspace numbers on bar: bar-0
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 58: separator_symbol " "
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar separator_symbol " "
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar separator_symbol " "
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: separator_symbol
00:41:55.733 [DEBUG] [sway/commands/bar/separator_symbol.c:12] Settings separator_symbol ' ' for bar: bar-0
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 59: position top
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar position top
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar position top
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:41:55.733 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 60: # font pango:Misc Stlarch 11px
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 61: font pango:Fira Code 11px
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar font pango:Fira Code 11px
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar font pango:Fira Code 11px
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: font pango:Fira Code 11px
00:41:55.733 [DEBUG] [sway/commands/bar/font.c:27] Settings font 'Fira Code 11px' for bar: bar-0
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 62: tray_output eDP-1
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar tray_output eDP-1
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar tray_output eDP-1
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: tray_output eDP-1
00:41:55.733 [DEBUG] [sway/commands/bar/tray_output.c:35] Showing tray on output 'eDP-1' for bar: bar-0
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 63:
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 64: colors {
00:41:55.733 [DEBUG] [sway/config.c:851] Entering block 'bar colors'
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 65: background #1f1f1f
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar colors background #1f1f1f
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar colors background #1f1f1f
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: colors background #1f1f1f
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: background #1f1f1f
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 66: statusline #c0b18b
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar colors statusline #c0b18b
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #c0b18b
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #c0b18b
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: statusline #c0b18b
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 67:
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 68: focused_workspace #af865a #1f1f1f #af865a
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar colors focused_workspace #af865a #1f1f1f #af865a
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar colors focused_workspace #af865a #1f1f1f #af865a
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: colors focused_workspace #af865a #1f1f1f #af865a
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: focused_workspace #af865a #1f1f1f #af865a
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 69: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #1f1f1f #1f1f1f #c0b18b
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 70: urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.733 [INFO] [sway/commands.c:381] Config command: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: bar colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: colors urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.733 [DEBUG] [sway/commands.c:436] Subcommand: urgent_workspace #d17b49 #1f1f1f #d17b49
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 71: }
00:41:55.733 [DEBUG] [sway/config.c:868] Exiting block 'bar colors'
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 72: }
00:41:55.733 [DEBUG] [sway/config.c:868] Exiting block 'bar'
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 73:
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 74:
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 75: # class title border background text indicator client border
00:41:55.733 [DEBUG] [sway/config.c:797] Read line 76: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:55.733 [INFO] [sway/commands.c:381] Config command: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:55.733 [INFO] [sway/commands.c:404] After replacement: client.focused #5A3637 #2f1f1f #ededed #dddddd #5A3637
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 77: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.734 [INFO] [sway/commands.c:381] Config command: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: client.focused_inactive #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 78: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.734 [INFO] [sway/commands.c:381] Config command: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: client.unfocused #333333 #1f1f1f #c0b18b #292d2e #333333
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 79: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:55.734 [INFO] [sway/commands.c:381] Config command: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: client.urgent #d17b49 #3f1f1f #ffffff #900000 #d17b49
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 80:
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 81: bindsym Super+Shift+q kill
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+q kill
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+q kill
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+q to command `kill` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 82: bindsym Super+Space floating toggle
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Space floating toggle
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Space floating toggle
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Space to command `floating toggle` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 83: bindsym Super+f fullscreen
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+f fullscreen
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+f fullscreen
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+f to command `fullscreen` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 84: bindsym Super+Tab workspace next_on_output
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Tab workspace next_on_output
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Tab workspace next_on_output
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Tab to command `workspace next_on_output` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 85: bindsym Super+Shift+Tab workspace prev_on_output
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Tab workspace prev_on_output
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Tab workspace prev_on_output
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Tab to command `workspace prev_on_output` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 86: bindsym Super+j focus left
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+j focus left
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+j focus left
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+j to command `focus left` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 87: bindsym Super+k focus down
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+k focus down
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+k focus down
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+k to command `focus down` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 88: bindsym Super+l focus up
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+l focus up
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+l focus up
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+l to command `focus up` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 89: bindsym Super+semicolon focus right
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+semicolon focus right
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+semicolon focus right
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+semicolon to command `focus right` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 90: bindsym Super+Shift+j move left
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+j move left
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+j move left
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+j to command `move left` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 91: bindsym Super+Shift+k move down
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+k move down
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+k move down
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+k to command `move down` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 92: bindsym Super+Shift+l move up
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+l move up
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+l move up
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+l to command `move up` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 93: bindsym Super+Shift+semicolon move right
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+semicolon move right
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+semicolon move right
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+semicolon to command `move right` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 94: bindsym Super+Shift+v focus parent
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+v focus parent
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+v focus parent
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+v to command `focus parent` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 95: bindsym Alt+Tab focus right
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Tab focus right
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Tab focus right
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Tab to command `focus right` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 96: bindsym Alt+Shift+Tab focus left
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Alt+Shift+Tab focus left
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Alt+Shift+Tab focus left
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Alt+Shift+Tab to command `focus left` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 97: bindsym Super+1 workspace 20:1
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+1 workspace 20:1
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+1 workspace 20:1
00:41:55.734 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+1 to command `workspace 20:1` for device '*'
00:41:55.734 [DEBUG] [sway/config.c:797] Read line 98: bindsym Super+2 workspace 21:2
00:41:55.734 [INFO] [sway/commands.c:381] Config command: bindsym Super+2 workspace 21:2
00:41:55.734 [INFO] [sway/commands.c:404] After replacement: bindsym Super+2 workspace 21:2
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+2 to command `workspace 21:2` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 99: bindsym Super+3 workspace 22:3
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+3 workspace 22:3
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+3 workspace 22:3
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+3 to command `workspace 22:3` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 100: bindsym Super+4 workspace 23:4
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+4 workspace 23:4
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+4 workspace 23:4
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+4 to command `workspace 23:4` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 101: bindsym Super+5 workspace 24:5
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+5 workspace 24:5
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+5 workspace 24:5
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+5 to command `workspace 24:5` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 102: bindsym Super+6 workspace 25:6
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+6 workspace 25:6
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+6 workspace 25:6
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+6 to command `workspace 25:6` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 103: bindsym Super+7 workspace 26:7
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+7 workspace 26:7
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+7 workspace 26:7
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+7 to command `workspace 26:7` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 104: bindsym Super+8 workspace 27:8
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+8 workspace 27:8
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+8 workspace 27:8
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+8 to command `workspace 27:8` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 105: bindsym Super+9 workspace 28:9
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+9 workspace 28:9
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+9 workspace 28:9
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+9 to command `workspace 28:9` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 106: bindsym Super+0 workspace 29:0
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+0 workspace 29:0
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+0 workspace 29:0
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+0 to command `workspace 29:0` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 107: bindsym Super+Shift+1 move container to workspace 20:1
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+1 move container to workspace 20:1
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+1 move container to workspace 20:1
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+1 to command `move container to workspace 20:1` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 108: bindsym Super+Shift+2 move container to workspace 21:2
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+2 move container to workspace 21:2
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+2 move container to workspace 21:2
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+2 to command `move container to workspace 21:2` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 109: bindsym Super+Shift+3 move container to workspace 22:3
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+3 move container to workspace 22:3
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+3 move container to workspace 22:3
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+3 to command `move container to workspace 22:3` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 110: bindsym Super+Shift+4 move container to workspace 23:4
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+4 move container to workspace 23:4
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+4 move container to workspace 23:4
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+4 to command `move container to workspace 23:4` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 111: bindsym Super+Shift+5 move container to workspace 24:5
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+5 move container to workspace 24:5
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+5 move container to workspace 24:5
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+5 to command `move container to workspace 24:5` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 112: bindsym Super+Shift+6 move container to workspace 25:6
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+6 move container to workspace 25:6
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+6 move container to workspace 25:6
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+6 to command `move container to workspace 25:6` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 113: bindsym Super+Shift+7 move container to workspace 26:7
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+7 move container to workspace 26:7
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+7 move container to workspace 26:7
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+7 to command `move container to workspace 26:7` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 114: bindsym Super+Shift+8 move container to workspace 27:8
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+8 move container to workspace 27:8
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+8 move container to workspace 27:8
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+8 to command `move container to workspace 27:8` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 115: bindsym Super+Shift+9 move container to workspace 28:9
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+9 move container to workspace 28:9
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+9 move container to workspace 28:9
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+9 to command `move container to workspace 28:9` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 116: bindsym Super+Shift+0 move container to workspace 29:0
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+0 move container to workspace 29:0
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+0 move container to workspace 29:0
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+0 to command `move container to workspace 29:0` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 117: bindsym Super+a workspace 10:A
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+a workspace 10:A
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+a workspace 10:A
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+a to command `workspace 10:A` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 118: bindsym Super+w workspace 11:I
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+w workspace 11:I
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+w workspace 11:I
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+w to command `workspace 11:I` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 119: bindsym Super+e workspace 12:T
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+e workspace 12:T
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+e workspace 12:T
00:41:55.735 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+e to command `workspace 12:T` for device '*'
00:41:55.735 [DEBUG] [sway/config.c:797] Read line 120: bindsym Super+c workspace 99:C
00:41:55.735 [INFO] [sway/commands.c:381] Config command: bindsym Super+c workspace 99:C
00:41:55.735 [INFO] [sway/commands.c:404] After replacement: bindsym Super+c workspace 99:C
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+c to command `workspace 99:C` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 121: bindsym Super+Shift+a move container to workspace 10:A
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+a move container to workspace 10:A
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+a move container to workspace 10:A
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+a to command `move container to workspace 10:A` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 122: bindsym Super+Shift+w move container to workspace 11:I
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+w move container to workspace 11:I
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+w move container to workspace 11:I
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+w to command `move container to workspace 11:I` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 123: bindsym Super+Shift+e move container to workspace 12:T
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+e move container to workspace 12:T
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+e move container to workspace 12:T
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+e to command `move container to workspace 12:T` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 124: bindsym Super+Shift+c move container to workspace 99:C
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+c move container to workspace 99:C
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+c move container to workspace 99:C
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+c to command `move container to workspace 99:C` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 125: bindsym Super+backslash split vertical
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+backslash split vertical
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+backslash split vertical
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+backslash to command `split vertical` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 126: bindsym Super+Shift+backslash split horizontal
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+backslash split horizontal
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+backslash split horizontal
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+backslash to command `split horizontal` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 127: bindsym Super+Down move to scratchpad
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Down move to scratchpad
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Down move to scratchpad
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Down to command `move to scratchpad` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 128: bindsym Super+Up scratchpad show
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Up scratchpad show
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Up scratchpad show
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Up to command `scratchpad show` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 129: bindsym Super+n reload
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+n reload
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+n reload
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+n to command `reload` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 130: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+grave [con_mark="dropin"] scratchpad show
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+grave to command `[con_mark="dropin"] scratchpad show` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 131: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Ctrl+Alt+grave mark --add dropin
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Ctrl+Alt+grave to command `mark --add dropin` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 132:
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 133: #
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 134: # wm independent hotkeys
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 135: #
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 136:
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 137: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+q exec $HOME/.files/bin/exit-menu
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+q exec /home/cpup/.files/bin/exit-menu
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+q to command `exec /home/cpup/.files/bin/exit-menu` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 138: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Return exec sh -c "cd $HOME; kitty"
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Return exec sh -c "cd /home/cpup; kitty"
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 139: # bindsym Super+Shift+Return exec sh -c "cd $HOME; tabbed -r 2 st -w ''"
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 140: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Return exec sh -c "cd $HOME; kitty"
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Return exec sh -c "cd /home/cpup; kitty"
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Return to command `exec sh -c "cd /home/cpup; kitty"` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 141: bindsym Super+d exec wofi --show drun
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+d exec wofi --show drun
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+d exec wofi --show drun
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+d to command `exec wofi --show drun` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 142: bindsym Super+Shift+d exec wofi --show run
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+d exec wofi --show run
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+d exec wofi --show run
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+d to command `exec wofi --show run` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 143: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+grave exec $HOME/.files/bin/daily-reminder-notify
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+grave exec /home/cpup/.files/bin/daily-reminder-notify
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+grave to command `exec /home/cpup/.files/bin/daily-reminder-notify` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 144: bindsym Print exec $HOME/.files/bin/screenshot whole
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Print exec $HOME/.files/bin/screenshot whole
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Print exec /home/cpup/.files/bin/screenshot whole
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Print to command `exec /home/cpup/.files/bin/screenshot whole` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 145: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Print exec $HOME/.files/bin/screenshot sel
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Print exec /home/cpup/.files/bin/screenshot sel
00:41:55.736 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Print to command `exec /home/cpup/.files/bin/screenshot sel` for device '*'
00:41:55.736 [DEBUG] [sway/config.c:797] Read line 146: bindsym Super+Shift+Print exec gifify $(rec)
00:41:55.736 [INFO] [sway/commands.c:381] Config command: bindsym Super+Shift+Print exec gifify $(rec)
00:41:55.736 [INFO] [sway/commands.c:404] After replacement: bindsym Super+Shift+Print exec gifify $(rec)
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Super+Shift+Print to command `exec gifify $(rec)` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 147: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessUp exec $HOME/.files/bin/brightness +
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessUp exec /home/cpup/.files/bin/brightness +
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessUp to command `exec /home/cpup/.files/bin/brightness +` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 148: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym XF86MonBrightnessDown exec $HOME/.files/bin/brightness -
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym XF86MonBrightnessDown exec /home/cpup/.files/bin/brightness -
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86MonBrightnessDown to command `exec /home/cpup/.files/bin/brightness -` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 149: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioRaiseVolume exec $HOME/.files/bin/volume +
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioRaiseVolume exec /home/cpup/.files/bin/volume +
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec /home/cpup/.files/bin/volume +` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 150: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioLowerVolume exec $HOME/.files/bin/volume -
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioLowerVolume exec /home/cpup/.files/bin/volume -
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec /home/cpup/.files/bin/volume -` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 151: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym XF86AudioMute exec $HOME/.files/bin/volume m
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym XF86AudioMute exec /home/cpup/.files/bin/volume m
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec /home/cpup/.files/bin/volume m` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 152: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym XF86TouchpadToggle exec $HOME/.files/bin/touchpad toggle
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym XF86TouchpadToggle exec /home/cpup/.files/bin/touchpad toggle
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86TouchpadToggle to command `exec /home/cpup/.files/bin/touchpad toggle` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 153: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym XF86ScreenSaver exec $HOME/.files/bin/lock
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym XF86ScreenSaver exec /home/cpup/.files/bin/lock
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86ScreenSaver to command `exec /home/cpup/.files/bin/lock` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 154: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym XF86Sleep exec sh -c "systemctl suspend; $HOME/.files/bin/lock"
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym XF86Sleep exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86Sleep to command `exec sh -c "systemctl suspend; /home/cpup/.files/bin/lock"` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 155: bindsym Control+space exec makoctl dismiss
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym Control+space exec makoctl dismiss
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym Control+space exec makoctl dismiss
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+space to command `exec makoctl dismiss` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 156: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:55.737 [INFO] [sway/commands.c:381] Config command: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: bindsym Control+Shift+space exec makoctl dismiss -a
00:41:55.737 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Control+Shift+space to command `exec makoctl dismiss -a` for device '*'
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 157:
00:41:55.737 [DEBUG] [sway/config.c:797] Read line 158: input * xkb_options ctrl:nocaps
00:41:55.737 [INFO] [sway/commands.c:381] Config command: input * xkb_options ctrl:nocaps
00:41:55.737 [INFO] [sway/commands.c:404] After replacement: input * xkb_options ctrl:nocaps
00:41:55.737 [DEBUG] [sway/commands/input.c:58] entering input block: *
00:41:55.737 [DEBUG] [sway/config/input.c:15] new_input_config(*)
00:41:55.737 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:41:55.737 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: * options: ctrl:nocaps
00:41:55.737 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:41:55.738 [DEBUG] [sway/config/input.c:366] Config stored for input *
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 159:
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 160: # input 1:1:AT_Translated_Set_2_keyboard {
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 161: # xkb_layout us
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 162: # xkb_options ctrl:nocaps,compose:ralt,shift:both_capslock
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 163: # }
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 164: #
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 165: # input 2:7:SynPS/2_Synaptics_TouchPad {
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 166: # pointer_accel 0.5
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 167: # tap enabled
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 168: # }
00:41:55.738 [DEBUG] [sway/config.c:797] Read line 169:
00:41:55.739 [DEBUG] [sway/config.c:797] Read line 170: input 2:10:TPPS/2_Elan_TrackPoint {
00:41:55.739 [DEBUG] [sway/config.c:851] Entering block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:41:55.739 [DEBUG] [sway/config.c:797] Read line 171: pointer_accel 0.01
00:41:55.739 [INFO] [sway/commands.c:381] Config command: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:41:55.739 [INFO] [sway/commands.c:404] After replacement: input 2:10:TPPS/2_Elan_TrackPoint pointer_accel 0.01
00:41:55.739 [DEBUG] [sway/commands/input.c:58] entering input block: 2:10:TPPS/2_Elan_TrackPoint
00:41:55.739 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:41:55.739 [DEBUG] [sway/commands.c:436] Subcommand: pointer_accel 0.01
00:41:55.739 [DEBUG] [sway/config/input.c:15] new_input_config(2:10:TPPS/2_Elan_TrackPoint)
00:41:55.739 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:41:55.740 [DEBUG] [sway/config/input.c:366] Config stored for input 2:10:TPPS/2_Elan_TrackPoint
00:41:55.740 [DEBUG] [sway/config.c:797] Read line 172: }
00:41:55.740 [DEBUG] [sway/config.c:868] Exiting block 'input 2:10:TPPS/2_Elan_TrackPoint'
00:41:55.740 [DEBUG] [sway/input/input-manager.c:190] no fallback seat config - creating default
00:41:55.740 [DEBUG] [sway/config/seat.c:65] Adding non-wildcard seat config
00:41:55.740 [DEBUG] [sway/config/seat.c:82] Config stored for seat seat0
00:41:55.740 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:41:55.742 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc1600070
00:41:55.744 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc1050ec0
00:41:55.744 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc1050ec0
00:41:55.744 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:55.747 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc1600070
00:41:55.748 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc1050ec0
00:41:55.748 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:55.748 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:55.748 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:55.751 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc1600070
00:41:55.751 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc1050ec0
00:41:55.752 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:55.754 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc1600070
00:41:55.755 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc1050ec0
00:41:55.758 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc1600070
00:41:55.758 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc1600070
00:41:55.759 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x623dc1050ec0
00:41:55.763 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:55.767 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:55.767 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:55.767 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:55.770 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:55.778 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '6058:20564:ThinkPad_Extra_Buttons')
00:41:55.781 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:41:55.781 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.010000)
00:41:55.781 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:55.781 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1:1:AT_Translated_Set_2_keyboard')
00:41:55.785 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Touchpad')
00:41:55.785 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:55.785 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Mouse')
00:41:55.785 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:55.785 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1121:19727:USB_Optical_Mouse')
00:41:55.785 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:55.785 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:3:Sleep_Button')
00:41:55.788 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:5:Lid_Switch')
00:41:55.788 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:55.788 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:1:Power_Button')
00:41:55.792 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:6:Video_Bus')
00:41:55.796 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:41:55.796 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:55.796 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0
00:41:55.799 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:55.803 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:55.803 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:55.803 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:55.806 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:55.817 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:55.820 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:55.820 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:55.820 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:55.824 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:41:55.831 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[0] = swaybg
00:41:55.833 [ERROR] [sway/config/output.c:1069] failed to execute 'swaybg' (background configuration probably not applied): No such file or directory
00:41:55.834 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:41:55.834 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.834 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 0.000000
00:41:55.834 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:41:55.834 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.834 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 0.000000
00:41:55.834 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:41:55.834 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.834 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 0.000000
00:41:55.834 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:41:55.834 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.835 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:41:55.835 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619e0 horizontally
00:41:55.835 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11c9390 committing with 13 instructions
00:41:55.835 [DEBUG] [sway/ipc-server.c:300] Sending workspace::reload event
00:41:55.835 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0'
00:41:55.837 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:41:55.838 [DEBUG] [sway/ipc-server.c:341] Sending barconfig_update event
00:41:55.838 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.838 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 0.000000
00:41:55.839 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:41:55.839 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.839 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 0.000000
00:41:55.839 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:41:55.839 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.839 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 0.000000
00:41:55.839 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:41:55.839 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.839 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:41:55.839 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461eb0 horizontally
00:41:55.840 [INFO] [sway/ipc-server.c:570] IPC Client 59 disconnected
00:41:55.840 [INFO] [sway/ipc-server.c:570] IPC Client 32 disconnected
00:41:55.844 [DEBUG] [sway/ipc-server.c:196] New client: fd 30
00:41:55.844 [DEBUG] [sway/ipc-server.c:196] New client: fd 51
00:41:55.844 [DEBUG] [sway/config/output.c:867] Committing 1 outputs
00:41:55.844 [DEBUG] [sway/config/output.c:631] Output state for eDP-1
00:41:55.844 [DEBUG] [sway/config/output.c:633] enabled: yes
00:41:55.844 [DEBUG] [sway/config/output.c:637] render_format: XR24
00:41:55.844 [DEBUG] [sway/config/output.c:645] mode: 2880x1800@60000mHz
00:41:55.844 [DEBUG] [sway/config/output.c:655] scale: 1.500000
00:41:55.844 [DEBUG] [sway/config/output.c:658] subpixel: unknown
00:41:55.844 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 1 outputs with explicit modifiers
00:41:55.851 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 1 outputs succeeded
00:41:55.885 [DEBUG] [sway/config/output.c:927] Commit of 1 outputs succeeded
00:41:55.886 [DEBUG] [sway/config/output.c:933] Finalizing config for eDP-1
00:41:55.886 [DEBUG] [sway/config/output.c:530] Set eDP-1 position to 1920, 0
00:41:55.886 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.886 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 0.000000
00:41:55.886 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:41:55.886 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.886 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 0.000000
00:41:55.886 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:41:55.886 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.886 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 0.000000
00:41:55.886 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:41:55.886 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1200@0,0
00:41:55.886 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 0.000000
00:41:55.886 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461dc0 horizontally
00:41:55.886 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:41:55.886 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:41:55.886 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:41:55.886 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1121:19727:USB_Optical_Mouse
00:41:55.887 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:41:55.887 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1176
00:41:55.887 [DEBUG] [sway/input/cursor.c:1411] denying request to set cursor from unfocused client
00:41:55.887 [DEBUG] [sway/input/cursor.c:1411] denying request to set cursor from unfocused client
00:41:55.887 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1764
00:41:55.887 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc11c9390 is ready
00:41:55.887 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11c9390
00:41:55.887 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc16a87a0 committing with 12 instructions
00:41:55.888 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc16a87a0
00:41:55.899 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc0efdcf0 (res 0x623dc11bd2f0)
00:41:55.899 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc16a7cb0 (res 0x623dc1192340)
00:41:55.899 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0,
00:41:55.901 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output
00:41:55.901 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:55.901 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:41:55.901 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:41:55.901 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:55.901 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:41:55.901 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:41:55.901 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:55.901 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 21.000000
00:41:55.901 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:41:55.901 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:55.901 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '99:C' at 1920.000000, 21.000000
00:41:55.901 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461820 horizontally
00:41:55.901 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1513460 committing with 12 instructions
00:41:55.902 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:41:55.903 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1155
00:41:55.903 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:55.904 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x623dc1513460 is ready
00:41:55.904 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1513460
00:41:55.919 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:41:59.308 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:41:59.308 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:41:59.309 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:41:59.309 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:41:59.309 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:41:59.309 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:41:59.309 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:41:59.309 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc156f2e0 committing with 6 instructions
00:41:59.309 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc156f2e0
00:41:59.335 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:41:59.352 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:41:59.369 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x2304
00:42:00.765 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:42:00.766 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:42:00.766 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc10a8960:21:2
00:42:00.766 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:42:00.766 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:42:00.766 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 21.000000
00:42:00.766 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:42:00.766 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc15c9a60 committing with 6 instructions
00:42:00.766 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc15c9a60
00:42:00.787 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:42:01.076 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:42:01.076 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:42:01.076 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:42:01.076 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:42:01.077 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:42:01.077 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:42:01.077 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:42:01.077 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ee1440 committing with 6 instructions
00:42:01.077 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ee1440
00:42:01.081 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:42:01.101 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2922x1796
00:42:05.790 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:42:05.790 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:42:05.790 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc10a8960:21:2
00:42:05.790 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:42:05.790 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:42:05.790 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '21:2' at 1920.000000, 21.000000
00:42:05.790 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:42:05.790 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc10e08e0 committing with 6 instructions
00:42:05.790 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc10e08e0
00:42:06.791 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:42:06.791 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:42:06.791 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:42:06.792 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:42:06.792 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:42:06.792 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:42:06.792 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:42:06.792 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc14771c0 committing with 6 instructions
00:42:06.792 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc14771c0
00:42:06.947 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token 'e3c1c95af83caae687d9c89dab1a906c' has expired
00:42:07.144 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token 'a24b9746783c63a14941a3f0685f2781' has expired
00:42:07.272 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 12:T
00:42:07.272 [INFO] [sway/commands.c:261] Handling command 'workspace 12:T'
00:42:07.272 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:42:07.272 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:42:07.273 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:42:07.273 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:42:07.273 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:42:07.273 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc103ded0 committing with 6 instructions
00:42:07.273 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc103ded0
00:42:07.281 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:42:07.286 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:42:07.287 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '70fd7f47a29e9bf7dfbe8cc5bae2d5bd' has expired
00:42:07.304 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:42:07.396 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '6be2d9de229afa3e15f2d32a1d16cd92' has expired
00:42:07.400 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 2874x1733
00:42:07.564 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '65ceb1bd25ccff5a3b5901517ba6574e' has expired
00:42:07.737 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '0e29dbfbea1fdc0fceb8ddb5dd6c28a9' has expired
00:42:07.856 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '6caecd854853d7118d055296c2e782aa' has expired
00:42:08.014 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '1c1335b6910276e694ef938a51604aa9' has expired
00:42:08.164 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '71f8da1aeb237f79235058f5561cdb1f' has expired
00:42:08.308 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '30005b15efa4d92f0b7b7258f5e69b89' has expired
00:42:08.457 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '120ca08f8c048833ab48716c48cf1ff5' has expired
00:42:08.601 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '9b2e82c7dbfdc8e605ba1a2d7e520e93' has expired
00:42:08.751 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '33d7eec7729d7bf326db322f04d0df57' has expired
00:42:09.617 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '090e977a64293b54a1085e6dab86939c' has expired
00:42:09.797 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token '85f858dff33816f0c96b2e1d5eda247f' has expired
00:42:10.054 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:46] Activation token 'ef9aecd16ad1e5ad45c0182bdd645e5c' has expired
00:42:18.263 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:42:18.263 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:42:18.263 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:42:18.263 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:42:18.263 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:42:18.263 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:42:18.263 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:42:18.263 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ec9700 committing with 5 instructions
00:42:18.263 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ec9700
00:42:19.031 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:42:19.031 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:42:19.031 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:42:19.031 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:42:19.031 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:42:19.031 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:42:19.031 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc10dd290 committing with 5 instructions
00:42:19.031 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc10dd290
00:43:15.309 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 12:T
00:43:15.309 [INFO] [sway/commands.c:261] Handling command 'workspace 12:T'
00:43:15.309 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:43:15.309 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:43:15.310 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:43:15.310 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:43:15.310 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:43:15.310 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc10403b0 committing with 6 instructions
00:43:15.310 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc10403b0
00:43:15.636 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 12:T
00:43:15.636 [INFO] [sway/commands.c:261] Handling command 'workspace 12:T'
00:43:15.636 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:43:15.636 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:43:15.637 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:43:15.637 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:43:15.637 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:43:15.637 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc127e990 committing with 6 instructions
00:43:15.637 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc127e990
00:43:15.955 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:43:15.955 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:43:15.955 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:43:15.955 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:43:15.955 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:43:15.955 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:43:15.955 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:43:15.955 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ee8220 committing with 5 instructions
00:43:15.955 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ee8220
00:43:16.226 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:43:16.226 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:43:16.226 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:43:16.226 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:43:16.226 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:43:16.226 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:43:16.226 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc15e3220 committing with 5 instructions
00:43:16.226 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc15e3220
00:43:16.481 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:43:16.481 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:43:16.481 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:43:16.481 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:43:16.481 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:43:16.481 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:43:16.481 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:43:16.481 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1018af0 committing with 5 instructions
00:43:16.481 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1018af0
00:43:40.437 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:43:40.437 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:43:40.437 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:43:40.437 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:43:40.438 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:43:40.438 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:43:40.438 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:43:40.438 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ffec00 committing with 6 instructions
00:43:40.438 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ffec00
00:44:47.583 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:44:47.583 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:44:47.583 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:44:47.583 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:44:47.583 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:44:47.583 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:44:47.583 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:44:47.584 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11cf5d0 committing with 8 instructions
00:44:47.584 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11cf5d0
00:45:08.816 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:45:08.817 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:45:08.817 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:45:08.817 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:45:08.817 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:45:08.817 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:45:08.817 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ecf390 committing with 5 instructions
00:45:08.817 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ecf390
00:45:09.049 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 12:T
00:45:09.049 [INFO] [sway/commands.c:261] Handling command 'workspace 12:T'
00:45:09.049 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:45:09.049 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:45:09.049 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:45:09.049 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:45:09.049 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:45:09.049 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1206a60 committing with 6 instructions
00:45:09.050 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1206a60
00:45:14.796 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:45:14.796 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:45:14.796 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:45:14.796 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:45:14.796 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:45:14.796 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:45:14.796 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:45:14.796 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc1691d70 committing with 5 instructions
00:45:14.796 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc1691d70
00:46:04.192 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:46:04.192 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:46:04.192 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:46:04.192 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:46:04.192 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:46:04.192 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:46:04.192 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc11ff080 committing with 5 instructions
00:46:04.192 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc11ff080
00:46:04.407 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:46:04.407 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:46:04.407 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:46:04.407 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:46:04.407 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:46:04.407 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:46:04.407 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:46:04.407 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc16a6580 committing with 5 instructions
00:46:04.407 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc16a6580
00:46:04.695 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:46:04.695 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:46:04.695 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:46:04.695 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:46:04.695 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:46:04.695 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:46:04.695 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc103a570 committing with 5 instructions
00:46:04.695 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc103a570
00:46:04.829 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:46:04.829 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:46:04.829 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:46:04.829 [DEBUG] [sway/tree/container.c:867] Transformed container 0x623dc15389e0 to coords (2398.000000, 155.625635)
00:46:04.829 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:46:04.829 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:46:04.829 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619f0 horizontally
00:46:04.829 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0f18370 committing with 5 instructions
00:46:04.829 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0f18370
00:46:05.052 [DEBUG] [sway/commands/bind.c:618] running command for binding: [con_mark="dropin"] scratchpad show
00:46:05.052 [DEBUG] [sway/criteria.c:726] Found pair: con_mark=dropin
00:46:05.052 [INFO] [sway/commands.c:261] Handling command 'scratchpad show'
00:46:05.052 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:46:05.052 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:46:05.052 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd3461a10 horizontally
00:46:05.052 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc101ac10 committing with 5 instructions
00:46:05.053 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc101ac10
00:46:05.299 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:46:05.300 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:46:05.300 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc12c3c30:10:A
00:46:05.300 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:46:05.300 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:46:05.300 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '10:A' at 1920.000000, 21.000000
00:46:05.300 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:46:05.300 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc0ee05d0 committing with 6 instructions
00:46:05.300 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc0ee05d0
00:46:05.756 [DEBUG] [sway/commands/bind.c:618] running command for binding: workspace 10:A
00:46:05.756 [INFO] [sway/commands.c:261] Handling command 'workspace 10:A'
00:46:05.756 [DEBUG] [sway/tree/workspace.c:587] Switching to workspace 0x623dc1535e00:12:T
00:46:05.756 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event
00:46:05.757 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1179@0,21
00:46:05.757 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '12:T' at 1920.000000, 21.000000
00:46:05.757 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffcd34619a0 horizontally
00:46:05.757 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x623dc103be00 committing with 6 instructions
00:46:05.757 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x623dc103be00
00:47:30.076 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing USB Optical Mouse [1121:19727]
00:47:30.077 [DEBUG] [sway/input/input-manager.c:208] removing device: '1121:19727:USB_Optical_Mouse'
00:47:30.077 [DEBUG] [sway/input/seat.c:969] removing device 1121:19727:USB_Optical_Mouse from seat seat0
00:47:33.107 [DEBUG] [sway/input/switch.c:88] 0:5:Lid_Switch: type 0 state 1
00:48:46.643 [DEBUG] [sway/input/switch.c:88] 0:5:Lid_Switch: type 0 state 0
00:48:58.006 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing AT Translated Set 2 keyboard [1:1]
00:48:58.006 [DEBUG] [sway/input/input-manager.c:208] removing device: '1:1:AT_Translated_Set_2_keyboard'
00:48:58.006 [DEBUG] [sway/input/seat.c:969] removing device 1:1:AT_Translated_Set_2_keyboard from seat seat0
00:48:58.006 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x623dc1050ec0
00:48:58.006 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing Video Bus [0:6]
00:48:58.006 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:6:Video_Bus'
00:48:58.006 [DEBUG] [sway/input/seat.c:969] removing device 0:6:Video_Bus from seat seat0
00:48:58.006 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:6:Video_Bus from group 0x623dc1050ec0
00:48:58.006 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing Power Button [0:1]
00:48:58.007 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:1:Power_Button'
00:48:58.007 [DEBUG] [sway/input/seat.c:969] removing device 0:1:Power_Button from seat seat0
00:48:58.007 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:1:Power_Button from group 0x623dc1050ec0
00:48:58.253 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing SYNA8018:00 06CB:CE67 Touchpad [1739:52839]
00:48:58.253 [DEBUG] [sway/input/input-manager.c:208] removing device: '1739:52839:SYNA8018:00_06CB:CE67_Touchpad'
00:48:58.253 [DEBUG] [sway/input/seat.c:969] removing device 1739:52839:SYNA8018:00_06CB:CE67_Touchpad from seat seat0
00:48:58.253 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing ThinkPad Extra Buttons [6058:20564]
00:48:58.253 [DEBUG] [sway/input/input-manager.c:208] removing device: '6058:20564:ThinkPad_Extra_Buttons'
00:48:58.253 [DEBUG] [sway/input/seat.c:969] removing device 6058:20564:ThinkPad_Extra_Buttons from seat seat0
00:48:58.253 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x623dc1050ec0
00:48:58.254 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing Sleep Button [0:3]
00:48:58.254 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:3:Sleep_Button'
00:48:58.254 [DEBUG] [sway/input/seat.c:969] removing device 0:3:Sleep_Button from seat seat0
00:48:58.254 [DEBUG] [sway/input/keyboard.c:801] Removing keyboard 0:3:Sleep_Button from group 0x623dc1050ec0
00:48:58.254 [DEBUG] [sway/input/keyboard.c:807] Destroying empty keyboard group 0x623dc1050ec0
00:48:58.254 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing Lid Switch [0:5]
00:48:58.254 [DEBUG] [sway/input/input-manager.c:208] removing device: '0:5:Lid_Switch'
00:48:58.254 [DEBUG] [sway/input/seat.c:969] removing device 0:5:Lid_Switch from seat seat0
00:48:58.254 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing SYNA8018:00 06CB:CE67 Mouse [1739:52839]
00:48:58.254 [DEBUG] [sway/input/input-manager.c:208] removing device: '1739:52839:SYNA8018:00_06CB:CE67_Mouse'
00:48:58.254 [DEBUG] [sway/input/seat.c:969] removing device 1739:52839:SYNA8018:00_06CB:CE67_Mouse from seat seat0
00:48:58.255 [DEBUG] [wlr] [backend/libinput/events.c:133] Removing TPPS/2 Elan TrackPoint [2:10]
00:48:58.255 [DEBUG] [sway/input/input-manager.c:208] removing device: '2:10:TPPS/2_Elan_TrackPoint'
00:48:58.255 [DEBUG] [sway/input/seat.c:969] removing device 2:10:TPPS/2_Elan_TrackPoint from seat seat0
00:48:58.255 [INFO] [wlr] [libseat] [libseat/backend/logind.c:351] Disabling seat
00:48:58.255 [INFO] [wlr] [backend/drm/backend.c:117] DRM FD paused
00:48:58.255 [ERROR] [sway/desktop/output.c:317] Page-flip failed on output eDP-1
00:48:58.256 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc158e9b0 (res 0x623dc14290f0)
00:48:58.261 [ERROR] [sway/desktop/output.c:317] Page-flip failed on output eDP-1
00:48:58.261 [ERROR] [sway/desktop/output.c:317] Page-flip failed on output eDP-1
00:48:59.008 [ERROR] [sway/desktop/output.c:317] Page-flip failed on output eDP-1
00:48:59.196 [INFO] [wlr] [libseat] [libseat/backend/logind.c:348] Enabling seat
00:48:59.216 [INFO] [wlr] [backend/drm/backend.c:117] DRM FD resumed
00:48:59.216 [INFO] [wlr] [backend/drm/drm.c:1677] Scanning DRM connectors on /dev/dri/card1
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1319] Reallocating CRTCs
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector eDP-1 (connected, needs CRTC): CRTC 79 (no change)
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector HDMI-A-1 (disconnected): no CRTC (no change)
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-1 (disconnected): no CRTC (no change)
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-2 (disconnected): no CRTC (no change)
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-3 (disconnected): no CRTC (no change)
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-4 (disconnected): no CRTC (no change)
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-5 (disconnected): no CRTC (no change)
00:48:59.217 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-6 (disconnected): no CRTC (no change)
00:48:59.217 [INFO] [wlr] [backend/drm/drm.c:891] connector eDP-1: Modesetting with 2880x1800 @ 60.000 Hz
00:49:00.665 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Video Bus [0:6]
00:49:00.665 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:6:Video_Bus'
00:49:00.665 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:6:Video_Bus')
00:49:00.665 [DEBUG] [sway/input/seat.c:949] adding device 0:6:Video_Bus to seat seat0
00:49:00.668 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x623dc15a7760
00:49:00.668 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 0:6:Video_Bus to group 0x623dc15a7760
00:49:00.669 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Power Button [0:1]
00:49:00.669 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:1:Power_Button'
00:49:00.669 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:1:Power_Button')
00:49:00.669 [DEBUG] [sway/input/seat.c:949] adding device 0:1:Power_Button to seat seat0
00:49:00.671 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x623dc15a7760
00:49:00.671 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Lid Switch [0:5]
00:49:00.671 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:5:Lid_Switch'
00:49:00.671 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:5:Lid_Switch')
00:49:00.671 [DEBUG] [sway/input/seat.c:949] adding device 0:5:Lid_Switch to seat seat0
00:49:00.671 [DEBUG] [sway/input/switch.c:18] Allocated switch for device
00:49:00.671 [DEBUG] [sway/input/switch.c:102] Configured switch for device
00:49:00.671 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Sleep Button [0:3]
00:49:00.671 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:3:Sleep_Button'
00:49:00.671 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '0:3:Sleep_Button')
00:49:00.671 [DEBUG] [sway/input/seat.c:949] adding device 0:3:Sleep_Button to seat seat0
00:49:00.674 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x623dc15a7760
00:49:00.674 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding SYNA8018:00 06CB:CE67 Mouse [1739:52839]
00:49:00.674 [DEBUG] [sway/input/input-manager.c:240] adding device: '1739:52839:SYNA8018:00_06CB:CE67_Mouse'
00:49:00.674 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Mouse')
00:49:00.674 [DEBUG] [sway/input/seat.c:949] adding device 1739:52839:SYNA8018:00_06CB:CE67_Mouse to seat seat0
00:49:00.674 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Mouse
00:49:00.675 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding SYNA8018:00 06CB:CE67 Touchpad [1739:52839]
00:49:00.675 [DEBUG] [sway/input/input-manager.c:240] adding device: '1739:52839:SYNA8018:00_06CB:CE67_Touchpad'
00:49:00.675 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1739:52839:SYNA8018:00_06CB:CE67_Touchpad')
00:49:00.675 [DEBUG] [sway/input/seat.c:949] adding device 1739:52839:SYNA8018:00_06CB:CE67_Touchpad to seat seat0
00:49:00.675 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 1739:52839:SYNA8018:00_06CB:CE67_Touchpad
00:49:00.675 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding AT Translated Set 2 keyboard [1:1]
00:49:00.675 [DEBUG] [sway/input/input-manager.c:240] adding device: '1:1:AT_Translated_Set_2_keyboard'
00:49:00.675 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '1:1:AT_Translated_Set_2_keyboard')
00:49:00.675 [DEBUG] [sway/input/seat.c:949] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0
00:49:00.679 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x623dc15a7760
00:49:00.679 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding TPPS/2 Elan TrackPoint [2:10]
00:49:00.679 [DEBUG] [sway/input/input-manager.c:240] adding device: '2:10:TPPS/2_Elan_TrackPoint'
00:49:00.679 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('2:10:TPPS/2_Elan_TrackPoint' on '2:10:TPPS/2_Elan_TrackPoint')
00:49:00.679 [DEBUG] [sway/input/libinput.c:77] accel_set_speed(0.010000)
00:49:00.679 [DEBUG] [sway/input/seat.c:949] adding device 2:10:TPPS/2_Elan_TrackPoint to seat seat0
00:49:00.679 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:10:TPPS/2_Elan_TrackPoint
00:49:00.679 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding ThinkPad Extra Buttons [6058:20564]
00:49:00.679 [DEBUG] [sway/input/input-manager.c:240] adding device: '6058:20564:ThinkPad_Extra_Buttons'
00:49:00.679 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('*' on '6058:20564:ThinkPad_Extra_Buttons')
00:49:00.679 [DEBUG] [sway/input/seat.c:949] adding device 6058:20564:ThinkPad_Extra_Buttons to seat seat0
00:49:00.682 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x623dc15a7760
00:49:00.683 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc15ada70 (res 0x623dc16a1f50)
00:49:00.684 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc10aa360 (res 0x623dc0ffb000)
00:49:03.603 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:03.603 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:03.603 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:03.608 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 62898
00:49:03.608 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 62898
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 63 (25%)
Max brightness: 255
☀ [======== ]
WARNING: No icon found in path: 'dialog-information'
00:49:03.698 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x623dc10d6190 (res 0x623dc1583c40)
00:49:03.698 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x623dc0ffc2d0 (res 0x623dc1045e60)
00:49:03.698 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace notifications layer 3 anchor 0 size 0x0 margin 0,0,0,0,
00:49:03.813 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:03.813 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:03.814 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:03.817 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63003
00:49:03.817 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63003
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 52 (20%)
Max brightness: 255
☀ [======= ]
WARNING: No icon found in path: 'dialog-information'
00:49:03.946 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:03.946 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:03.946 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:03.950 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63104
00:49:03.950 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63104
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 42 (16%)
Max brightness: 255
☀ [====== ]
WARNING: No icon found in path: 'dialog-information'
00:49:04.090 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:04.090 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:04.090 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:04.094 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63205
00:49:04.094 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63205
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 33 (13%)
Max brightness: 255
☀ [===== ]
WARNING: No icon found in path: 'dialog-information'
00:49:04.216 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:04.216 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:04.216 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:04.220 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63308
00:49:04.220 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63308
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 25 (10%)
Max brightness: 255
☀ [==== ]
WARNING: No icon found in path: 'dialog-information'
00:49:04.360 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:04.360 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:04.360 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:04.364 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63409
00:49:04.364 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63409
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 17 (7%)
Max brightness: 255
☀ [=== ]
WARNING: No icon found in path: 'dialog-information'
00:49:04.496 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:04.496 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:04.496 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:04.500 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63510
00:49:04.500 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63510
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 11 (4%)
Max brightness: 255
☀ [== ]
WARNING: No icon found in path: 'dialog-information'
00:49:04.626 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:04.626 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:04.626 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:04.629 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63610
00:49:04.629 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63610
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 5 (2%)
Max brightness: 255
☀ [= ]
WARNING: No icon found in path: 'dialog-information'
00:49:04.860 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:04.860 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:04.860 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:04.865 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63711
00:49:04.865 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63711
brightnessctl: invalid option -- '0'
brightnessctl 0.5 - read and control device brightness.
Usage: brightnessctl [options] [operation] [value]
Options:
-l, --list list devices with available brightness controls.
-q, --quiet suppress output.
-p, --pretend do not perform write operations.
-m, --machine-readable produce machine-readable output.
-n, --min-value set minimum brightness, defaults to 1.
-e, --exponent[=K] changes percentage curve to exponential.
-s, --save save previous state in a temporary file.
-r, --restore restore previous saved state.
-h, --help print this help.
-d, --device=DEVICE specify device name (can be a wildcard).
-c, --class=CLASS specify device class.
-V, --version print version and exit.
Operations:
i, info get device info.
g, get get current brightness of the device.
m, max get maximum brightness of the device.
s, set VALUE set brightness of the device.
Valid values:
specific value Example: 500
percentage value Example: 50%
specific delta Example: 50- or +10
percentage delta Example: 50%- or +10%
☀ [ ]
WARNING: No icon found in path: 'dialog-information'
1 0
00:49:05.383 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness +
00:49:05.383 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness +'
00:49:05.383 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness +
00:49:05.387 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63836
00:49:05.387 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63836
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 11 (4%)
Max brightness: 255
☀ [== ]
WARNING: No icon found in path: 'dialog-information'
00:49:05.770 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:05.770 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:05.771 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:05.775 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 63938
00:49:05.775 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 63938
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 5 (2%)
Max brightness: 255
☀ [= ]
WARNING: No icon found in path: 'dialog-information'
00:49:06.113 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:06.113 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:06.113 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:06.118 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 64039
00:49:06.118 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 64039
brightnessctl: invalid option -- '0'
brightnessctl 0.5 - read and control device brightness.
Usage: brightnessctl [options] [operation] [value]
Options:
-l, --list list devices with available brightness controls.
-q, --quiet suppress output.
-p, --pretend do not perform write operations.
-m, --machine-readable produce machine-readable output.
-n, --min-value set minimum brightness, defaults to 1.
-e, --exponent[=K] changes percentage curve to exponential.
-s, --save save previous state in a temporary file.
-r, --restore restore previous saved state.
-h, --help print this help.
-d, --device=DEVICE specify device name (can be a wildcard).
-c, --class=CLASS specify device class.
-V, --version print version and exit.
Operations:
i, info get device info.
g, get get current brightness of the device.
m, max get maximum brightness of the device.
s, set VALUE set brightness of the device.
Valid values:
specific value Example: 500
percentage value Example: 50%
specific delta Example: 50- or +10
percentage delta Example: 50%- or +10%
☀ [ ]
WARNING: No icon found in path: 'dialog-information'
1 0
00:49:07.010 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:07.010 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:07.010 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:07.014 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 64162
00:49:07.014 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 64162
brightnessctl: invalid option -- '0'
brightnessctl 0.5 - read and control device brightness.
Usage: brightnessctl [options] [operation] [value]
Options:
-l, --list list devices with available brightness controls.
-q, --quiet suppress output.
-p, --pretend do not perform write operations.
-m, --machine-readable produce machine-readable output.
-n, --min-value set minimum brightness, defaults to 1.
-e, --exponent[=K] changes percentage curve to exponential.
-s, --save save previous state in a temporary file.
-r, --restore restore previous saved state.
-h, --help print this help.
-d, --device=DEVICE specify device name (can be a wildcard).
-c, --class=CLASS specify device class.
-V, --version print version and exit.
Operations:
i, info get device info.
g, get get current brightness of the device.
m, max get maximum brightness of the device.
s, set VALUE set brightness of the device.
Valid values:
specific value Example: 500
percentage value Example: 50%
specific delta Example: 50- or +10
percentage delta Example: 50%- or +10%
☀ [ ]
WARNING: No icon found in path: 'dialog-information'
1 0
00:49:07.674 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness +
00:49:07.674 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness +'
00:49:07.674 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness +
00:49:07.678 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 64288
00:49:07.678 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 64288
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 11 (4%)
Max brightness: 255
☀ [== ]
WARNING: No icon found in path: 'dialog-information'
00:49:08.110 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:08.110 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:08.110 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:08.115 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 64391
00:49:08.115 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 64391
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
Current brightness: 5 (2%)
Max brightness: 255
☀ [= ]
WARNING: No icon found in path: 'dialog-information'
00:49:08.380 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:08.380 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:08.380 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:08.384 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 64493
00:49:08.384 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 64493
brightnessctl: invalid option -- '0'
brightnessctl 0.5 - read and control device brightness.
Usage: brightnessctl [options] [operation] [value]
Options:
-l, --list list devices with available brightness controls.
-q, --quiet suppress output.
-p, --pretend do not perform write operations.
-m, --machine-readable produce machine-readable output.
-n, --min-value set minimum brightness, defaults to 1.
-e, --exponent[=K] changes percentage curve to exponential.
-s, --save save previous state in a temporary file.
-r, --restore restore previous saved state.
-h, --help print this help.
-d, --device=DEVICE specify device name (can be a wildcard).
-c, --class=CLASS specify device class.
-V, --version print version and exit.
Operations:
i, info get device info.
g, get get current brightness of the device.
m, max get maximum brightness of the device.
s, set VALUE set brightness of the device.
Valid values:
specific value Example: 500
percentage value Example: 50%
specific delta Example: 50- or +10
percentage delta Example: 50%- or +10%
☀ [ ]
WARNING: No icon found in path: 'dialog-information'
1 0
00:49:08.604 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec /home/cpup/.files/bin/brightness -
00:49:08.604 [INFO] [sway/commands.c:261] Handling command 'exec /home/cpup/.files/bin/brightness -'
00:49:08.604 [DEBUG] [sway/commands/exec_always.c:57] Executing /home/cpup/.files/bin/brightness -
00:49:08.608 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 64617
00:49:08.609 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 64617
brightnessctl: invalid option -- '0'
brightnessctl 0.5 - read and control device brightness.
Usage: brightnessctl [options] [operation] [value]
Options:
-l, --list list devices with available brightness controls.
-q, --quiet suppress output.
-p, --pretend do not perfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment