swaywm / sway

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

Sway crash on reload ( CMD + SHIFT + C ) #2796

Closed Ogromny closed 6 years ago

Ogromny commented 6 years ago

Hi,

I have just updated sway, and since when I press CMD + SHIFT + C ( reload ) sway just crash...

Here is my config

# Read `man 5 sway` for a complete reference.

font pango:FuraMono Nerd Font Mono 14

### Variables
set $mod Mod4
set $term termite
set $menu rofi -show drun -columns 3 -show-icons -theme ogromny 

### Output configuration
output * res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill

### Idle configuration
#
# Example configuration:
#
#exec swayidle \
#    timeout 30 'swaylock -c 000000' \
#    timeout 60 'swaymsg "output * dpms off"' \
#    resume 'swaymsg "output * dpms on"' \
#    before-sleep 'swaylock -c 000000'
#
# This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 600 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleep.

### Input configuration
input "1452:628:bcm5974" {
    tap enabled
}

### Key bindings
#
# Basics:
#
    # start a terminal
    bindsym $mod+Return exec $term

    # kill focused window
    bindsym $mod+Shift+q kill

    # start your launcher
    bindsym $mod+d exec $menu

    # Drag floating windows by holding down $mod and left mouse button.
    # Resize them with right mouse button + $mod.
    # Despite the name, also works for non-floating windows.
    # Change normal to inverse to use left mouse button for resizing and right
    # mouse button for dragging.
    floating_modifier $mod normal

    # reload the configuration file
    bindsym $mod+Shift+c reload

    # exit sway (logs you out of your Wayland session)
    bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
#
# Moving around:
#
    # Move your focus around
    bindsym $mod+Left focus left
    bindsym $mod+Down focus down
    bindsym $mod+Up focus up
    bindsym $mod+Right focus right

    # _move_ the focused window with the same, but add Shift
    bindsym $mod+Shift+Left move left
    bindsym $mod+Shift+Down move down
    bindsym $mod+Shift+Up move up
    bindsym $mod+Shift+Right move right
#
# Workspaces:
#
    # switch to workspace
    bindsym $mod+ampersand workspace 1
    bindsym $mod+eacute workspace 2
    bindsym $mod+quotedbl workspace 3
    bindsym $mod+apostrophe workspace 4
    bindsym $mod+parenleft workspace 5
    bindsym $mod+section workspace 6
    bindsym $mod+egrave workspace 7
    bindsym $mod+exclam workspace 8
    bindsym $mod+ccedilla workspace 9
    bindsym $mod+agrave workspace 10
    # move focused container to workspace
    bindsym $mod+Shift+ampersand move container to workspace 1
    bindsym $mod+Shift+eacute move container to workspace 2
    bindsym $mod+Shift+quotedbl move container to workspace 3
    bindsym $mod+Shift+apostrophe move container to workspace 4
    bindsym $mod+Shift+parenleft move container to workspace 5
    bindsym $mod+Shift+section move container to workspace 6
    bindsym $mod+Shift+egrave move container to workspace 7
    bindsym $mod+Shift+exclam move container to workspace 8
    bindsym $mod+Shift+ccedilla move container to workspace 9
    bindsym $mod+Shift+agrave move container to workspace 10
    # Note: workspaces can have any name you want, not just numbers.
    # We just use 1-10 as the default.
#
# Layout stuff:
#
    # You can "split" the current object of your focus with
    # $mod+b or $mod+v, for horizontal and vertical splits
    # respectively.
    bindsym $mod+b splith
    bindsym $mod+v splitv

    # Switch the current container between different layout styles
    bindsym $mod+s layout stacking
    bindsym $mod+w layout tabbed
    bindsym $mod+e layout toggle split

    # Make the current focus fullscreen
    bindsym $mod+f fullscreen

    # Toggle the current focus between tiling and floating mode
    bindsym $mod+Shift+space floating toggle

    # Swap focus between the tiling arer and the floating area
    bindsym $mod+space focus mode_toggle

    # move focus to the parent container
    bindsym $mod+a focus parent
#
# Scratchpad:
#
    # Sway has a "scratchpad", which is a bag of holding for windows.
    # You can send windows there and get them back later.

    # Move the currently focused window to the scratchpad
    #bindsym $mod+Shift+minus move scratchpad

    # Show the next scratchpad window or hide the focused scratchpad window.
    # If there are multiple scratchpad windows, this command cycles through them.
    #bindsym $mod+minus scratchpad show
#
# Resizing containers:
#
mode "resize" {
    # left will shrink the containers width
    # right will grow the containers width
    # up will shrink the containers height
    # down will grow the containers height
    bindsym Left resize shrink width 10px
    bindsym Down resize grow height 10px
    bindsym Up resize shrink height 10px
    bindsym Right resize grow width 10px

    # return to default mode
    bindsym Return mode "default"
    bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"

# Colors ( Nord )
set $nord0 #2e3440
set $nord1 #3b4252
set $nord2 #434c5e
set $nord3 #4c566a
set $nord4 #d8dee9
set $nord5 #e5e9f0
set $nord6 #eceff4
set $nord7 #8fbcbb
set $nord8 #88c0d0
set $nord9 #81a1c1
set $nord10 #5e81ac
set $nord11 #bf616a
set $nord12 #d08770
set $nord13 #ebcb8b
set $nord14 #a3be8c
set $nord15 #b48ead

#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
bar {
    position top
    status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
    font pango:FuraMono Nerd Font Mono 13
    colors {
        #statusline #ffffff
        #background #323232
        #inactive_workspace #32323200 #32323200 #5c5c5c

    background $nord0
    statusline $nord8

    focused_workspace $nord3 $nord3 $nord4
    active_workspace $nord3 $nord3 $nord4
    inactive_workspace $nord0 $nord0 $nord4
    urgent_workspace $nord3 $nord3 $nord11    
    }
}

# Border
new_window pixel 2
new_float pixel 2
hide_edge_borders smart

# Gaps
#gaps 20

# Screen brightness
bindsym XF86MonBrightnessUp exec light -A 5
bindsym XF86MonBrightnessDown exec light -U 5

# Keyboard backlight
bindsym XF86KbdBrightnessUp exec light -k -A 5
bindsym XF86KbdBrightnessDown exec light -k -U 5

# Audio
bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+
bindsym XF86AudioLowerVolume exec amixer sset Master 5%-
bindsym XF86AudioMute exec amixer sset Master 1+ toggle

# Autostart
exec sudo cpupower frequency-set -u 2.00GHz
exec wire-desktop
exec jetbrains-toolbox
exec thunderbird

# Assign
#assign [class="^Transmission-"] 6
#assign [class="Thunderbird"] 5
#assign [class="Wire"] 4

# HiDPI
exec xrdb ~/.Xresources

# Power management
exec xfce4-power-management
#exec xss-lock -- ~/.config/fish/functions/lock.fish
exec xss-lock -- swaylock --indicator-thickness 200 -c 000000

include /etc/sway/config.d/*

Here is the crash

glamor: No eglstream capable devices found
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 374, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
Temperature (-127) outside of range ([-100, 150])
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 374, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
Temperature (-127) outside of range ([-100, 150])
Temperature (-127) outside of range ([-100, 150])
Temperature (-127) outside of range ([-100, 150])
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Receive(Custom { kind: UnexpectedEof, error: StringError("failed to fill whole buffer") })', libcore/result.rs:945:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
/bin/sway-fr-mac : ligne 2 : 11279 Erreur de segmentation  (core dumped)XKB_DEFAULT_LAYOUT=fr XKB_DEFAULT_VARIANT=mac sway
(EE) 
(EE) Backtrace:
(EE) 0: Xwayland (0x558c15f2b000+0x6ee3d) [0x558c15f99e3d]
(EE) 1: Xwayland (0x558c15f2b000+0x6f850) [0x558c15f9a850]
(EE) 2: /usr/lib/libc.so.6 (0x7f72d8d73000+0x37e00) [0x7f72d8daae00]
(EE) 3: Xwayland (0x558c15f2b000+0x18e79d) [0x558c160b979d]
(EE) 4: Xwayland (0x558c15f2b000+0x190eff) [0x558c160bbeff]
(EE) 5: Xwayland (0x558c15f2b000+0x1356b1) [0x558c160606b1]
(EE) 6: Xwayland (0x558c15f2b000+0x3010d) [0x558c15f5b10d]
(EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf3) [0x7f72d8d97223]
(EE) 8: Xwayland (0x558c15f2b000+0x3113e) [0x558c15f5c13e]
(EE) 
(EE) Segmentation fault at address 0x0
(EE) 
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE) 
Gdk-Message: 16:56:19.327: thunderbird: Fatal IO error 11 (Ressource temporairement non disponible) on X server :0.

Here is the log

2018-10-08 17:13:27 - [sway/sway/server.c:34] Preparing Wayland server initialization
2018-10-08 17:13:27 - [backend/session/logind.c:537] Successfully loaded logind session
2018-10-08 17:13:27 - [backend/backend.c:143] Found 1 GPUs
2018-10-08 17:13:27 - [backend/drm/backend.c:151] Initializing DRM backend for /dev/dri/card0 (i915)
2018-10-08 17:13:27 - [backend/drm/drm.c:63] Using atomic DRM interface
2018-10-08 17:13:27 - [backend/drm/drm.c:156] Found 3 DRM CRTCs
2018-10-08 17:13:27 - [backend/drm/drm.c:87] Found 9 DRM planes
2018-10-08 17:13:27 - [backend/drm/drm.c:129] (3 overlay, 3 primary, 3 cursor)
2018-10-08 17:13:27 - [render/egl.c:145] Using EGL 1.4
2018-10-08 17:13:27 - [render/egl.c:146] Supported EGL extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_WL_bind_wayland_display 
2018-10-08 17:13:27 - [render/egl.c:147] EGL vendor: Mesa Project
2018-10-08 17:13:27 - [render/egl.c:95] Supported dmabuf buffer formats: AR30 XR30 AB30 XB30 AR24 AB24 XR24 XB24 AR15 RG16 R8   R16  GR88 GR32 YUV9 YU11 YU12 YU16 YU24 YVU9 YV11 YV12 YV16 YV24 NV12 NV16 YUYV UYVY 
2018-10-08 17:13:27 - [render/gles2/renderer.c:493] Using OpenGL ES 3.1 Mesa 18.2.2
2018-10-08 17:13:27 - [render/gles2/renderer.c:494] GL vendor: Intel Open Source Technology Center
2018-10-08 17:13:27 - [render/gles2/renderer.c:495] Supported GLES2 extensions: GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_APPLE_texture_max_level GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_buffer_storage GL_EXT_clip_cull_distance GL_EXT_color_buffer_float GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_frag_depth GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_gpu_shader5 GL_EXT_map_buffer_range GL_EXT_multi_draw_arrays GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks GL_EXT_shader_samples_identical GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_compression_dxt1 GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_INTEL_performance_query GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_MESA_framebuffer_flip_y GL_MESA_shader_integer_functions GL_NV_draw_buffers GL_NV_fbo_color_attachments GL_NV_image_formats GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_get_program_binary GL_OES_gpu_shader5 GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_primitive_bounding_box GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_surfaceless_context GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_3D GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array 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_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float GL_OES_viewport_array 
2018-10-08 17:13:27 - [sway/sway/main.c:173] Linux Ogromny 4.18.12-zen1-1-zen #1 ZEN SMP PREEMPT Thu Oct 4 01:02:00 UTC 2018 x86_64 GNU/Linux
2018-10-08 17:13:27 - [sway/sway/main.c:145] Contents of /etc/os-release:
2018-10-08 17:13:27 - [sway/sway/main.c:152] NAME="Arch Linux"
2018-10-08 17:13:27 - [sway/sway/main.c:152] PRETTY_NAME="Arch Linux"
2018-10-08 17:13:27 - [sway/sway/main.c:152] ID=arch
2018-10-08 17:13:27 - [sway/sway/main.c:152] ID_LIKE=archlinux
2018-10-08 17:13:27 - [sway/sway/main.c:152] ANSI_COLOR="0;36"
2018-10-08 17:13:27 - [sway/sway/main.c:152] HOME_URL="https://www.archlinux.org/"
2018-10-08 17:13:27 - [sway/sway/main.c:152] SUPPORT_URL="https://bbs.archlinux.org/"
2018-10-08 17:13:27 - [sway/sway/main.c:152] BUG_REPORT_URL="https://bugs.archlinux.org/"
2018-10-08 17:13:27 - [sway/sway/main.c:332] Starting sway version 1.0-alpha.6-178-g16e727a6 (Oct  8 2018, branch 'master')
2018-10-08 17:13:27 - [sway/sway/server.c:47] Initializing Wayland server
2018-10-08 17:13:27 - [types/wlr_idle.c:231] idle manager created
2018-10-08 17:13:27 - [types/wlr_idle_inhibit_v1.c:191] idle_inhibit manager created
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size-bdiag (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] help (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left-arrow (1 images) 32x32+4,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] forbidden (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] fcf21c00b30f7e3f83fe0dfd12e71cff (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] b66166c04f8c3109214a4fbd64a50fc8 (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] copy (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] pointing_hand (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] a2a266d0498c3104214a47bd64ab0fc8 (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 32x32+28,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] move (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] plus (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] default (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size-ver (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] split_v (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] ibeam (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] color-picker (1 images) 32x32+4,29
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] circle (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 32x32+28,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 00000000000000020006000e7e9ffc3f (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 32x32+26,26
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size-fdiag (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] watch (23 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size-hor (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 32x32+4,29
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] draft (1 images) 32x32+4,29
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 32x32+5,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 32x32+26,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] openhand (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] alias (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] closedhand (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] text (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] wayland-cursor (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] whats_this (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 32x32+4,26
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] center_ptr (1 images) 32x32+20,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] x-cursor (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 32x32+16,28
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 32x32+4,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] split_h (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] down-arrow (1 images) 32x32+16,28
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] wait (23 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] cross (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] up-arrow (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] progress (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] link (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] right-arrow (1 images) 32x32+28,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] cell (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] half-busy (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] arrow (1 images) 32x32+4,4
2018-10-08 17:13:27 - [sway/sway/main.c:130] PATH=/home/ogromny/.rvm/gems/ruby-2.6.0-preview2/bin:/home/ogromny/.rvm/gems/ruby-2.6.0-preview2@global/bin:/home/ogromny/.rvm/rubies/ruby-2.6.0-preview2/bin:/home/ogromny/.rvm/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
2018-10-08 17:13:27 - [sway/sway/main.c:130] LD_LIBRARY_PATH=(null)
2018-10-08 17:13:27 - [sway/sway/main.c:130] LD_PRELOAD_PATH=(null)
2018-10-08 17:13:27 - [sway/sway/main.c:130] LD_LIBRARY_PATH=(null)
2018-10-08 17:13:27 - [sway/sway/main.c:130] SWAY_CURSOR_THEME=(null)
2018-10-08 17:13:27 - [sway/sway/main.c:130] SWAY_CURSOR_SIZE=(null)
2018-10-08 17:13:27 - [sway/sway/main.c:130] SWAYSOCK=/run/user/1000/sway-ipc.1000.20038.sock
2018-10-08 17:13:27 - [sway/sway/config.c:326] Set XDG_CONFIG_HOME to /home/ogromny/.config
2018-10-08 17:13:27 - [sway/sway/config.c:356] Loading config from /home/ogromny/.config/sway/config
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 1: # Read `man 5 sway` for a complete reference.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 2: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 3: font pango:FuraMono Nerd Font Mono 14
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 4
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 5
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `### Variables`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: font pango:FuraMono Nerd Font Mono 14
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'font pango:FuraMono Nerd Font Mono 14'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(font)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 4: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 5: ### Variables
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 6: set $mod Mod4
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 7
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $term termite`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $mod Mod4
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $mod Mod4'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 7: set $term termite
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 8
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $menu rofi -show drun -columns 3 -show-icons -theme ogromny`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $term termite
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $term termite'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 8: set $menu rofi -show drun -columns 3 -show-icons -theme ogromny 
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 9
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 10
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `### Output configuration`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $menu rofi -show drun -columns 3 -show-icons -theme ogromny
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $menu rofi -show drun -columns 3 -show-icons -theme ogromny'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 9: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 10: ### Output configuration
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 11: output * res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 12
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 13
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `### Idle configuration`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: output * res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'output * res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(output)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(res)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(res)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bg)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: bg ~/Images/wallhaven-161757.jpg fill
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bg)
2018-10-08 17:13:27 - [sway/sway/config/output.c:127] Adding output * config
2018-10-08 17:13:27 - [sway/sway/config/output.c:135] Config stored for output * (enabled: -1) (2880x1800@-1.000000Hz position -1,-1 scale -1.000000 transform -1) (bg /home/ogromny/Images/wallhaven-161757.jpg fill) (dpms 0)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 12: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 13: ### Idle configuration
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 14: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 15: # Example configuration:
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 16: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 17: #exec swayidle #    timeout 30 'swaylock -c 000000' #    timeout 60 'swaymsg "output * dpms off"' #    resume 'swaymsg "output * dpms on"' #    before-sleep 'swaylock -c 000000'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 18: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 19: # This will lock your screen after 300 seconds of inactivity, then turn off
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 20: # your displays after another 600 seconds, and turn your screens back on when
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 21: # resumed. It will also lock your screen before your computer goes to sleep.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 22: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 23: ### Input configuration
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 24: input "1452:628:bcm5974" {
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: input "1452:628:bcm5974" {
2018-10-08 17:13:27 - [sway/sway/config.c:734] Entering block 'input "1452:628:bcm5974"'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 25:     tap enabled
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 26
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `}`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: input "1452:628:bcm5974" tap enabled
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'input "1452:628:bcm5974" tap enabled'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(input)
2018-10-08 17:13:27 - [sway/sway/commands/input.c:47] entering input block: 1452:628:bcm5974
2018-10-08 17:13:27 - [sway/sway/config/input.c:14] new_input_config(1452:628:bcm5974)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(tap)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: tap enabled
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(tap)
2018-10-08 17:13:27 - [sway/sway/config/input.c:156] Adding non-wildcard input config
2018-10-08 17:13:27 - [sway/sway/config/input.c:173] Config stored for input 1452:628:bcm5974
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 26: }
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: input "1452:628:bcm5974" }
2018-10-08 17:13:27 - [sway/sway/config.c:751] Exiting block 'input "1452:628:bcm5974"'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 27: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 28: ### Key bindings
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 29: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 30: # Basics:
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 31: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 32:     # start a terminal
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 33:     bindsym $mod+Return exec $term
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 34
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 35
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# kill focused window`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Return exec $term
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Return exec $term'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Return to command exec termite
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 34: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 35:     # kill focused window
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 36:     bindsym $mod+Shift+q kill
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 37
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 38
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# start your launcher`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+q kill
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+q kill'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+q to command kill
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 37: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 38:     # start your launcher
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 39:     bindsym $mod+d exec $menu
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 40
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 41
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Drag floating windows by holding down $mod and left mouse button.`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+d exec $menu
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+d exec $menu'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+d to command exec rofi -show drun -columns 3 -show-icons -theme ogromny
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 40: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 41:     # Drag floating windows by holding down $mod and left mouse button.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 42:     # Resize them with right mouse button + $mod.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 43:     # Despite the name, also works for non-floating windows.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 44:     # Change normal to inverse to use left mouse button for resizing and right
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 45:     # mouse button for dragging.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 46:     floating_modifier $mod normal
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 47
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 48
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# reload the configuration file`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: floating_modifier $mod normal
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'floating_modifier $mod normal'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(floating_modifier)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 47: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 48:     # reload the configuration file
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 49:     bindsym $mod+Shift+c reload
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 50
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 51
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# exit sway (logs you out of your Wayland session)`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+c reload
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+c reload'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+c to command reload
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 50: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 51:     # exit sway (logs you out of your Wayland session)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 52:     bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 53
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `#`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit''
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+e to command exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 53: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 54: # Moving around:
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 55: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 56:     # Move your focus around
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 57:     bindsym $mod+Left focus left
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 58
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Down focus down`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Left focus left
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Left focus left'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Left to command focus left
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 58:     bindsym $mod+Down focus down
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 59
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Up focus up`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Down focus down
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Down focus down'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Down to command focus down
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 59:     bindsym $mod+Up focus up
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 60
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Right focus right`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Up focus up
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Up focus up'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Up to command focus up
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 60:     bindsym $mod+Right focus right
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 61
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 62
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# _move_ the focused window with the same, but add Shift`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Right focus right
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Right focus right'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Right to command focus right
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 61: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 62:     # _move_ the focused window with the same, but add Shift
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 63:     bindsym $mod+Shift+Left move left
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 64
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+Down move down`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Left move left
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Left move left'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Left to command move left
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 64:     bindsym $mod+Shift+Down move down
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 65
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+Up move up`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Down move down
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Down move down'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Down to command move down
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 65:     bindsym $mod+Shift+Up move up
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 66
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+Right move right`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Up move up
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Up move up'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Up to command move up
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 66:     bindsym $mod+Shift+Right move right
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 67
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `#`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Right move right
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Right move right'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Right to command move right
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 67: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 68: # Workspaces:
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 69: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 70:     # switch to workspace
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 71:     bindsym $mod+ampersand workspace 1
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 72
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+eacute workspace 2`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+ampersand workspace 1
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+ampersand workspace 1'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+ampersand to command workspace 1
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 72:     bindsym $mod+eacute workspace 2
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 73
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+quotedbl workspace 3`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+eacute workspace 2
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+eacute workspace 2'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+eacute to command workspace 2
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 73:     bindsym $mod+quotedbl workspace 3
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 74
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+apostrophe workspace 4`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+quotedbl workspace 3
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+quotedbl workspace 3'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+quotedbl to command workspace 3
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 74:     bindsym $mod+apostrophe workspace 4
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 75
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+parenleft workspace 5`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+apostrophe workspace 4
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+apostrophe workspace 4'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+apostrophe to command workspace 4
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 75:     bindsym $mod+parenleft workspace 5
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 76
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+section workspace 6`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+parenleft workspace 5
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+parenleft workspace 5'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+parenleft to command workspace 5
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 76:     bindsym $mod+section workspace 6
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 77
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+egrave workspace 7`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+section workspace 6
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+section workspace 6'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+section to command workspace 6
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 77:     bindsym $mod+egrave workspace 7
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 78
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+exclam workspace 8`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+egrave workspace 7
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+egrave workspace 7'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+egrave to command workspace 7
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 78:     bindsym $mod+exclam workspace 8
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 79
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+ccedilla workspace 9`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+exclam workspace 8
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+exclam workspace 8'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+exclam to command workspace 8
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 79:     bindsym $mod+ccedilla workspace 9
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 80
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+agrave workspace 10`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+ccedilla workspace 9
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+ccedilla workspace 9'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+ccedilla to command workspace 9
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 80:     bindsym $mod+agrave workspace 10
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 81
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# move focused container to workspace`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+agrave workspace 10
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+agrave workspace 10'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+agrave to command workspace 10
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 81:     # move focused container to workspace
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 82:     bindsym $mod+Shift+ampersand move container to workspace 1
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 83
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+eacute move container to workspace 2`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+ampersand move container to workspace 1
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+ampersand move container to workspace 1'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+ampersand to command move container to workspace 1
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 83:     bindsym $mod+Shift+eacute move container to workspace 2
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 84
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+quotedbl move container to workspace 3`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+eacute move container to workspace 2
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+eacute move container to workspace 2'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+eacute to command move container to workspace 2
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 84:     bindsym $mod+Shift+quotedbl move container to workspace 3
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 85
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+apostrophe move container to workspace 4`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+quotedbl move container to workspace 3
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+quotedbl move container to workspace 3'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+quotedbl to command move container to workspace 3
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 85:     bindsym $mod+Shift+apostrophe move container to workspace 4
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 86
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+parenleft move container to workspace 5`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+apostrophe move container to workspace 4
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+apostrophe move container to workspace 4'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+apostrophe to command move container to workspace 4
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 86:     bindsym $mod+Shift+parenleft move container to workspace 5
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 87
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+section move container to workspace 6`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+parenleft move container to workspace 5
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+parenleft move container to workspace 5'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+parenleft to command move container to workspace 5
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 87:     bindsym $mod+Shift+section move container to workspace 6
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 88
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+egrave move container to workspace 7`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+section move container to workspace 6
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+section move container to workspace 6'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+section to command move container to workspace 6
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 88:     bindsym $mod+Shift+egrave move container to workspace 7
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 89
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+exclam move container to workspace 8`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+egrave move container to workspace 7
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+egrave move container to workspace 7'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+egrave to command move container to workspace 7
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 89:     bindsym $mod+Shift+exclam move container to workspace 8
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 90
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+ccedilla move container to workspace 9`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+exclam move container to workspace 8
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+exclam move container to workspace 8'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+exclam to command move container to workspace 8
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 90:     bindsym $mod+Shift+ccedilla move container to workspace 9
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 91
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+agrave move container to workspace 10`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+ccedilla move container to workspace 9
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+ccedilla move container to workspace 9'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+ccedilla to command move container to workspace 9
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 91:     bindsym $mod+Shift+agrave move container to workspace 10
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 92
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Note: workspaces can have any name you want, not just numbers.`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+agrave move container to workspace 10
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+agrave move container to workspace 10'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+agrave to command move container to workspace 10
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 92:     # Note: workspaces can have any name you want, not just numbers.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 93:     # We just use 1-10 as the default.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 94: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 95: # Layout stuff:
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 96: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 97:     # You can "split" the current object of your focus with
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 98:     # $mod+b or $mod+v, for horizontal and vertical splits
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 99:     # respectively.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 100:     bindsym $mod+b splith
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 101
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+v splitv`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+b splith
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+b splith'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+b to command splith
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 101:     bindsym $mod+v splitv
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 102
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 103
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Switch the current container between different layout styles`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+v splitv
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+v splitv'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+v to command splitv
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 102: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 103:     # Switch the current container between different layout styles
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 104:     bindsym $mod+s layout stacking
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 105
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+w layout tabbed`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+s layout stacking
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+s layout stacking'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+s to command layout stacking
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 105:     bindsym $mod+w layout tabbed
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 106
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+e layout toggle split`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+w layout tabbed
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+w layout tabbed'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+w to command layout tabbed
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 106:     bindsym $mod+e layout toggle split
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 107
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 108
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Make the current focus fullscreen`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+e layout toggle split
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+e layout toggle split'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+e to command layout toggle split
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 107: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 108:     # Make the current focus fullscreen
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 109:     bindsym $mod+f fullscreen
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 110
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 111
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Toggle the current focus between tiling and floating mode`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+f fullscreen
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+f fullscreen'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+f to command fullscreen
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 110: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 111:     # Toggle the current focus between tiling and floating mode
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 112:     bindsym $mod+Shift+Space floating toggle
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 113
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 114
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Swap focus between the tiling arer and the floating area`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Space floating toggle
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Space floating toggle'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Space to command floating toggle
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 113: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 114:     # Swap focus between the tiling arer and the floating area
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 115:     bindsym $mod+space focus mode_toggle
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 116
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 117
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# move focus to the parent container`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+space focus mode_toggle
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+space focus mode_toggle'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+space to command focus mode_toggle
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 116: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 117:     # move focus to the parent container
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 118:     bindsym $mod+a focus parent
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 119
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `#`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+a focus parent
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+a focus parent'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+a to command focus parent
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 119: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 120: # Scratchpad:
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 121: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 122:     # Sway has a "scratchpad", which is a bag of holding for windows.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 123:     # You can send windows there and get them back later.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 124: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 125:     # Move the currently focused window to the scratchpad
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 126:     #bindsym $mod+Shift+minus move scratchpad
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 127: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 128:     # Show the next scratchpad window or hide the focused scratchpad window.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 129:     # If there are multiple scratchpad windows, this command cycles through them.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 130:     #bindsym $mod+minus scratchpad show
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 131: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 132: # Resizing containers:
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 133: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 134: mode "resize" {
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: mode "resize" {
2018-10-08 17:13:27 - [sway/sway/config.c:734] Entering block 'mode "resize"'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 135:     # left will shrink the containers width
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 136:     # right will grow the containers width
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 137:     # up will shrink the containers height
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 138:     # down will grow the containers height
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 139:     bindsym Left resize shrink width 10px
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 140
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym Down resize grow height 10px`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Left resize shrink width 10px
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Left resize shrink width 10px'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:27 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: bindsym Left resize shrink width 10px
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Left to command resize shrink width 10px
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 140:     bindsym Down resize grow height 10px
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 141
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym Up resize shrink height 10px`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Down resize grow height 10px
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Down resize grow height 10px'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:27 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: bindsym Down resize grow height 10px
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Down to command resize grow height 10px
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 141:     bindsym Up resize shrink height 10px
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 142
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym Right resize grow width 10px`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Up resize shrink height 10px
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Up resize shrink height 10px'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:27 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: bindsym Up resize shrink height 10px
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Up to command resize shrink height 10px
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 142:     bindsym Right resize grow width 10px
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 143
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 144
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# return to default mode`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Right resize grow width 10px
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Right resize grow width 10px'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:27 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: bindsym Right resize grow width 10px
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Right to command resize grow width 10px
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 143: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 144:     # return to default mode
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 145:     bindsym Return mode "default"
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 146
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym Escape mode "default"`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Return mode "default"
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Return mode "default"'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:27 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: bindsym Return mode default
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Return to command mode default
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 146:     bindsym Escape mode "default"
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 147
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `}`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Escape mode "default"
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Escape mode "default"'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:27 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: bindsym Escape mode default
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Escape to command mode default
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 147: }
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: mode "resize" }
2018-10-08 17:13:27 - [sway/sway/config.c:751] Exiting block 'mode "resize"'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 148: bindsym $mod+r mode "resize"
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 149
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 150
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Colors ( Nord )`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym $mod+r mode "resize"
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+r mode "resize"'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+r to command mode "resize"
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 149: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 150: # Colors ( Nord )
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 151: set $nord0 #2e3440
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 152
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord1 #3b4252`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord0 #2e3440
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord0 #2e3440'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 152: set $nord1 #3b4252
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 153
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord2 #434c5e`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord1 #3b4252
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord1 #3b4252'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 153: set $nord2 #434c5e
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 154
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord3 #4c566a`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord2 #434c5e
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord2 #434c5e'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 154: set $nord3 #4c566a
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 155
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord4 #d8dee9`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord3 #4c566a
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord3 #4c566a'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 155: set $nord4 #d8dee9
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 156
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord5 #e5e9f0`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord4 #d8dee9
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord4 #d8dee9'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 156: set $nord5 #e5e9f0
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 157
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord6 #eceff4`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord5 #e5e9f0
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord5 #e5e9f0'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 157: set $nord6 #eceff4
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 158
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord7 #8fbcbb`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord6 #eceff4
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord6 #eceff4'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 158: set $nord7 #8fbcbb
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 159
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord8 #88c0d0`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord7 #8fbcbb
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord7 #8fbcbb'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 159: set $nord8 #88c0d0
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 160
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord9 #81a1c1`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord8 #88c0d0
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord8 #88c0d0'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 160: set $nord9 #81a1c1
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 161
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord10 #5e81ac`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord9 #81a1c1
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord9 #81a1c1'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 161: set $nord10 #5e81ac
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 162
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord11 #bf616a`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord10 #5e81ac
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord10 #5e81ac'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 162: set $nord11 #bf616a
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 163
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord12 #d08770`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord11 #bf616a
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord11 #bf616a'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 163: set $nord12 #d08770
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 164
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord13 #ebcb8b`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord12 #d08770
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord12 #d08770'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 164: set $nord13 #ebcb8b
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 165
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord14 #a3be8c`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord13 #ebcb8b
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord13 #ebcb8b'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 165: set $nord14 #a3be8c
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 166
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `set $nord15 #b48ead`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord14 #a3be8c
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord14 #a3be8c'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 166: set $nord15 #b48ead
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 167
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 168
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `#`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: set $nord15 #b48ead
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'set $nord15 #b48ead'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 167: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 168: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 169: # Status Bar:
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 170: #
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 171: # Read `man 5 sway-bar` for more information about this section.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 172: bar {
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar {
2018-10-08 17:13:27 - [sway/sway/config.c:734] Entering block 'bar'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 173:     position top
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 174
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar position top
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar position top'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(position)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(position)
2018-10-08 17:13:27 - [sway/sway/commands/bar.c:111] Creating bar bar-0
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: position top
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(position)
2018-10-08 17:13:27 - [sway/sway/commands/bar/position.c:19] Setting bar position 'top' for bar: bar-0
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 174:     status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 175
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `font pango:FuraMono Nerd Font Mono 13`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(status_command)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(status_command)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(status_command)
2018-10-08 17:13:27 - [sway/sway/commands/bar/status_command.c:22] Feeding bar with status command: /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 175:     font pango:FuraMono Nerd Font Mono 13
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 176
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `colors {`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar font pango:FuraMono Nerd Font Mono 13
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar font pango:FuraMono Nerd Font Mono 13'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(font)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(font)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: font pango:FuraMono Nerd Font Mono 13
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(font)
2018-10-08 17:13:27 - [sway/sway/commands/bar/font.c:19] Settings font 'pango:FuraMono Nerd Font Mono 13' for bar: bar-0
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 176:     colors {
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar colors {
2018-10-08 17:13:27 - [sway/sway/config.c:734] Entering block 'bar colors'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 177:         #statusline #ffffff
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 178:         #background #323232
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 179:         #inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 180:     
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 181:   background $nord0
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 182
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `statusline $nord8`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar colors background $nord0
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar colors background $nord0'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: colors background #2e3440
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: background #2e3440
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(background)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 182:   statusline $nord8
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 183
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 184
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `focused_workspace $nord3 $nord3 $nord4`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar colors statusline $nord8
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar colors statusline $nord8'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: colors statusline #88c0d0
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: statusline #88c0d0
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(statusline)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 183: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 184:   focused_workspace $nord3 $nord3 $nord4
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 185
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `active_workspace $nord3 $nord3 $nord4`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar colors focused_workspace $nord3 $nord3 $nord4
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar colors focused_workspace $nord3 $nord3 $nord4'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: colors focused_workspace #4c566a #4c566a #d8dee9
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: focused_workspace #4c566a #4c566a #d8dee9
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(focused_workspace)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 185:   active_workspace $nord3 $nord3 $nord4
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 186
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `inactive_workspace $nord0 $nord0 $nord4`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar colors active_workspace $nord3 $nord3 $nord4
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar colors active_workspace $nord3 $nord3 $nord4'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: colors active_workspace #4c566a #4c566a #d8dee9
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: active_workspace #4c566a #4c566a #d8dee9
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(active_workspace)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 186:   inactive_workspace $nord0 $nord0 $nord4
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 187
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `urgent_workspace $nord3 $nord3 $nord11`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar colors inactive_workspace $nord0 $nord0 $nord4
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar colors inactive_workspace $nord0 $nord0 $nord4'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: colors inactive_workspace #2e3440 #2e3440 #d8dee9
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: inactive_workspace #2e3440 #2e3440 #d8dee9
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(inactive_workspace)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 187:   urgent_workspace $nord3 $nord3 $nord11    
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 188
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `}`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar colors urgent_workspace $nord3 $nord3 $nord11
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bar colors urgent_workspace $nord3 $nord3 $nord11'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: colors urgent_workspace #4c566a #4c566a #bf616a
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:27 - [sway/sway/commands.c:422] Subcommand: urgent_workspace #4c566a #4c566a #bf616a
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(urgent_workspace)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 188:     }
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar colors }
2018-10-08 17:13:27 - [sway/sway/config.c:751] Exiting block 'bar colors'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 189: }
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bar }
2018-10-08 17:13:27 - [sway/sway/config.c:751] Exiting block 'bar'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 190: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 191: # Border
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 192: new_window pixel 2
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 193
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `new_float pixel 2`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: new_window pixel 2
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'new_window pixel 2'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(new_window)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 193: new_float pixel 2
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 194
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `hide_edge_borders smart`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: new_float pixel 2
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'new_float pixel 2'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(new_float)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 194: hide_edge_borders smart
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 195
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 196
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Gaps`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: hide_edge_borders smart
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'hide_edge_borders smart'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(hide_edge_borders)
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 195: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 196: # Gaps
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 197: #gaps 20
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 198: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 199: # Screen brightness
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 200: bindsym XF86MonBrightnessUp exec light -A 5
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 201
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym XF86MonBrightnessDown exec light -U 5`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym XF86MonBrightnessUp exec light -A 5
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym XF86MonBrightnessUp exec light -A 5'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86MonBrightnessUp to command exec light -A 5
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 201: bindsym XF86MonBrightnessDown exec light -U 5
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 202
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 203
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Keyboard backlight`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym XF86MonBrightnessDown exec light -U 5
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym XF86MonBrightnessDown exec light -U 5'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86MonBrightnessDown to command exec light -U 5
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 202: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 203: # Keyboard backlight
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 204: bindsym XF86KbdBrightnessUp exec light -k -A 5
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 205
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym XF86KbdBrightnessDown exec light -k -U 5`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym XF86KbdBrightnessUp exec light -k -A 5
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym XF86KbdBrightnessUp exec light -k -A 5'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86KbdBrightnessUp to command exec light -k -A 5
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 205: bindsym XF86KbdBrightnessDown exec light -k -U 5
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 206
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 207
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Audio`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym XF86KbdBrightnessDown exec light -k -U 5
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym XF86KbdBrightnessDown exec light -k -U 5'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86KbdBrightnessDown to command exec light -k -U 5
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 206: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 207: # Audio
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 208: bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 209
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym XF86AudioLowerVolume exec amixer sset Master 5%-`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86AudioRaiseVolume to command exec amixer sset Master 5%+
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 209: bindsym XF86AudioLowerVolume exec amixer sset Master 5%-
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 210
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `bindsym XF86AudioMute exec amixer sset Master 1+ toggle`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym XF86AudioLowerVolume exec amixer sset Master 5%-
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym XF86AudioLowerVolume exec amixer sset Master 5%-'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86AudioLowerVolume to command exec amixer sset Master 5%-
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 210: bindsym XF86AudioMute exec amixer sset Master 1+ toggle
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 211
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 212
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Autostart`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: bindsym XF86AudioMute exec amixer sset Master 1+ toggle
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'bindsym XF86AudioMute exec amixer sset Master 1+ toggle'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:27 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86AudioMute to command exec amixer sset Master 1+ toggle
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 211: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 212: # Autostart
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 213: exec sudo cpupower frequency-set -u 2.00GHz
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 214
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `#exec wire-desktop`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: exec sudo cpupower frequency-set -u 2.00GHz
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'exec sudo cpupower frequency-set -u 2.00GHz'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(exec)
2018-10-08 17:13:27 - [sway/sway/config.c:724] Deferring command `exec sudo cpupower frequency-set -u 2.00GHz'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 214: #exec wire-desktop
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 215: #exec jetbrains-toolbox
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 216: #exec thunderbird
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 217: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 218: # Assign
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 219: #assign [class="^Transmission-"] 6
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 220: #assign [class="Thunderbird"] 5
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 221: #assign [class="Wire"] 4
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 222: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 223: # HiDPI
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 224: exec xrdb ~/.Xresources
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 225
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 226
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `# Power management`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: exec xrdb ~/.Xresources
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'exec xrdb ~/.Xresources'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(exec)
2018-10-08 17:13:27 - [sway/sway/config.c:724] Deferring command `exec xrdb ~/.Xresources'
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 225: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 226: # Power management
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 227: #exec xfce4-power-management
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 228: #exec xss-lock -- ~/.config/fish/functions/lock.fish
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 229: #exec xss-lock -- swaylock --indicator-thickness 200 -c 000000
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 230: 
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 231: include /etc/sway/config.d/*
2018-10-08 17:13:27 - [sway/sway/config.c:591] Peeking line 232
2018-10-08 17:13:27 - [sway/sway/config.c:597] Peeked line: `(null)`
2018-10-08 17:13:27 - [sway/sway/config.c:702] Expanded line: include /etc/sway/config.d/*
2018-10-08 17:13:27 - [sway/sway/commands.c:387] handling config command 'include /etc/sway/config.d/*'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(include)
2018-10-08 17:13:27 - [sway/sway/config.c:512] /etc/sway/config.d/* not found.
2018-10-08 17:13:27 - [sway/sway/config.c:660] Read line 232: 
2018-10-08 17:13:27 - [sway/sway/server.c:162] Starting backend on wayland display 'wayland-0'
2018-10-08 17:13:27 - [backend/drm/drm.c:1007] Scanning DRM connectors
2018-10-08 17:13:27 - [backend/drm/drm.c:1070] Found connector 'eDP-1'
2018-10-08 17:13:27 - [backend/drm/drm.c:1088] 'eDP-1' connected
2018-10-08 17:13:27 - [backend/drm/drm.c:1090] Current CRTC: 39
2018-10-08 17:13:27 - [backend/drm/drm.c:1095] Physical size: 330x210
2018-10-08 17:13:27 - [backend/drm/drm.c:1106] Detected modes:
2018-10-08 17:13:27 - [backend/drm/drm.c:1121]   2880x1800@59990
2018-10-08 17:13:27 - [backend/drm/drm.c:1070] Found connector 'DP-1'
2018-10-08 17:13:27 - [backend/drm/drm.c:1070] Found connector 'HDMI-A-1'
2018-10-08 17:13:27 - [backend/drm/drm.c:1070] Found connector 'DP-2'
2018-10-08 17:13:27 - [backend/drm/drm.c:1070] Found connector 'HDMI-A-2'
2018-10-08 17:13:27 - [backend/drm/drm.c:1070] Found connector 'HDMI-A-3'
2018-10-08 17:13:27 - [backend/drm/drm.c:857] Reallocating CRTCs
2018-10-08 17:13:27 - [backend/drm/drm.c:869] State before reallocation:
2018-10-08 17:13:27 - [backend/drm/drm.c:879]   'HDMI-A-3' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:879]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:879]   'DP-2' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:879]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:879]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:879]   'eDP-1' crtc=0 state=1 desired_enabled=1
2018-10-08 17:13:27 - [backend/drm/drm.c:940] State after reallocation:
2018-10-08 17:13:27 - [backend/drm/drm.c:945]   'HDMI-A-3' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:945]   'HDMI-A-2' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:945]   'DP-2' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:945]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:945]   'DP-1' crtc=-1 state=0 desired_enabled=0
2018-10-08 17:13:27 - [backend/drm/drm.c:945]   'eDP-1' crtc=0 state=1 desired_enabled=1
2018-10-08 17:13:27 - [backend/drm/drm.c:433] Reallocating planes
2018-10-08 17:13:27 - [backend/drm/drm.c:478] Assigning plane -1 -> 31 (type 0) to CRTC 39
2018-10-08 17:13:27 - [backend/drm/drm.c:478] Assigning plane -1 -> 28 (type 1) to CRTC 39
2018-10-08 17:13:27 - [backend/drm/drm.c:478] Assigning plane -1 -> 36 (type 2) to CRTC 39
2018-10-08 17:13:27 - [backend/drm/drm.c:1192] Requesting modeset for 'eDP-1'
2018-10-08 17:13:27 - [sway/sway/desktop/output.c:539] New output 0x55ab9f5e8310: eDP-1
2018-10-08 17:13:27 - [sway/sway/tree/output.c:254] Matched wildcard output config for eDP-1
2018-10-08 17:13:27 - [sway/sway/config/output.c:201] Set * mode to 2880x1800 (-1.000000 GHz)
2018-10-08 17:13:27 - [sway/sway/config/output.c:162] Assigning configured mode to eDP-1
2018-10-08 17:13:27 - [backend/drm/drm.c:510] Modesetting 'eDP-1' with '2880x1800@59990 mHz'
2018-10-08 17:13:27 - [backend/drm/drm.c:357] Starting renderer on output 'eDP-1'
2018-10-08 17:13:27 - [GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
2018-10-08 17:13:27 - [GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
2018-10-08 17:13:27 - [GLES2] VS vec4 shader: 10 inst, 0 loops, 66 cycles, 0:0 spills:fills, compacted 160 to 128 bytes.
2018-10-08 17:13:27 - [GLES2] FS SIMD16 shader: 2 inst, 0 loops, 0 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 32 to 32 bytes.
2018-10-08 17:13:27 - [sway/sway/config/output.c:237] Setting background for output 0 to /home/ogromny/Images/wallhaven-161757.jpg
2018-10-08 17:13:27 - [sway/sway/config/output.c:252] -> swaybg 0 "/home/ogromny/Images/wallhaven-161757.jpg" fill 
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:230] Workspace: Generating new workspace name for output eDP-1
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '1'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:220] Workspace: Found free name 1
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '2'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '3'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '4'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '5'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '6'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '7'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '8'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '9'
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:167] Got valid workspace command for target: '10'
2018-10-08 17:13:27 - [sway/sway/tree/output.c:82] Creating default workspace 1
2018-10-08 17:13:27 - [sway/sway/tree/workspace.c:55] Adding workspace 1 for output eDP-1
2018-10-08 17:13:27 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-08 17:13:27 - [sway/sway/tree/arrange.c:186] Usable area for ws: 2880x1800@0,0
2018-10-08 17:13:27 - [sway/sway/tree/arrange.c:217] Arranging workspace '1' at 0.000000, 0.000000
2018-10-08 17:13:27 - [sway/sway/tree/arrange.c:186] Usable area for ws: 2880x1800@0,0
2018-10-08 17:13:27 - [sway/sway/tree/arrange.c:217] Arranging workspace '1' at 0.000000, 0.000000
2018-10-08 17:13:27 - [sway/sway/desktop/transaction.c:393] Transaction 0x55ab9f615810 committing with 2 instructions
2018-10-08 17:13:27 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x55ab9f615810
2018-10-08 17:13:27 - [backend/libinput/backend.c:55] Initializing libinput
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added Power Button [0:1]
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:241] adding device: '0:1:Power_Button'
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-08 17:13:27 - [sway/sway/input/seat.c:526] adding device 0:1:Power_Button to seat seat0
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added Video Bus [0:6]
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:241] adding device: '0:6:Video_Bus'
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-08 17:13:27 - [sway/sway/input/seat.c:526] adding device 0:6:Video_Bus to seat seat0
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added Power Button [0:1]
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:241] adding device: '0:1:Power_Button'
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-08 17:13:27 - [sway/sway/input/seat.c:526] adding device 0:1:Power_Button to seat seat0
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added Lid Switch [0:5]
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added Sleep Button [0:3]
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:241] adding device: '0:3:Sleep_Button'
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-08 17:13:27 - [sway/sway/input/seat.c:526] adding device 0:3:Sleep_Button to seat seat0
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=3 [0:0]
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=7 [0:0]
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=8 [0:0]
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=9 [0:0]
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added HDA Intel HDMI HDMI/DP,pcm=10 [0:0]
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added Apple Inc. Apple Internal Keyboard / Trackpad [1452:628]
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:241] adding device: '1452:628:Apple_Inc._Apple_Internal_Keyboard_/_Trackpad'
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-08 17:13:27 - [sway/sway/input/seat.c:526] adding device 1452:628:Apple_Inc._Apple_Internal_Keyboard_/_Trackpad to seat seat0
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added bcm5974 [1452:628]
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:241] adding device: '1452:628:bcm5974'
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:109] input_manager_libinput_config_pointer(1452:628:bcm5974)
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:189] libinput_config_pointer(1452:628:bcm5974) tap_set_enabled(1)
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-08 17:13:27 - [sway/sway/input/seat.c:526] adding device 1452:628:bcm5974 to seat seat0
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size-bdiag (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] help (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left-arrow (1 images) 32x32+4,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] forbidden (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] fcf21c00b30f7e3f83fe0dfd12e71cff (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] b66166c04f8c3109214a4fbd64a50fc8 (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] copy (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] pointing_hand (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] a2a266d0498c3104214a47bd64ab0fc8 (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 32x32+28,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] move (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] plus (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] default (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size-ver (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] split_v (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] ibeam (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] color-picker (1 images) 32x32+4,29
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] circle (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 32x32+28,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 00000000000000020006000e7e9ffc3f (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 32x32+26,26
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size-fdiag (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] watch (23 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size-hor (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 32x32+4,29
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] draft (1 images) 32x32+4,29
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 32x32+5,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 32x32+26,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] openhand (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] alias (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] closedhand (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] text (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] wayland-cursor (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] whats_this (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 32x32+4,26
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] center_ptr (1 images) 32x32+20,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] x-cursor (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 32x32+16,28
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 32x32+4,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] split_h (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] down-arrow (1 images) 32x32+16,28
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] wait (23 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] cross (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] up-arrow (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] progress (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] link (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] right-arrow (1 images) 32x32+28,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] cell (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 32x32+16,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] half-busy (23 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 32x32+4,4
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 32x32+16,16
2018-10-08 17:13:27 - [xcursor/wlr_xcursor.c:248] arrow (1 images) 32x32+4,4
2018-10-08 17:13:27 - [sway/sway/input/seat.c:411] Applying input config to 1452:628:bcm5974
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added Broadcom Corp. Bluetooth USB Host Controller [1452:33424]
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:241] adding device: '1452:33424:Broadcom_Corp._Bluetooth_USB_Host_Controller'
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-08 17:13:27 - [sway/sway/input/seat.c:526] adding device 1452:33424:Broadcom_Corp._Bluetooth_USB_Host_Controller to seat seat0
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added Broadcom Corp. Bluetooth USB Host Controller [1452:33424]
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:241] adding device: '1452:33424:Broadcom_Corp._Bluetooth_USB_Host_Controller'
2018-10-08 17:13:27 - [sway/sway/input/input-manager.c:253] no seat configuration, using default seat
2018-10-08 17:13:27 - [sway/sway/input/seat.c:526] adding device 1452:33424:Broadcom_Corp._Bluetooth_USB_Host_Controller to seat seat0
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added HDA Intel PCH SPDIF [0:0]
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added HDA Intel PCH Mic [0:0]
2018-10-08 17:13:27 - [backend/libinput/events.c:94] Added HDA Intel PCH Headphone [0:0]
2018-10-08 17:13:27 - [backend/libinput/backend.c:101] libinput successfully initialized
2018-10-08 17:13:27 - [sway/sway/config/bar.c:224] Invoking swaybar for bar id 'bar-0'
2018-10-08 17:13:27 - [sway/sway/config/bar.c:201] Spawned swaybar 20042
2018-10-08 17:13:27 - [sway/sway/main.c:366] Running deferred commands
2018-10-08 17:13:27 - [sway/sway/commands.c:290] Handling command 'exec sudo cpupower frequency-set -u 2.00GHz'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(exec)
2018-10-08 17:13:27 - [sway/sway/commands/exec_always.c:44] Executing sudo cpupower frequency-set -u 2.00GHz
2018-10-08 17:13:27 - [sway/sway/commands/exec_always.c:85] Child process created with pid 20044
2018-10-08 17:13:27 - [sway/sway/tree/root.c:208] Recording workspace for process 20044
2018-10-08 17:13:27 - [sway/sway/commands.c:290] Handling command 'exec xrdb ~/.Xresources'
2018-10-08 17:13:27 - [sway/sway/commands.c:169] find_handler(exec)
2018-10-08 17:13:27 - [sway/sway/commands/exec_always.c:44] Executing xrdb ~/.Xresources
2018-10-08 17:13:27 - [sway/sway/commands/exec_always.c:85] Child process created with pid 20046
2018-10-08 17:13:27 - [sway/sway/tree/root.c:208] Recording workspace for process 20046
2018-10-08 17:13:27 - [sway/sway/server.c:173] Running compositor on wayland display 'wayland-0'
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:155] Event on IPC listening socket
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:201] New client: fd 14
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:155] Event on IPC listening socket
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:201] New client: fd 59
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:223] Client 14 readable
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:860] Added IPC reply to client 14 queue: { "id": "bar-0", "mode": "dock", "hidden_state": "hide", "position": "top", "status_command": "\/usr\/bin\/i3status-rs \/home\/ogromny\/.config\/sway\/i3status-rs.toml", "font": "pango:FuraMono Nerd Font Mono 13", "bar_height": -1, "wrap_scroll": false, "workspace_buttons": true, "strip_workspace_numbers": false, "binding_mode_indicator": true, "verbose": false, "pango_markup": false, "colors": { "background": "#2e3440ff", "statusline": "#88c0d0ff", "separator": "#666666ff", "focused_background": "#2e3440ff", "focused_statusline": "#88c0d0ff", "focused_separator": "#666666ff", "focused_workspace_border": "#4c566aff", "focused_workspace_bg": "#4c566aff", "focused_workspace_text": "#d8dee9ff", "inactive_workspace_border": "#2e3440ff", "inactive_workspace_bg": "#2e3440ff", "inactive_workspace_text": "#d8dee9ff", "active_workspace_border": "#4c566aff", "active_workspace_bg": "#4c566aff", "active_workspace_text": "#d8dee9ff", "urgent_workspace_border": "#4c566aff", "urgent_workspace_bg": "#4c566aff", "urgent_workspace_text": "#bf616aff", "binding_mode_border": "#4c566aff", "binding_mode_bg": "#4c566aff", "binding_mode_text": "#bf616aff" } }
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:484] Client 14 writable
2018-10-08 17:13:27 - [types/wlr_surface.c:626] New wlr_surface 0x55ab9f8bb5b0 (res 0x55ab9f784b10)
2018-10-08 17:13:27 - [types/wlr_layer_shell_v1.c:388] new layer_surface 0x55ab9f8bb8d0 (res 0x55ab9f785710)
2018-10-08 17:13:27 - [sway/sway/desktop/layer_shell.c:368] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:223] Client 14 readable
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:860] Added IPC reply to client 14 queue: [ { "id": 2, "name": "eDP-1", "rect": { "x": 0, "y": 0, "width": 2880, "height": 1800 }, "focused": false, "focus": [ 3 ], "border": "none", "current_border_width": 0, "layout": "output", "orientation": "none", "percent": 1.0, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "output", "active": true, "primary": false, "make": "Apple Computer Inc", "model": "Color LCD", "serial": "0x00000000", "scale": 1.0, "refresh": 59990, "transform": "normal", "current_workspace": "1", "modes": [ { "width": 2880, "height": 1800, "refresh": 59990 } ] } ]
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:484] Client 14 writable
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:223] Client 59 readable
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:860] Added IPC reply to client 59 queue: {"success": true}
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:484] Client 59 writable
2018-10-08 17:13:27 - [xwayland/xwayland.c:125] WAYLAND_SOCKET=14 Xwayland :0 -rootless -terminate -listen 12 -listen 13 -wm 56
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:155] Event on IPC listening socket
glamor: No eglstream capable devices found
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:201] New client: fd 63
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:223] Client 14 readable
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:860] Added IPC reply to client 14 queue: [ { "id": 3, "name": "1", "rect": { "x": 0, "y": 0, "width": 2880, "height": 1800 }, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "num": 1, "output": "eDP-1", "type": "workspace", "representation": null, "focused": true, "visible": true } ]
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:223] Client 63 readable
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:860] Added IPC reply to client 63 queue: {"success": true}
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:484] Client 14 writable
2018-10-08 17:13:27 - [sway/sway/ipc-server.c:484] Client 63 writable
2018-10-08 17:13:27 - [types/wlr_surface.c:626] New wlr_surface 0x55ab9f820960 (res 0x55ab9f824310)
2018-10-08 17:13:27 - [types/wlr_layer_shell_v1.c:388] new layer_surface 0x55ab9f820c80 (res 0x55ab9f8221d0)
2018-10-08 17:13:27 - [types/wlr_surface.c:626] New wlr_surface 0x55ab9f8d8ed0 (res 0x55ab9f825d80)
2018-10-08 17:13:27 - [sway/sway/desktop/layer_shell.c:368] new layer surface: namespace panel layer 1 anchor 1 size 0x30 margin 0,0,0,0
2018-10-08 17:13:27 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-08 17:13:27 - [sway/sway/tree/arrange.c:186] Usable area for ws: 2880x1770@0,30
2018-10-08 17:13:27 - [sway/sway/tree/arrange.c:217] Arranging workspace '1' at 0.000000, 30.000000
2018-10-08 17:13:27 - [sway/sway/desktop/transaction.c:393] Transaction 0x55ab9f734480 committing with 1 instructions
2018-10-08 17:13:27 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x55ab9f734480
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2018-10-08 17:13:28 - [types/wlr_surface.c:626] New wlr_surface 0x55ab9f8d9d60 (res 0x55ab9f826170)
2018-10-08 17:13:28 - [xwayland/xwayland.c:374] sent SIGUSR1 to process 20038
2018-10-08 17:13:28 - [xwayland/xwayland.c:265] Xserver is ready
2018-10-08 17:13:28 - [xwayland/xwm.c:1460] xfixes version: 5.0
2018-10-08 17:13:28 - [sway/sway/input/cursor.c:1167] denying request to set cursor from unfocused client
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:900] XCB_PROPERTY_NOTIFY (924)
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:900] XCB_PROPERTY_NOTIFY (924)
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:776] XCB_CREATE_NOTIFY (2097153)
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:776] XCB_CREATE_NOTIFY (2097154)
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:900] XCB_PROPERTY_NOTIFY (2097154)
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:776] XCB_CREATE_NOTIFY (2097155)
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:900] XCB_PROPERTY_NOTIFY (924)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 374, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:1224] unhandled X11 event: MappingNotify (34)
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:1224] unhandled X11 event: MappingNotify (34)
2018-10-08 17:13:28 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:28 - [xwayland/xwm.c:900] XCB_PROPERTY_NOTIFY (924)
Temperature (-127) outside of range ([-100, 150])
2018-10-08 17:13:28 - [sway/sway/desktop/layer_shell.c:178] Usable area changed, rearranging output
2018-10-08 17:13:28 - [sway/sway/tree/arrange.c:186] Usable area for ws: 2880x1768@0,32
2018-10-08 17:13:28 - [sway/sway/tree/arrange.c:217] Arranging workspace '1' at 0.000000, 32.000000
2018-10-08 17:13:28 - [sway/sway/desktop/transaction.c:393] Transaction 0x55ab9f76f800 committing with 1 instructions
2018-10-08 17:13:28 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x55ab9f76f800
Temperature (-127) outside of range ([-100, 150])
Temperature (-127) outside of range ([-100, 150])
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 374, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2018-10-08 17:13:30 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:30 - [xwayland/xwm.c:1224] unhandled X11 event: MappingNotify (34)
2018-10-08 17:13:30 - [xwayland/selection/selection.c:118] not handling selection events: no seat assigned to xwayland
2018-10-08 17:13:30 - [xwayland/xwm.c:1224] unhandled X11 event: MappingNotify (34)
2018-10-08 17:13:31 - [sway/sway/commands/bind.c:279] running command for binding: exec termite
2018-10-08 17:13:31 - [sway/sway/commands.c:290] Handling command 'exec termite'
2018-10-08 17:13:31 - [sway/sway/commands.c:169] find_handler(exec)
2018-10-08 17:13:31 - [sway/sway/commands/exec_always.c:44] Executing termite
2018-10-08 17:13:31 - [sway/sway/commands/exec_always.c:85] Child process created with pid 20124
2018-10-08 17:13:31 - [sway/sway/tree/root.c:208] Recording workspace for process 20124
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:385] Sending binding event
2018-10-08 17:13:31 - [types/wlr_surface.c:626] New wlr_surface 0x55ab9f8d9460 (res 0x55ab9f89b130)
2018-10-08 17:13:31 - [types/wlr_surface.c:626] New wlr_surface 0x55ab9f8e5880 (res 0x55ab9f89b6d0)
2018-10-08 17:13:31 - [types/wlr_surface.c:626] New wlr_surface 0x55ab9f8e5ba0 (res 0x55ab9f89a480)
2018-10-08 17:13:31 - [types/xdg_shell/wlr_xdg_surface.c:445] new xdg_surface 0x55ab9f821b80 (res 0x55ab9f89a360)
2018-10-08 17:13:31 - [sway/sway/desktop/xdg_shell.c:459] New xdg_shell toplevel title='termite' app_id='termite'
2018-10-08 17:13:31 - [types/wlr_server_decoration.c:107] new server_decoration 0x55ab9f828b50 (res 0x55ab9f89b910)
Temperature (-127) outside of range ([-100, 150])
2018-10-08 17:13:31 - [sway/sway/tree/root.c:164] Looking up workspace for pid 20124
2018-10-08 17:13:31 - [sway/sway/tree/root.c:173] found pid_workspace for pid 20124, workspace 1
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:329] Sending window::new event
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:860] Added IPC reply to client 63 queue: { "change": "new", "container": { "id": 4, "name": null, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "focused": false, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "none", "orientation": "none", "percent": 0.0, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 978, "height": 674 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 20124, "app_id": "termite", "class": null, "marks": [ ], "nodes": [ ] } }
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:329] Sending window::focus event
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:860] Added IPC reply to client 63 queue: { "change": "focus", "container": { "id": 4, "name": null, "rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "focused": true, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "none", "orientation": "none", "percent": 0.0, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 978, "height": 674 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 20124, "app_id": "termite", "class": null, "marks": [ ], "nodes": [ ] } }
2018-10-08 17:13:31 - [sway/sway/tree/arrange.c:186] Usable area for ws: 2880x1768@0,32
2018-10-08 17:13:31 - [sway/sway/tree/arrange.c:217] Arranging workspace '1' at 0.000000, 32.000000
2018-10-08 17:13:31 - [sway/sway/tree/arrange.c:38] Arranging 0x7fff4ad1f990 horizontally
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:329] Sending window::title event
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:860] Added IPC reply to client 63 queue: { "change": "title", "container": { "id": 4, "name": "termite", "rect": { "x": 0, "y": 32, "width": 2880, "height": 1768 }, "focused": true, "focus": [ ], "border": "none", "current_border_width": 0, "layout": "none", "orientation": "none", "percent": 1.0, "window_rect": { "x": 0, "y": 0, "width": 2880, "height": 1768 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 978, "height": 674 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 20124, "app_id": "termite", "class": null, "marks": [ ], "nodes": [ ] } }
2018-10-08 17:13:31 - [sway/sway/tree/view.c:341] View 0x55ab9f8d9af0 updated CSD to 0
2018-10-08 17:13:31 - [sway/sway/tree/arrange.c:186] Usable area for ws: 2880x1768@0,32
2018-10-08 17:13:31 - [sway/sway/tree/arrange.c:217] Arranging workspace '1' at 0.000000, 32.000000
2018-10-08 17:13:31 - [sway/sway/tree/arrange.c:38] Arranging 0x7fff4ad1fa70 horizontally
2018-10-08 17:13:31 - [sway/sway/desktop/transaction.c:393] Transaction 0x55ab9f924660 committing with 3 instructions
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:484] Client 63 writable
2018-10-08 17:13:31 - [sway/sway/desktop/transaction.c:475] Transaction 0x55ab9f924660 is ready
2018-10-08 17:13:31 - [sway/sway/desktop/transaction.c:263] Applying transaction 0x55ab9f924660
2018-10-08 17:13:31 - [sway/sway/tree/container.c:978] Container 0x55ab9f821d60 entered output 0x55ab9f4c9b70
2018-10-08 17:13:31 - [GLES2] FS SIMD8 shader: 15 inst, 0 loops, 306 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 240 to 176 bytes.
2018-10-08 17:13:31 - [GLES2] FS SIMD16 shader: 16 inst, 0 loops, 324 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 256 to 192 bytes.
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:329] Sending window::title event
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:860] Added IPC reply to client 63 queue: { "change": "title", "container": { "id": 4, "name": "fish  \/home\/ogromny", "rect": { "x": 0, "y": 32, "width": 2880, "height": 1768 }, "focused": true, "focus": [ ], "border": "pixel", "current_border_width": 2, "layout": "none", "orientation": "none", "percent": 1.0, "window_rect": { "x": 0, "y": 2, "width": 2880, "height": 1768 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 978, "height": 674 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky": false, "type": "con", "pid": 20124, "app_id": "termite", "class": null, "marks": [ ], "nodes": [ ] } }
2018-10-08 17:13:31 - [sway/sway/ipc-server.c:484] Client 63 writable
Temperature (-127) outside of range ([-100, 150])
2018-10-08 17:13:32 - [sway/sway/input/keyboard.c:116] encountered duplicate bindings 40 and 39
2018-10-08 17:13:32 - [sway/sway/commands/bind.c:279] running command for binding: focus mode_toggle
2018-10-08 17:13:32 - [sway/sway/commands.c:290] Handling command 'focus mode_toggle'
2018-10-08 17:13:32 - [sway/sway/commands.c:169] find_handler(focus)
2018-10-08 17:13:32 - [sway/sway/commands/bind.c:287] could not run command for binding: focus mode_toggle (Failed to find a floating container in workspace)
Temperature (-127) outside of range ([-100, 150])
Temperature (-127) outside of range ([-100, 150])
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:279] running command for binding: reload
2018-10-08 17:13:34 - [sway/sway/commands.c:290] Handling command 'reload'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(reload)
2018-10-08 17:13:34 - [sway/sway/config.c:396] Performing configuration file reload
2018-10-08 17:13:34 - [sway/sway/config.c:356] Loading config from /home/ogromny/.config/sway/config
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 1: # Read `man 5 sway` for a complete reference.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 2: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 3: font pango:FuraMono Nerd Font Mono 14
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 4
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 5
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `### Variables`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: font pango:FuraMono Nerd Font Mono 14
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'font pango:FuraMono Nerd Font Mono 14'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(font)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 4: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 5: ### Variables
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 6: set $mod Mod4
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 7
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $term termite`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $mod Mod4
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $mod Mod4'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 7: set $term termite
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 8
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $menu rofi -show drun -columns 3 -show-icons -theme ogromny`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $term termite
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $term termite'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 8: set $menu rofi -show drun -columns 3 -show-icons -theme ogromny 
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 9
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 10
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `### Output configuration`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $menu rofi -show drun -columns 3 -show-icons -theme ogromny
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $menu rofi -show drun -columns 3 -show-icons -theme ogromny'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 9: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 10: ### Output configuration
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 11: output * res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 12
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 13
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `### Idle configuration`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: output * res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'output * res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(output)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(res)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: res 2880x1800 bg ~/Images/wallhaven-161757.jpg fill
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(res)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bg)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: bg ~/Images/wallhaven-161757.jpg fill
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bg)
2018-10-08 17:13:34 - [sway/sway/config/output.c:94] Merging output * config on eDP-1
2018-10-08 17:13:34 - [sway/sway/config/output.c:127] Adding output * config
2018-10-08 17:13:34 - [sway/sway/config/output.c:135] Config stored for output * (enabled: -1) (2880x1800@-1.000000Hz position -1,-1 scale -1.000000 transform -1) (bg /home/ogromny/Images/wallhaven-161757.jpg fill) (dpms 0)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 12: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 13: ### Idle configuration
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 14: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 15: # Example configuration:
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 16: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 17: #exec swayidle #    timeout 30 'swaylock -c 000000' #    timeout 60 'swaymsg "output * dpms off"' #    resume 'swaymsg "output * dpms on"' #    before-sleep 'swaylock -c 000000'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 18: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 19: # This will lock your screen after 300 seconds of inactivity, then turn off
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 20: # your displays after another 600 seconds, and turn your screens back on when
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 21: # resumed. It will also lock your screen before your computer goes to sleep.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 22: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 23: ### Input configuration
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 24: input "1452:628:bcm5974" {
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: input "1452:628:bcm5974" {
2018-10-08 17:13:34 - [sway/sway/config.c:734] Entering block 'input "1452:628:bcm5974"'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 25:     tap enabled
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 26
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `}`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: input "1452:628:bcm5974" tap enabled
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'input "1452:628:bcm5974" tap enabled'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(input)
2018-10-08 17:13:34 - [sway/sway/commands/input.c:47] entering input block: 1452:628:bcm5974
2018-10-08 17:13:34 - [sway/sway/config/input.c:14] new_input_config(1452:628:bcm5974)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(tap)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: tap enabled
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(tap)
2018-10-08 17:13:34 - [sway/sway/config/input.c:156] Adding non-wildcard input config
2018-10-08 17:13:34 - [sway/sway/config/input.c:173] Config stored for input 1452:628:bcm5974
2018-10-08 17:13:34 - [sway/sway/input/input-manager.c:109] input_manager_libinput_config_pointer(1452:628:bcm5974)
2018-10-08 17:13:34 - [sway/sway/input/input-manager.c:189] libinput_config_pointer(1452:628:bcm5974) tap_set_enabled(1)
2018-10-08 17:13:34 - [sway/sway/input/seat.c:411] Applying input config to 1452:628:bcm5974
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 26: }
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: input "1452:628:bcm5974" }
2018-10-08 17:13:34 - [sway/sway/config.c:751] Exiting block 'input "1452:628:bcm5974"'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 27: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 28: ### Key bindings
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 29: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 30: # Basics:
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 31: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 32:     # start a terminal
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 33:     bindsym $mod+Return exec $term
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 34
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 35
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# kill focused window`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Return exec $term
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Return exec $term'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Return to command exec termite
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 34: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 35:     # kill focused window
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 36:     bindsym $mod+Shift+q kill
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 37
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 38
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# start your launcher`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+q kill
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+q kill'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+q to command kill
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 37: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 38:     # start your launcher
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 39:     bindsym $mod+d exec $menu
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 40
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 41
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Drag floating windows by holding down $mod and left mouse button.`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+d exec $menu
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+d exec $menu'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+d to command exec rofi -show drun -columns 3 -show-icons -theme ogromny
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 40: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 41:     # Drag floating windows by holding down $mod and left mouse button.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 42:     # Resize them with right mouse button + $mod.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 43:     # Despite the name, also works for non-floating windows.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 44:     # Change normal to inverse to use left mouse button for resizing and right
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 45:     # mouse button for dragging.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 46:     floating_modifier $mod normal
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 47
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 48
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# reload the configuration file`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: floating_modifier $mod normal
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'floating_modifier $mod normal'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(floating_modifier)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 47: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 48:     # reload the configuration file
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 49:     bindsym $mod+Shift+c reload
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 50
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 51
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# exit sway (logs you out of your Wayland session)`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+c reload
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+c reload'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+c to command reload
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 50: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 51:     # exit sway (logs you out of your Wayland session)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 52:     bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 53
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `#`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit''
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+e to command exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 53: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 54: # Moving around:
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 55: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 56:     # Move your focus around
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 57:     bindsym $mod+Left focus left
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 58
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Down focus down`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Left focus left
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Left focus left'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Left to command focus left
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 58:     bindsym $mod+Down focus down
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 59
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Up focus up`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Down focus down
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Down focus down'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Down to command focus down
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 59:     bindsym $mod+Up focus up
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 60
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Right focus right`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Up focus up
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Up focus up'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Up to command focus up
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 60:     bindsym $mod+Right focus right
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 61
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 62
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# _move_ the focused window with the same, but add Shift`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Right focus right
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Right focus right'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Right to command focus right
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 61: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 62:     # _move_ the focused window with the same, but add Shift
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 63:     bindsym $mod+Shift+Left move left
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 64
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+Down move down`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Left move left
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Left move left'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Left to command move left
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 64:     bindsym $mod+Shift+Down move down
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 65
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+Up move up`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Down move down
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Down move down'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Down to command move down
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 65:     bindsym $mod+Shift+Up move up
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 66
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+Right move right`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Up move up
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Up move up'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Up to command move up
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 66:     bindsym $mod+Shift+Right move right
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 67
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `#`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Right move right
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Right move right'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Right to command move right
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 67: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 68: # Workspaces:
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 69: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 70:     # switch to workspace
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 71:     bindsym $mod+ampersand workspace 1
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 72
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+eacute workspace 2`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+ampersand workspace 1
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+ampersand workspace 1'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+ampersand to command workspace 1
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 72:     bindsym $mod+eacute workspace 2
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 73
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+quotedbl workspace 3`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+eacute workspace 2
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+eacute workspace 2'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+eacute to command workspace 2
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 73:     bindsym $mod+quotedbl workspace 3
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 74
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+apostrophe workspace 4`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+quotedbl workspace 3
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+quotedbl workspace 3'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+quotedbl to command workspace 3
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 74:     bindsym $mod+apostrophe workspace 4
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 75
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+parenleft workspace 5`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+apostrophe workspace 4
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+apostrophe workspace 4'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+apostrophe to command workspace 4
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 75:     bindsym $mod+parenleft workspace 5
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 76
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+section workspace 6`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+parenleft workspace 5
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+parenleft workspace 5'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+parenleft to command workspace 5
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 76:     bindsym $mod+section workspace 6
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 77
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+egrave workspace 7`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+section workspace 6
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+section workspace 6'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+section to command workspace 6
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 77:     bindsym $mod+egrave workspace 7
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 78
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+exclam workspace 8`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+egrave workspace 7
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+egrave workspace 7'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+egrave to command workspace 7
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 78:     bindsym $mod+exclam workspace 8
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 79
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+ccedilla workspace 9`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+exclam workspace 8
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+exclam workspace 8'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+exclam to command workspace 8
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 79:     bindsym $mod+ccedilla workspace 9
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 80
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+agrave workspace 10`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+ccedilla workspace 9
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+ccedilla workspace 9'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+ccedilla to command workspace 9
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 80:     bindsym $mod+agrave workspace 10
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 81
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# move focused container to workspace`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+agrave workspace 10
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+agrave workspace 10'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+agrave to command workspace 10
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 81:     # move focused container to workspace
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 82:     bindsym $mod+Shift+ampersand move container to workspace 1
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 83
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+eacute move container to workspace 2`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+ampersand move container to workspace 1
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+ampersand move container to workspace 1'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+ampersand to command move container to workspace 1
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 83:     bindsym $mod+Shift+eacute move container to workspace 2
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 84
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+quotedbl move container to workspace 3`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+eacute move container to workspace 2
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+eacute move container to workspace 2'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+eacute to command move container to workspace 2
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 84:     bindsym $mod+Shift+quotedbl move container to workspace 3
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 85
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+apostrophe move container to workspace 4`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+quotedbl move container to workspace 3
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+quotedbl move container to workspace 3'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+quotedbl to command move container to workspace 3
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 85:     bindsym $mod+Shift+apostrophe move container to workspace 4
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 86
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+parenleft move container to workspace 5`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+apostrophe move container to workspace 4
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+apostrophe move container to workspace 4'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+apostrophe to command move container to workspace 4
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 86:     bindsym $mod+Shift+parenleft move container to workspace 5
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 87
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+section move container to workspace 6`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+parenleft move container to workspace 5
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+parenleft move container to workspace 5'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+parenleft to command move container to workspace 5
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 87:     bindsym $mod+Shift+section move container to workspace 6
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 88
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+egrave move container to workspace 7`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+section move container to workspace 6
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+section move container to workspace 6'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+section to command move container to workspace 6
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 88:     bindsym $mod+Shift+egrave move container to workspace 7
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 89
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+exclam move container to workspace 8`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+egrave move container to workspace 7
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+egrave move container to workspace 7'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+egrave to command move container to workspace 7
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 89:     bindsym $mod+Shift+exclam move container to workspace 8
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 90
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+ccedilla move container to workspace 9`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+exclam move container to workspace 8
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+exclam move container to workspace 8'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+exclam to command move container to workspace 8
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 90:     bindsym $mod+Shift+ccedilla move container to workspace 9
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 91
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+Shift+agrave move container to workspace 10`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+ccedilla move container to workspace 9
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+ccedilla move container to workspace 9'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+ccedilla to command move container to workspace 9
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 91:     bindsym $mod+Shift+agrave move container to workspace 10
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 92
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Note: workspaces can have any name you want, not just numbers.`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+agrave move container to workspace 10
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+agrave move container to workspace 10'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+agrave to command move container to workspace 10
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 92:     # Note: workspaces can have any name you want, not just numbers.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 93:     # We just use 1-10 as the default.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 94: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 95: # Layout stuff:
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 96: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 97:     # You can "split" the current object of your focus with
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 98:     # $mod+b or $mod+v, for horizontal and vertical splits
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 99:     # respectively.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 100:     bindsym $mod+b splith
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 101
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+v splitv`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+b splith
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+b splith'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+b to command splith
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 101:     bindsym $mod+v splitv
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 102
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 103
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Switch the current container between different layout styles`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+v splitv
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+v splitv'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+v to command splitv
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 102: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 103:     # Switch the current container between different layout styles
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 104:     bindsym $mod+s layout stacking
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 105
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+w layout tabbed`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+s layout stacking
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+s layout stacking'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+s to command layout stacking
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 105:     bindsym $mod+w layout tabbed
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 106
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym $mod+e layout toggle split`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+w layout tabbed
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+w layout tabbed'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+w to command layout tabbed
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 106:     bindsym $mod+e layout toggle split
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 107
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 108
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Make the current focus fullscreen`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+e layout toggle split
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+e layout toggle split'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+e to command layout toggle split
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 107: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 108:     # Make the current focus fullscreen
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 109:     bindsym $mod+f fullscreen
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 110
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 111
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Toggle the current focus between tiling and floating mode`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+f fullscreen
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+f fullscreen'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+f to command fullscreen
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 110: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 111:     # Toggle the current focus between tiling and floating mode
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 112:     bindsym $mod+Shift+Space floating toggle
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 113
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 114
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Swap focus between the tiling arer and the floating area`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+Shift+Space floating toggle
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+Shift+Space floating toggle'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+Shift+Space to command floating toggle
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 113: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 114:     # Swap focus between the tiling arer and the floating area
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 115:     bindsym $mod+space focus mode_toggle
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 116
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 117
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# move focus to the parent container`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+space focus mode_toggle
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+space focus mode_toggle'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+space to command focus mode_toggle
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 116: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 117:     # move focus to the parent container
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 118:     bindsym $mod+a focus parent
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 119
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `#`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+a focus parent
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+a focus parent'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+a to command focus parent
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 119: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 120: # Scratchpad:
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 121: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 122:     # Sway has a "scratchpad", which is a bag of holding for windows.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 123:     # You can send windows there and get them back later.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 124: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 125:     # Move the currently focused window to the scratchpad
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 126:     #bindsym $mod+Shift+minus move scratchpad
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 127: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 128:     # Show the next scratchpad window or hide the focused scratchpad window.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 129:     # If there are multiple scratchpad windows, this command cycles through them.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 130:     #bindsym $mod+minus scratchpad show
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 131: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 132: # Resizing containers:
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 133: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 134: mode "resize" {
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: mode "resize" {
2018-10-08 17:13:34 - [sway/sway/config.c:734] Entering block 'mode "resize"'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 135:     # left will shrink the containers width
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 136:     # right will grow the containers width
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 137:     # up will shrink the containers height
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 138:     # down will grow the containers height
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 139:     bindsym Left resize shrink width 10px
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 140
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym Down resize grow height 10px`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Left resize shrink width 10px
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Left resize shrink width 10px'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: bindsym Left resize shrink width 10px
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Left to command resize shrink width 10px
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 140:     bindsym Down resize grow height 10px
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 141
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym Up resize shrink height 10px`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Down resize grow height 10px
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Down resize grow height 10px'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: bindsym Down resize grow height 10px
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Down to command resize grow height 10px
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 141:     bindsym Up resize shrink height 10px
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 142
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym Right resize grow width 10px`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Up resize shrink height 10px
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Up resize shrink height 10px'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: bindsym Up resize shrink height 10px
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Up to command resize shrink height 10px
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 142:     bindsym Right resize grow width 10px
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 143
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 144
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# return to default mode`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Right resize grow width 10px
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Right resize grow width 10px'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: bindsym Right resize grow width 10px
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Right to command resize grow width 10px
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 143: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 144:     # return to default mode
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 145:     bindsym Return mode "default"
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 146
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym Escape mode "default"`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Return mode "default"
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Return mode "default"'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: bindsym Return mode default
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Return to command mode default
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 146:     bindsym Escape mode "default"
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 147
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `}`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: mode "resize" bindsym Escape mode "default"
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'mode "resize" bindsym Escape mode "default"'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(mode)
2018-10-08 17:13:34 - [sway/sway/commands/mode.c:70] Switching to mode `resize' (pango=0)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: bindsym Escape mode default
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Escape to command mode default
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 147: }
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: mode "resize" }
2018-10-08 17:13:34 - [sway/sway/config.c:751] Exiting block 'mode "resize"'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 148: bindsym $mod+r mode "resize"
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 149
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 150
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Colors ( Nord )`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym $mod+r mode "resize"
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym $mod+r mode "resize"'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound Mod4+r to command mode "resize"
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 149: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 150: # Colors ( Nord )
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 151: set $nord0 #2e3440
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 152
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord1 #3b4252`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord0 #2e3440
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord0 #2e3440'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 152: set $nord1 #3b4252
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 153
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord2 #434c5e`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord1 #3b4252
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord1 #3b4252'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 153: set $nord2 #434c5e
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 154
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord3 #4c566a`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord2 #434c5e
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord2 #434c5e'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 154: set $nord3 #4c566a
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 155
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord4 #d8dee9`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord3 #4c566a
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord3 #4c566a'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 155: set $nord4 #d8dee9
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 156
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord5 #e5e9f0`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord4 #d8dee9
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord4 #d8dee9'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 156: set $nord5 #e5e9f0
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 157
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord6 #eceff4`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord5 #e5e9f0
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord5 #e5e9f0'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 157: set $nord6 #eceff4
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 158
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord7 #8fbcbb`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord6 #eceff4
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord6 #eceff4'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 158: set $nord7 #8fbcbb
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 159
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord8 #88c0d0`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord7 #8fbcbb
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord7 #8fbcbb'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 159: set $nord8 #88c0d0
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 160
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord9 #81a1c1`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord8 #88c0d0
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord8 #88c0d0'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 160: set $nord9 #81a1c1
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 161
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord10 #5e81ac`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord9 #81a1c1
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord9 #81a1c1'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 161: set $nord10 #5e81ac
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 162
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord11 #bf616a`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord10 #5e81ac
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord10 #5e81ac'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 162: set $nord11 #bf616a
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 163
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord12 #d08770`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord11 #bf616a
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord11 #bf616a'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 163: set $nord12 #d08770
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 164
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord13 #ebcb8b`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord12 #d08770
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord12 #d08770'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 164: set $nord13 #ebcb8b
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 165
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord14 #a3be8c`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord13 #ebcb8b
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord13 #ebcb8b'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 165: set $nord14 #a3be8c
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 166
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `set $nord15 #b48ead`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord14 #a3be8c
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord14 #a3be8c'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 166: set $nord15 #b48ead
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 167
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 168
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `#`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: set $nord15 #b48ead
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'set $nord15 #b48ead'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(set)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 167: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 168: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 169: # Status Bar:
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 170: #
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 171: # Read `man 5 sway-bar` for more information about this section.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 172: bar {
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar {
2018-10-08 17:13:34 - [sway/sway/config.c:734] Entering block 'bar'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 173:     position top
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 174
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar position top
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar position top'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(position)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(position)
2018-10-08 17:13:34 - [sway/sway/commands/bar.c:111] Creating bar bar-0
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: position top
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(position)
2018-10-08 17:13:34 - [sway/sway/commands/bar/position.c:19] Setting bar position 'top' for bar: bar-0
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 174:     status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 175
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `font pango:FuraMono Nerd Font Mono 13`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(status_command)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(status_command)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: status_command /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(status_command)
2018-10-08 17:13:34 - [sway/sway/commands/bar/status_command.c:22] Feeding bar with status command: /usr/bin/i3status-rs /home/ogromny/.config/sway/i3status-rs.toml
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 175:     font pango:FuraMono Nerd Font Mono 13
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 176
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `colors {`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar font pango:FuraMono Nerd Font Mono 13
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar font pango:FuraMono Nerd Font Mono 13'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(font)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(font)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: font pango:FuraMono Nerd Font Mono 13
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(font)
2018-10-08 17:13:34 - [sway/sway/commands/bar/font.c:19] Settings font 'pango:FuraMono Nerd Font Mono 13' for bar: bar-0
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 176:     colors {
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar colors {
2018-10-08 17:13:34 - [sway/sway/config.c:734] Entering block 'bar colors'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 177:         #statusline #ffffff
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 178:         #background #323232
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 179:         #inactive_workspace #32323200 #32323200 #5c5c5c
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 180:     
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 181:   background $nord0
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 182
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `statusline $nord8`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar colors background $nord0
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar colors background $nord0'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: colors background #2e3440
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: background #2e3440
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(background)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 182:   statusline $nord8
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 183
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 184
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `focused_workspace $nord3 $nord3 $nord4`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar colors statusline $nord8
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar colors statusline $nord8'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: colors statusline #88c0d0
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: statusline #88c0d0
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(statusline)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 183: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 184:   focused_workspace $nord3 $nord3 $nord4
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 185
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `active_workspace $nord3 $nord3 $nord4`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar colors focused_workspace $nord3 $nord3 $nord4
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar colors focused_workspace $nord3 $nord3 $nord4'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: colors focused_workspace #4c566a #4c566a #d8dee9
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: focused_workspace #4c566a #4c566a #d8dee9
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(focused_workspace)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 185:   active_workspace $nord3 $nord3 $nord4
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 186
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `inactive_workspace $nord0 $nord0 $nord4`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar colors active_workspace $nord3 $nord3 $nord4
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar colors active_workspace $nord3 $nord3 $nord4'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: colors active_workspace #4c566a #4c566a #d8dee9
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: active_workspace #4c566a #4c566a #d8dee9
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(active_workspace)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 186:   inactive_workspace $nord0 $nord0 $nord4
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 187
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `urgent_workspace $nord3 $nord3 $nord11`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar colors inactive_workspace $nord0 $nord0 $nord4
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar colors inactive_workspace $nord0 $nord0 $nord4'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: colors inactive_workspace #2e3440 #2e3440 #d8dee9
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: inactive_workspace #2e3440 #2e3440 #d8dee9
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(inactive_workspace)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 187:   urgent_workspace $nord3 $nord3 $nord11    
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 188
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `}`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar colors urgent_workspace $nord3 $nord3 $nord11
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bar colors urgent_workspace $nord3 $nord3 $nord11'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bar)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: colors urgent_workspace #4c566a #4c566a #bf616a
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(colors)
2018-10-08 17:13:34 - [sway/sway/commands.c:422] Subcommand: urgent_workspace #4c566a #4c566a #bf616a
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(urgent_workspace)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 188:     }
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar colors }
2018-10-08 17:13:34 - [sway/sway/config.c:751] Exiting block 'bar colors'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 189: }
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bar }
2018-10-08 17:13:34 - [sway/sway/config.c:751] Exiting block 'bar'
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 190: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 191: # Border
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 192: new_window pixel 2
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 193
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `new_float pixel 2`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: new_window pixel 2
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'new_window pixel 2'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(new_window)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 193: new_float pixel 2
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 194
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `hide_edge_borders smart`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: new_float pixel 2
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'new_float pixel 2'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(new_float)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 194: hide_edge_borders smart
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 195
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 196
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Gaps`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: hide_edge_borders smart
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'hide_edge_borders smart'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(hide_edge_borders)
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 195: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 196: # Gaps
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 197: #gaps 20
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 198: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 199: # Screen brightness
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 200: bindsym XF86MonBrightnessUp exec light -A 5
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 201
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym XF86MonBrightnessDown exec light -U 5`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym XF86MonBrightnessUp exec light -A 5
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym XF86MonBrightnessUp exec light -A 5'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86MonBrightnessUp to command exec light -A 5
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 201: bindsym XF86MonBrightnessDown exec light -U 5
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 202
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 203
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Keyboard backlight`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym XF86MonBrightnessDown exec light -U 5
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym XF86MonBrightnessDown exec light -U 5'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86MonBrightnessDown to command exec light -U 5
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 202: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 203: # Keyboard backlight
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 204: bindsym XF86KbdBrightnessUp exec light -k -A 5
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 205
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym XF86KbdBrightnessDown exec light -k -U 5`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym XF86KbdBrightnessUp exec light -k -A 5
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym XF86KbdBrightnessUp exec light -k -A 5'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86KbdBrightnessUp to command exec light -k -A 5
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 205: bindsym XF86KbdBrightnessDown exec light -k -U 5
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 206
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 207
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Audio`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym XF86KbdBrightnessDown exec light -k -U 5
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym XF86KbdBrightnessDown exec light -k -U 5'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86KbdBrightnessDown to command exec light -k -U 5
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 206: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 207: # Audio
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 208: bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 209
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym XF86AudioLowerVolume exec amixer sset Master 5%-`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86AudioRaiseVolume to command exec amixer sset Master 5%+
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 209: bindsym XF86AudioLowerVolume exec amixer sset Master 5%-
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 210
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `bindsym XF86AudioMute exec amixer sset Master 1+ toggle`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym XF86AudioLowerVolume exec amixer sset Master 5%-
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym XF86AudioLowerVolume exec amixer sset Master 5%-'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86AudioLowerVolume to command exec amixer sset Master 5%-
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 210: bindsym XF86AudioMute exec amixer sset Master 1+ toggle
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 211
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 212
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Autostart`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: bindsym XF86AudioMute exec amixer sset Master 1+ toggle
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'bindsym XF86AudioMute exec amixer sset Master 1+ toggle'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(bindsym)
2018-10-08 17:13:34 - [sway/sway/commands/bind.c:261] bindsym - Bound XF86AudioMute to command exec amixer sset Master 1+ toggle
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 211: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 212: # Autostart
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 213: exec sudo cpupower frequency-set -u 2.00GHz
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 214
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `#exec wire-desktop`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: exec sudo cpupower frequency-set -u 2.00GHz
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'exec sudo cpupower frequency-set -u 2.00GHz'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(exec)
2018-10-08 17:13:34 - [sway/sway/commands/exec.c:11] Ignoring 'exec sudo cpupower frequency-set -u 2.00GHz' due to reload
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 214: #exec wire-desktop
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 215: #exec jetbrains-toolbox
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 216: #exec thunderbird
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 217: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 218: # Assign
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 219: #assign [class="^Transmission-"] 6
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 220: #assign [class="Thunderbird"] 5
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 221: #assign [class="Wire"] 4
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 222: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 223: # HiDPI
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 224: exec xrdb ~/.Xresources
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 225
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: ``
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 226
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `# Power management`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: exec xrdb ~/.Xresources
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'exec xrdb ~/.Xresources'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(exec)
2018-10-08 17:13:34 - [sway/sway/commands/exec.c:11] Ignoring 'exec xrdb ~/.Xresources' due to reload
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 225: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 226: # Power management
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 227: #exec xfce4-power-management
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 228: #exec xss-lock -- ~/.config/fish/functions/lock.fish
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 229: #exec xss-lock -- swaylock --indicator-thickness 200 -c 000000
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 230: 
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 231: include /etc/sway/config.d/*
2018-10-08 17:13:34 - [sway/sway/config.c:591] Peeking line 232
2018-10-08 17:13:34 - [sway/sway/config.c:597] Peeked line: `(null)`
2018-10-08 17:13:34 - [sway/sway/config.c:702] Expanded line: include /etc/sway/config.d/*
2018-10-08 17:13:34 - [sway/sway/commands.c:387] handling config command 'include /etc/sway/config.d/*'
2018-10-08 17:13:34 - [sway/sway/commands.c:169] find_handler(include)
2018-10-08 17:13:34 - [sway/sway/config.c:512] /etc/sway/config.d/* not found.
2018-10-08 17:13:34 - [sway/sway/config.c:660] Read line 232: 
2018-10-08 17:13:34 - [sway/sway/ipc-server.c:385] Sending binding event
2018-10-08 17:13:34 - [sway/sway/config.c:396] Performing configuration file reload
2018-10-08 17:13:34 - [sway/sway/config.c:356] Loading config from /home/ogromny/.config/sway/config
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Receive(Custom { kind: UnexpectedEof, error: StringError("failed to fill whole buffer") })', libcore/result.rs:945:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Gdk-Message: 17:13:35.118: Error reading events from display: Connexion ré-initialisée par le correspondant
emersion commented 6 years ago

Can you provide a stack trace for sway? (coredumpctl gdb sway and then bt full)

Next time don't forget to enable debug logs for sway (sway -d).

Ogromny commented 6 years ago

I have just added the debug log ^^

emersion commented 6 years ago

Nice. Can you add the stack trace?

Ogromny commented 6 years ago

stack trace

GNU gdb (GDB) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/sway...done.
[New LWP 20038]
[New LWP 20039]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `sway --debug'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f786d7652b8 in malloc_consolidate () from /usr/lib/libc.so.6
[Current thread is 1 (Thread 0x7f786a4049c0 (LWP 20038))]
(gdb) #0  0x00007f786d7652b8 in malloc_consolidate () at /usr/lib/libc.so.6
#1  0x00007f786d767f58 in _int_malloc () at /usr/lib/libc.so.6
#2  0x00007f786d769ada in malloc () at /usr/lib/libc.so.6
#3  0x00007f786d754791 in _IO_file_doallocate () at /usr/lib/libc.so.6
#4  0x00007f786d762bc0 in _IO_doallocbuf () at /usr/lib/libc.so.6
#5  0x00007f786d760364 in __GI__IO_file_seekoff () at /usr/lib/libc.so.6
#6  0x00007f786d75cfcd in fseek () at /usr/lib/libc.so.6
#7  0x000055ab9d7347f3 in read_config
    (file=file@entry=0x55ab9f8e8a00, config=config@entry=0x55ab9f95beb0, swaynag=swaynag@entry=0x55ab9f95beb8)
    at ../sway/sway/config.c:632
        ret_seek = <optimized out>
        ret_tell = <optimized out>
        reading_main_config = true
        this_config = 0x0
        config_size = 0
        success = <optimized out>
        line_number = <optimized out>
        line = <optimized out>
        stack = <optimized out>
        read = <optimized out>
#8  0x000055ab9d734ae1 in load_config
    (path=path@entry=0x55ab9f926700 "/home/ogromny/.config/sway/config", config=0x55ab9f95beb0, swaynag=0x55ab9f95beb8) at ../sway/sway/config.c:369
        sb = 
            {st_dev = 2053, st_ino = 1351205, st_nlink = 1, st_mode = 33188, st_uid = 1000, st_gid = 985, __pad0 = 0, st_rdev = 0, st_size = 6806, st_blksize = 4096, st_blocks = 16, st_atim = {tv_sec = 1539011512, tv_nsec = 209913813}, st_mtim = {tv_sec = 1539011512, tv_nsec = 209913813}, st_ctim = {tv_sec = 1539011512, tv_nsec = 209913813}, __glibc_reserved = {0, 0, 0}}
        f = 0x55ab9f8e8a00
        config_load_success = <optimized out>
#9  0x000055ab9d7353dd in load_main_config
    (file=<optimized out>, is_active=is_active@entry=true, validating=validating@entry=false)
    at ../sway/sway/config.c:461
        path = 0x55ab9f926700 "/home/ogromny/.config/sway/config"
        old_config = 0x55ab9f55d4d0
        success = true
#10 0x000055ab9d754256 in do_reload (data=<optimized out>) at ../sway/sway/commands/reload.c:19
        bar_ids = 0x55ab9f95c4b0
#11 0x00007f786dbba66c in wl_event_loop_dispatch_idle () at /usr/lib/libwayland-server.so.0
#12 0x00007f786dbba726 in wl_event_loop_dispatch () at /usr/lib/libwayland-server.so.0
#13 0x00007f786dbb92ac in wl_display_run () at /usr/lib/libwayland-server.so.0
#14 0x000055ab9d73270a in main (argc=<optimized out>, argv=<optimized out>) at ../sway/sway/main.c:384
        verbose = 0
        debug = 1
        validate = 0
        long_options = 
            {{name = 0x55ab9d76c18a "help", has_arg = 0, flag = 0x0, val = 104}, {name = 0x55ab9d76e680 "config", has_arg = 1, flag = 0x0, val = 99}, {name = 0x55ab9d76c18f "validate", has_arg = 0, flag = 0x0, val = 67}, {name = 0x55ab9d76c198 "debug", has_arg = 0, flag = 0x0, val = 100}, {name = 0x55ab9d76c0c6 "version", has_arg = 0, flag = 0x0, val = 118}, {name = 0x55ab9d76b29d "verbose", has_arg = 0, flag = 0x0, val = 86}, {name = 0x55ab9d76c19e "get-socketpath", has_arg = 0, flag = 0x0, val = 112}, {name = 0x0, has_arg = 0, flag = 0x0, val = 0}}
        config_path = 0x0
        usage = 0x55ab9d76c340 "Usage: sway [options] [command]\n\n  -h, --help", ' ' <repeats 13 times>, "Show help message and quit.\n  -c, --config <config>  Specify a config file.\n  -C, --validate         Check the validity of the config file, th"...
        c = <optimized out>
(gdb)            PID: 20038 (sway)
           UID: 1000 (ogromny)
           GID: 985 (users)
        Signal: 11 (SEGV)
     Timestamp: Mon 2018-10-08 17:13:34 CEST (7min ago)
  Command Line: sway --debug
    Executable: /usr/bin/sway
 Control Group: /user.slice/user-1000.slice/session-1.scope
          Unit: session-1.scope
         Slice: user-1000.slice
       Session: 1
     Owner UID: 1000 (ogromny)
       Boot ID: 2b15c8de31164816ac191e3c47810110
    Machine ID: 9338f28dabe240b4a8241d710c54ecfc
      Hostname: Ogromny
       Storage: /var/lib/systemd/coredump/core.sway.1000.2b15c8de31164816ac191e3c47810110.20038.1539011614000000.lz4
       Message: Process 20038 (sway) of user 1000 dumped core.

                Stack trace of thread 20038:
                #0  0x00007f786d7652b8 malloc_consolidate (libc.so.6)
                #1  0x00007f786d767f58 _int_malloc (libc.so.6)
                #2  0x00007f786d769ada malloc (libc.so.6)
                #3  0x00007f786d754791 _IO_file_doallocate (libc.so.6)
                #4  0x00007f786d762bc0 _IO_doallocbuf (libc.so.6)
                #5  0x00007f786d760364 _IO_file_seekoff@@GLIBC_2.2.5 (libc.so.6)
                #6  0x00007f786d75cfcd fseek (libc.so.6)
                #7  0x000055ab9d7347f3 read_config (sway)
                #8  0x000055ab9d734ae1 load_config (sway)
                #9  0x000055ab9d7353dd load_main_config (sway)
                #10 0x000055ab9d754256 do_reload (sway)
                #11 0x00007f786dbba66c wl_event_loop_dispatch_idle (libwayland-server.so.0)
                #12 0x00007f786dbba726 wl_event_loop_dispatch (libwayland-server.so.0)
                #13 0x00007f786dbb92ac wl_display_run (libwayland-server.so.0)
                #14 0x000055ab9d73270a main (sway)
                #15 0x00007f786d708223 __libc_start_main (libc.so.6)
                #16 0x000055ab9d73281e _start (sway)

                Stack trace of thread 20039:
                #0  0x00007f786d6d0afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                #1  0x00007f7869bf417c n/a (i965_dri.so)
                #2  0x00007f7869bf3eb8 n/a (i965_dri.so)
                #3  0x00007f786d6caa9d start_thread (libpthread.so.0)
                #4  0x00007f786d7dfa43 __clone (libc.so.6)
johnae commented 6 years ago

I can confirm this happening reliably to me as well. Started when I updated sway - can't say exactly which version I had unfortunately but I know it was NOT older than this https://github.com/swaywm/sway/commit/1c1fbd49db9a493af8101792ceede5f035724a6d.

Emantor commented 6 years ago

Can you test #2804 please?