Advertisement
grumblygibson

login sway - invoke dmenu - then exit

Jan 5th, 2022
661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 00:00:00.000 [INFO] [sway/main.c:347] Sway version 1.6.1
  2. 00:00:00.000 [INFO] [sway/main.c:348] wlroots version 0.14.0
  3. 00:00:00.001 [INFO] [sway/main.c:155] Linux tk421 5.15.12-1113.native #1 SMP Wed Dec 29 04:03:06 PST 2021 x86_64 GNU/Linux
  4. 00:00:00.001 [INFO] [sway/main.c:171] Contents of /etc/os-release:
  5. 00:00:00.001 [INFO] [sway/main.c:155] NAME="Clear Linux OS"
  6. 00:00:00.001 [INFO] [sway/main.c:155] VERSION=1
  7. 00:00:00.001 [INFO] [sway/main.c:155] ID=clear-linux-os
  8. 00:00:00.001 [INFO] [sway/main.c:155] ID_LIKE=clear-linux-os
  9. 00:00:00.001 [INFO] [sway/main.c:155] VERSION_ID=35550
  10. 00:00:00.001 [INFO] [sway/main.c:155] PRETTY_NAME="Clear Linux OS"
  11. 00:00:00.001 [INFO] [sway/main.c:155] ANSI_COLOR="1;35"
  12. 00:00:00.001 [INFO] [sway/main.c:155] HOME_URL="https://clearlinux.org"
  13. 00:00:00.001 [INFO] [sway/main.c:155] SUPPORT_URL="https://clearlinux.org"
  14. 00:00:00.001 [INFO] [sway/main.c:155] BUG_REPORT_URL="mailto:dev@lists.clearlinux.org"
  15. 00:00:00.001 [INFO] [sway/main.c:155] PRIVACY_POLICY_URL="http://www.intel.com/privacy"
  16. 00:00:00.001 [INFO] [sway/main.c:155] BUILD_ID=35550
  17. 00:00:00.001 [INFO] [sway/main.c:143] LD_LIBRARY_PATH=
  18. 00:00:00.001 [INFO] [sway/main.c:143] LD_PRELOAD=
  19. 00:00:00.001 [INFO] [sway/main.c:143] PATH=/usr/local/bin:/usr/bin
  20. 00:00:00.001 [INFO] [sway/main.c:143] SWAYSOCK=
  21. 00:00:00.002 [DEBUG] [sway/server.c:47] Preparing Wayland server initialization
  22. 00:00:00.002 [ERROR] [wlr] [libseat] [libseat/backend/seatd.c:78] Could not connect to socket /run/seatd.sock: No such file or directory
  23. 00:00:00.002 [INFO] [wlr] [libseat] [libseat/libseat.c:70] Backend 'seatd' failed to open seat, skipping
  24. 00:00:00.005 [INFO] [wlr] [libseat] [libseat/libseat.c:67] Seat opened with backend 'logind'# Default config for sway
  25. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 2: #
  26. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 3: # Copy this to ~/.config/sway/config and edit it to your liking.
  27. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 4: #
  28. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 5: # Read `man 5 sway` for a complete reference.
  29. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 6:
  30. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 7: xwayland disable
  31. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: xwayland disable
  32. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: xwayland disable
  33. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 8:
  34. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 9: ### Variables
  35. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 10: #
  36. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 11: # Logo key. Use Mod1 for Alt.
  37. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 12: set $mod Mod4
  38. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: set $mod Mod4
  39. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: set $mod Mod4
  40. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 13: # Home row direction keys, like vim
  41. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 14: set $left h
  42. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: set $left h
  43. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: set $left h
  44. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 15: set $down j
  45. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: set $down j
  46. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: set $down j
  47. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 16: set $up k
  48. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: set $up k
  49. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: set $up k
  50. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 17: set $right l
  51. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: set $right l
  52. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: set $right l
  53. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 18: # Your preferred terminal emulator
  54. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 19: set $term LC_ALL=en_US.UTF-8 /usr/bin/dbus-launch /usr/bin/gnome-terminal
  55. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: set $term LC_ALL=en_US.UTF-8 /usr/bin/dbus-launch /usr/bin/gnome-terminal
  56. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: set $term LC_ALL=en_US.UTF-8 /usr/bin/dbus-launch /usr/bin/gnome-terminal
  57. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 20: #set $term LC_ALL=en_US.UTF-8 /usr/bin/gnome-terminal
  58. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 21: # Your preferred application launcher
  59. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 22: # Note: pass the final command to swaymsg so that the resulting window can be opened
  60. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 23: # on the original workspace that the command was run on.
  61. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 24: set $menu dmenu_path | dmenu | xargs swaymsg exec --
  62. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: set $menu dmenu_path | dmenu | xargs swaymsg exec --
  63. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: set $menu dmenu_path | dmenu | xargs swaymsg exec --
  64. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 25:
  65. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 26: ### Output configuration
  66. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 27: #
  67. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 28: # Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
  68. 00:00:01.646 [DEBUG] [sway/config.c:818] Read line 29: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
  69. 00:00:01.646 [INFO] [sway/commands.c:377] Config command: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
  70. 00:00:01.646 [INFO] [sway/commands.c:397] After replacement: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
  71. 00:00:01.646 [DEBUG] [sway/commands.c:428] Subcommand: bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
  72. 00:00:01.646 [DEBUG] [sway/config/output.c:223] Adding output * config
  73. 00:00:01.646 [DEBUG] [sway/config/output.c:227] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill) (dpms 0) (max render time: -1)
  74. 00:00:01.646 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[0] = swaybg
  75. 00:00:01.646 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[1] = -o
  76. 00:00:01.646 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[2] = *
  77. 00:00:01.646 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[3] = -i
  78. 00:00:01.646 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[4] = /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png
  79. 00:00:01.646 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[5] = -m
  80. 00:00:01.646 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[6] = fill
  81. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 30: #
  82. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 31: # Example configuration:
  83. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 32: #
  84. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 33: #   output HDMI-A-1 resolution 1920x1080 position 1920,0
  85. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 34: #
  86. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 35: # You can get the names of your outputs by running: swaymsg -t get_outputs
  87. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 36:
  88. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 37: ### Idle configuration
  89. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 38: #
  90. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 39: # Example configuration:
  91. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 40: #
  92. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 41: # exec swayidle -w \
  93. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 42: #          timeout 300 'swaylock -f -c 000000' \
  94. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 43: #          timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
  95. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 44: #          before-sleep 'swaylock -f -c 000000'
  96. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 45: #
  97. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 46: # This will lock your screen after 300 seconds of inactivity, then turn off
  98. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 47: # your displays after another 300 seconds, and turn your screens back on when
  99. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 48: # resumed. It will also lock your screen before your computer goes to sleep.
  100. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 49:
  101. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 50: ### Input configuration
  102. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 51: #
  103. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 52: # Example configuration:
  104. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 53: #
  105. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 54: input "2:14:SynPS/2_Synaptics_TouchPad" {
  106. 00:00:01.648 [DEBUG] [sway/config.c:872] Entering block 'input "2:14:SynPS/2_Synaptics_TouchPad"'
  107. 00:00:01.648 [DEBUG] [sway/config.c:818] Read line 55:     dwt enabled
  108. 00:00:01.648 [INFO] [sway/commands.c:377] Config command: input "2:14:SynPS/2_Synaptics_TouchPad" dwt enabled
  109. 00:00:01.648 [INFO] [sway/commands.c:397] After replacement: input "2:14:SynPS/2_Synaptics_TouchPad" dwt enabled
  110. 00:00:01.648 [DEBUG] [sway/commands/input.c:54] entering input block: 2:14:SynPS/2_Synaptics_TouchPad
  111. 00:00:01.648 [DEBUG] [sway/config/input.c:15] new_input_config(2:14:SynPS/2_Synaptics_TouchPad)
  112. 00:00:01.648 [DEBUG] [sway/commands.c:428] Subcommand: dwt enabled
  113. 00:00:01.648 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
  114. 00:00:01.650 [DEBUG] [sway/config/input.c:350] Config stored for input 2:14:SynPS/2_Synaptics_TouchPad
  115. 00:00:01.650 [DEBUG] [sway/config.c:818] Read line 56:     tap enabled
  116. 00:00:01.650 [INFO] [sway/commands.c:377] Config command: input "2:14:SynPS/2_Synaptics_TouchPad" tap enabled
  117. 00:00:01.650 [INFO] [sway/commands.c:397] After replacement: input "2:14:SynPS/2_Synaptics_TouchPad" tap enabled
  118. 00:00:01.650 [DEBUG] [sway/commands/input.c:54] entering input block: 2:14:SynPS/2_Synaptics_TouchPad
  119. 00:00:01.650 [DEBUG] [sway/config/input.c:15] new_input_config(2:14:SynPS/2_Synaptics_TouchPad)
  120. 00:00:01.650 [DEBUG] [sway/commands.c:428] Subcommand: tap enabled
  121. 00:00:01.650 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
  122. 00:00:01.652 [DEBUG] [sway/config/input.c:350] Config stored for input 2:14:SynPS/2_Synaptics_TouchPad
  123. 00:00:01.652 [DEBUG] [sway/config.c:818] Read line 57:     natural_scroll disabled
  124. 00:00:01.652 [INFO] [sway/commands.c:377] Config command: input "2:14:SynPS/2_Synaptics_TouchPad" natural_scroll disabled
  125. 00:00:01.652 [INFO] [sway/commands.c:397] After replacement: input "2:14:SynPS/2_Synaptics_TouchPad" natural_scroll disabled
  126. 00:00:01.652 [DEBUG] [sway/commands/input.c:54] entering input block: 2:14:SynPS/2_Synaptics_TouchPad
  127. 00:00:01.652 [DEBUG] [sway/config/input.c:15] new_input_config(2:14:SynPS/2_Synaptics_TouchPad)
  128. 00:00:01.652 [DEBUG] [sway/commands.c:428] Subcommand: natural_scroll disabled
  129. 00:00:01.652 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
  130. 00:00:01.654 [DEBUG] [sway/config/input.c:350] Config stored for input 2:14:SynPS/2_Synaptics_TouchPad
  131. 00:00:01.654 [DEBUG] [sway/config.c:818] Read line 58:     middle_emulation enabled
  132. 00:00:01.654 [INFO] [sway/commands.c:377] Config command: input "2:14:SynPS/2_Synaptics_TouchPad" middle_emulation enabled
  133. 00:00:01.654 [INFO] [sway/commands.c:397] After replacement: input "2:14:SynPS/2_Synaptics_TouchPad" middle_emulation enabled
  134. 00:00:01.654 [DEBUG] [sway/commands/input.c:54] entering input block: 2:14:SynPS/2_Synaptics_TouchPad
  135. 00:00:01.654 [DEBUG] [sway/config/input.c:15] new_input_config(2:14:SynPS/2_Synaptics_TouchPad)
  136. 00:00:01.654 [DEBUG] [sway/commands.c:428] Subcommand: middle_emulation enabled
  137. 00:00:01.654 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
  138. 00:00:01.656 [DEBUG] [sway/config/input.c:350] Config stored for input 2:14:SynPS/2_Synaptics_TouchPad
  139. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 59: }
  140. 00:00:01.656 [DEBUG] [sway/config.c:889] Exiting block 'input "2:14:SynPS/2_Synaptics_TouchPad"'
  141. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 60: #
  142. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 61: # You can get the names of your inputs by running: swaymsg -t get_inputs
  143. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 62: # Read `man 5 sway-input` for more information about this section.
  144. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 63:
  145. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 64: ### Key bindings
  146. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 65: #
  147. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 66: # Basics:
  148. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 67: #
  149. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 68:     # Start a terminal
  150. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 69:     bindsym $mod+Return exec $term
  151. 00:00:01.656 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Return exec $term
  152. 00:00:01.656 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Return exec LC_ALL=en_US.UTF-8 /usr/bin/dbus-launch /usr/bin/gnome-terminal
  153. 00:00:01.656 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Return to command `exec LC_ALL=en_US.UTF-8 /usr/bin/dbus-launch /usr/bin/gnome-terminal` for device '*'
  154. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 70:
  155. 00:00:01.656 [DEBUG] [sway/config.c:818] Read line 71:     # Kill focused window
  156. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 72:     bindsym $mod+Shift+q kill
  157. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+q kill
  158. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+q kill
  159. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+q to command `kill` for device '*'
  160. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 73:
  161. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 74:     # Start your launcher
  162. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 75:     bindsym $mod+d exec $menu
  163. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+d exec $menu
  164. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+d exec dmenu_path | dmenu | xargs swaymsg exec --
  165. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+d to command `exec dmenu_path | dmenu | xargs swaymsg exec --` for device '*'
  166. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 76:
  167. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 77:     # Drag floating windows by holding down $mod and left mouse button.
  168. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 78:     # Resize them with right mouse button + $mod.
  169. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 79:     # Despite the name, also works for non-floating windows.
  170. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 80:     # Change normal to inverse to use left mouse button for resizing and right
  171. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 81:     # mouse button for dragging.
  172. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 82:     floating_modifier $mod normal
  173. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: floating_modifier $mod normal
  174. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: floating_modifier Mod4 normal
  175. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 83:
  176. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 84:     # Reload the configuration file
  177. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 85:     bindsym $mod+Shift+c reload
  178. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+c reload
  179. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+c reload
  180. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+c to command `reload` for device '*'
  181. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 86:
  182. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 87:     # Exit sway (logs you out of your Wayland session)
  183. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 88:     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'
  184. 00:00:01.657 [INFO] [sway/commands.c:377] 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'
  185. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
  186. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+e to command `exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'` for device '*'
  187. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 89: #
  188. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 90: # Moving around:
  189. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 91: #
  190. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 92:     # Move your focus around
  191. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 93:     bindsym $mod+$left focus left
  192. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$left focus left
  193. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+h focus left
  194. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+h to command `focus left` for device '*'
  195. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 94:     bindsym $mod+$down focus down
  196. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$down focus down
  197. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+j focus down
  198. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+j to command `focus down` for device '*'
  199. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 95:     bindsym $mod+$up focus up
  200. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$up focus up
  201. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+k focus up
  202. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+k to command `focus up` for device '*'
  203. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 96:     bindsym $mod+$right focus right
  204. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$right focus right
  205. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+l focus right
  206. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+l to command `focus right` for device '*'
  207. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 97:     # Or use $mod+[up|down|left|right]
  208. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 98:     bindsym $mod+Left focus left
  209. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Left focus left
  210. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Left focus left
  211. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Left to command `focus left` for device '*'
  212. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 99:     bindsym $mod+Down focus down
  213. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Down focus down
  214. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Down focus down
  215. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Down to command `focus down` for device '*'
  216. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 100:     bindsym $mod+Up focus up
  217. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Up focus up
  218. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Up focus up
  219. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Up to command `focus up` for device '*'
  220. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 101:     bindsym $mod+Right focus right
  221. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Right focus right
  222. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Right focus right
  223. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Right to command `focus right` for device '*'
  224. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 102:
  225. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 103:     # Move the focused window with the same, but add Shift
  226. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 104:     bindsym $mod+Shift+$left move left
  227. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$left move left
  228. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+h move left
  229. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+h to command `move left` for device '*'
  230. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 105:     bindsym $mod+Shift+$down move down
  231. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$down move down
  232. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+j move down
  233. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+j to command `move down` for device '*'
  234. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 106:     bindsym $mod+Shift+$up move up
  235. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$up move up
  236. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+k move up
  237. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+k to command `move up` for device '*'
  238. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 107:     bindsym $mod+Shift+$right move right
  239. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$right move right
  240. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+l move right
  241. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+l to command `move right` for device '*'
  242. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 108:     # Ditto, with arrow keys
  243. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 109:     bindsym $mod+Shift+Left move left
  244. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Left move left
  245. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Left move left
  246. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*'
  247. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 110:     bindsym $mod+Shift+Down move down
  248. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Down move down
  249. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Down move down
  250. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*'
  251. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 111:     bindsym $mod+Shift+Up move up
  252. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Up move up
  253. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Up move up
  254. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*'
  255. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 112:     bindsym $mod+Shift+Right move right
  256. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Right move right
  257. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Right move right
  258. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*'
  259. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 113: #
  260. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 114: # Workspaces:
  261. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 115: #
  262. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 116:     # Switch to workspace
  263. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 117:     bindsym $mod+1 workspace number 1
  264. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+1 workspace number 1
  265. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+1 workspace number 1
  266. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+1 to command `workspace number 1` for device '*'
  267. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 118:     bindsym $mod+2 workspace number 2
  268. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+2 workspace number 2
  269. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+2 workspace number 2
  270. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+2 to command `workspace number 2` for device '*'
  271. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 119:     bindsym $mod+3 workspace number 3
  272. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+3 workspace number 3
  273. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+3 workspace number 3
  274. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+3 to command `workspace number 3` for device '*'
  275. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 120:     bindsym $mod+4 workspace number 4
  276. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+4 workspace number 4
  277. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+4 workspace number 4
  278. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+4 to command `workspace number 4` for device '*'
  279. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 121:     bindsym $mod+5 workspace number 5
  280. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+5 workspace number 5
  281. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+5 workspace number 5
  282. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+5 to command `workspace number 5` for device '*'
  283. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 122:     bindsym $mod+6 workspace number 6
  284. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+6 workspace number 6
  285. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+6 workspace number 6
  286. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+6 to command `workspace number 6` for device '*'
  287. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 123:     bindsym $mod+7 workspace number 7
  288. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+7 workspace number 7
  289. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+7 workspace number 7
  290. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+7 to command `workspace number 7` for device '*'
  291. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 124:     bindsym $mod+8 workspace number 8
  292. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+8 workspace number 8
  293. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+8 workspace number 8
  294. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+8 to command `workspace number 8` for device '*'
  295. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 125:     bindsym $mod+9 workspace number 9
  296. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+9 workspace number 9
  297. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+9 workspace number 9
  298. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+9 to command `workspace number 9` for device '*'
  299. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 126:     bindsym $mod+0 workspace number 10
  300. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+0 workspace number 10
  301. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+0 workspace number 10
  302. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+0 to command `workspace number 10` for device '*'
  303. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 127:     # Move focused container to workspace
  304. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 128:     bindsym $mod+Shift+1 move container to workspace number 1
  305. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+1 move container to workspace number 1
  306. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+1 move container to workspace number 1
  307. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+1 to command `move container to workspace number 1` for device '*'
  308. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 129:     bindsym $mod+Shift+2 move container to workspace number 2
  309. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+2 move container to workspace number 2
  310. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+2 move container to workspace number 2
  311. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+2 to command `move container to workspace number 2` for device '*'
  312. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 130:     bindsym $mod+Shift+3 move container to workspace number 3
  313. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+3 move container to workspace number 3
  314. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+3 move container to workspace number 3
  315. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+3 to command `move container to workspace number 3` for device '*'
  316. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 131:     bindsym $mod+Shift+4 move container to workspace number 4
  317. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+4 move container to workspace number 4
  318. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+4 move container to workspace number 4
  319. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+4 to command `move container to workspace number 4` for device '*'
  320. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 132:     bindsym $mod+Shift+5 move container to workspace number 5
  321. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+5 move container to workspace number 5
  322. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+5 move container to workspace number 5
  323. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+5 to command `move container to workspace number 5` for device '*'
  324. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 133:     bindsym $mod+Shift+6 move container to workspace number 6
  325. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+6 move container to workspace number 6
  326. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+6 move container to workspace number 6
  327. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+6 to command `move container to workspace number 6` for device '*'
  328. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 134:     bindsym $mod+Shift+7 move container to workspace number 7
  329. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+7 move container to workspace number 7
  330. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+7 move container to workspace number 7
  331. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+7 to command `move container to workspace number 7` for device '*'
  332. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 135:     bindsym $mod+Shift+8 move container to workspace number 8
  333. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+8 move container to workspace number 8
  334. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+8 move container to workspace number 8
  335. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+8 to command `move container to workspace number 8` for device '*'
  336. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 136:     bindsym $mod+Shift+9 move container to workspace number 9
  337. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+9 move container to workspace number 9
  338. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+9 move container to workspace number 9
  339. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+9 to command `move container to workspace number 9` for device '*'
  340. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 137:     bindsym $mod+Shift+0 move container to workspace number 10
  341. 00:00:01.657 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+0 move container to workspace number 10
  342. 00:00:01.657 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+0 move container to workspace number 10
  343. 00:00:01.657 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+0 to command `move container to workspace number 10` for device '*'
  344. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 138:     # Note: workspaces can have any name you want, not just numbers.
  345. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 139:     # We just use 1-10 as the default.
  346. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 140: #
  347. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 141: # Layout stuff:
  348. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 142: #
  349. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 143:     # You can "split" the current object of your focus with
  350. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 144:     # $mod+b or $mod+v, for horizontal and vertical splits
  351. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 145:     # respectively.
  352. 00:00:01.657 [DEBUG] [sway/config.c:818] Read line 146:     bindsym $mod+b splith
  353. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+b splith
  354. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+b splith
  355. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+b to command `splith` for device '*'
  356. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 147:     bindsym $mod+v splitv
  357. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+v splitv
  358. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+v splitv
  359. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+v to command `splitv` for device '*'
  360. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 148:
  361. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 149:     # Switch the current container between different layout styles
  362. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 150:     bindsym $mod+s layout stacking
  363. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+s layout stacking
  364. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+s layout stacking
  365. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+s to command `layout stacking` for device '*'
  366. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 151:     bindsym $mod+w layout tabbed
  367. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+w layout tabbed
  368. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+w layout tabbed
  369. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+w to command `layout tabbed` for device '*'
  370. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 152:     bindsym $mod+e layout toggle split
  371. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+e layout toggle split
  372. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+e layout toggle split
  373. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+e to command `layout toggle split` for device '*'
  374. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 153:
  375. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 154:     # Make the current focus fullscreen
  376. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 155:     bindsym $mod+f fullscreen
  377. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+f fullscreen
  378. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+f fullscreen
  379. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+f to command `fullscreen` for device '*'
  380. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 156:
  381. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 157:     # Toggle the current focus between tiling and floating mode
  382. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 158:     bindsym $mod+Shift+space floating toggle
  383. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+space floating toggle
  384. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+space floating toggle
  385. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*'
  386. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 159:
  387. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 160:     # Swap focus between the tiling area and the floating area
  388. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 161:     bindsym $mod+space focus mode_toggle
  389. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+space focus mode_toggle
  390. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+space focus mode_toggle
  391. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*'
  392. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 162:
  393. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 163:     # Move focus to the parent container
  394. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 164:     bindsym $mod+a focus parent
  395. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+a focus parent
  396. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+a focus parent
  397. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+a to command `focus parent` for device '*'
  398. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 165: #
  399. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 166: # Scratchpad:
  400. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 167: #
  401. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 168:     # Sway has a "scratchpad", which is a bag of holding for windows.
  402. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 169:     # You can send windows there and get them back later.
  403. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 170:
  404. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 171:     # Move the currently focused window to the scratchpad
  405. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 172:     bindsym $mod+Shift+minus move scratchpad
  406. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+minus move scratchpad
  407. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+minus move scratchpad
  408. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*'
  409. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 173:
  410. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 174:     # Show the next scratchpad window or hide the focused scratchpad window.
  411. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 175:     # If there are multiple scratchpad windows, this command cycles through them.
  412. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 176:     bindsym $mod+minus scratchpad show
  413. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+minus scratchpad show
  414. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+minus scratchpad show
  415. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*'
  416. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 177: #
  417. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 178: # Resizing containers:
  418. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 179: #
  419. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 180: mode "resize" {
  420. 00:00:01.658 [DEBUG] [sway/config.c:872] Entering block 'mode "resize"'
  421. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 181:     # left will shrink the containers width
  422. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 182:     # right will grow the containers width
  423. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 183:     # up will shrink the containers height
  424. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 184:     # down will grow the containers height
  425. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 185:     bindsym $left resize shrink width 10px
  426. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $left resize shrink width 10px
  427. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym h resize shrink width 10px
  428. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym h resize shrink width 10px
  429. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound h to command `resize shrink width 10px` for device '*'
  430. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 186:     bindsym $down resize grow height 10px
  431. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $down resize grow height 10px
  432. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym j resize grow height 10px
  433. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym j resize grow height 10px
  434. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound j to command `resize grow height 10px` for device '*'
  435. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 187:     bindsym $up resize shrink height 10px
  436. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $up resize shrink height 10px
  437. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym k resize shrink height 10px
  438. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym k resize shrink height 10px
  439. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound k to command `resize shrink height 10px` for device '*'
  440. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 188:     bindsym $right resize grow width 10px
  441. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $right resize grow width 10px
  442. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym l resize grow width 10px
  443. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym l resize grow width 10px
  444. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound l to command `resize grow width 10px` for device '*'
  445. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 189:
  446. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 190:     # Ditto, with arrow keys
  447. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 191:     bindsym Left resize shrink width 10px
  448. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Left resize shrink width 10px
  449. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Left resize shrink width 10px
  450. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Left resize shrink width 10px
  451. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Left to command `resize shrink width 10px` for device '*'
  452. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 192:     bindsym Down resize grow height 10px
  453. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Down resize grow height 10px
  454. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Down resize grow height 10px
  455. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Down resize grow height 10px
  456. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Down to command `resize grow height 10px` for device '*'
  457. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 193:     bindsym Up resize shrink height 10px
  458. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Up resize shrink height 10px
  459. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Up resize shrink height 10px
  460. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Up resize shrink height 10px
  461. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Up to command `resize shrink height 10px` for device '*'
  462. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 194:     bindsym Right resize grow width 10px
  463. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Right resize grow width 10px
  464. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Right resize grow width 10px
  465. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Right resize grow width 10px
  466. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Right to command `resize grow width 10px` for device '*'
  467. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 195:
  468. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 196:     # Return to default mode
  469. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 197:     bindsym Return mode "default"
  470. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Return mode "default"
  471. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Return mode "default"
  472. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Return mode "default"
  473. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Return to command `mode "default"` for device '*'
  474. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 198:     bindsym Escape mode "default"
  475. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Escape mode "default"
  476. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Escape mode "default"
  477. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Escape mode "default"
  478. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Escape to command `mode "default"` for device '*'
  479. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 199: }
  480. 00:00:01.658 [DEBUG] [sway/config.c:889] Exiting block 'mode "resize"'
  481. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 200: bindsym $mod+r mode "resize"
  482. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bindsym $mod+r mode "resize"
  483. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+r mode "resize"
  484. 00:00:01.658 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+r to command `mode "resize"` for device '*'
  485. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 201:
  486. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 202: #
  487. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 203: # Status Bar:
  488. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 204: #
  489. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 205: # Read `man 5 sway-bar` for more information about this section.
  490. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 206: bar {
  491. 00:00:01.658 [DEBUG] [sway/config.c:872] Entering block 'bar'
  492. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 207:     position top
  493. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bar position top
  494. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bar position top
  495. 00:00:01.658 [DEBUG] [sway/commands/bar.c:93] Creating bar: bar-0
  496. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: position top
  497. 00:00:01.658 [DEBUG] [sway/commands/bar/position.c:15] Setting bar position 'top' for bar: bar-0
  498. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 208:
  499. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 209:     # When the status_command prints a new line to stdout, swaybar updates.
  500. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 210:     # The default just shows the current date and time.
  501. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 211:     status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  502. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bar status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  503. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bar status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  504. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  505. 00:00:01.658 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  506. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 212:
  507. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 213:     colors {
  508. 00:00:01.658 [DEBUG] [sway/config.c:872] Entering block 'bar colors'
  509. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 214:         statusline #ffffff
  510. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bar colors statusline #ffffff
  511. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bar colors statusline #ffffff
  512. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: colors statusline #ffffff
  513. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: statusline #ffffff
  514. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 215:         background #323232
  515. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bar colors background #323232
  516. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bar colors background #323232
  517. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: colors background #323232
  518. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: background #323232
  519. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 216:         inactive_workspace #32323200 #32323200 #5c5c5c
  520. 00:00:01.658 [INFO] [sway/commands.c:377] Config command: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
  521. 00:00:01.658 [INFO] [sway/commands.c:397] After replacement: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
  522. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: colors inactive_workspace #32323200 #32323200 #5c5c5c
  523. 00:00:01.658 [DEBUG] [sway/commands.c:428] Subcommand: inactive_workspace #32323200 #32323200 #5c5c5c
  524. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 217:     }
  525. 00:00:01.658 [DEBUG] [sway/config.c:889] Exiting block 'bar colors'
  526. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 218: }
  527. 00:00:01.658 [DEBUG] [sway/config.c:889] Exiting block 'bar'
  528. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 219:
  529. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 220: #include @sysconfdir@/sway/config.d/*
  530. 00:00:01.658 [DEBUG] [sway/config.c:818] Read line 221:
  531. 00:00:01.658 [INFO] [sway/server.c:241] Starting backend on wayland display 'wayland-1'
  532. 00:00:01.658 [DEBUG] [wlr] [backend/libinput/backend.c:87] Initializing libinput
  533. 00:00:01.936 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Power Button [0:1]
  534. 00:00:01.936 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:1:Power_Button'
  535. 00:00:01.936 [DEBUG] [sway/input/input-manager.c:184] no fallback seat config - creating default
  536. 00:00:01.936 [DEBUG] [sway/config/seat.c:66] Adding non-wildcard seat config
  537. 00:00:01.936 [DEBUG] [sway/config/seat.c:83] Config stored for seat seat0
  538. 00:00:01.936 [DEBUG] [sway/input/input-manager.c:585] applying seat config for seat seat0
  539. 00:00:01.936 [DEBUG] [sway/input/seat.c:930] adding device 0:1:Power_Button to seat seat0
  540. 00:00:01.940 [DEBUG] [sway/input/keyboard.c:937] Created keyboard group 0x561967b00780
  541. 00:00:01.940 [DEBUG] [sway/input/keyboard.c:960] Adding keyboard 0:1:Power_Button to group 0x561967b00780
  542. 00:00:01.945 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Video Bus [0:6]
  543. 00:00:01.945 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus'
  544. 00:00:01.945 [DEBUG] [sway/input/seat.c:930] adding device 0:6:Video_Bus to seat seat0
  545. 00:00:01.949 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 0:6:Video_Bus to group 0x561967b00780
  546. 00:00:01.950 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Video Bus [0:6]
  547. 00:00:01.950 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus'
  548. 00:00:01.950 [DEBUG] [sway/input/seat.c:930] adding device 0:6:Video_Bus to seat seat0
  549. 00:00:01.954 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 0:6:Video_Bus to group 0x561967b00780
  550. 00:00:01.955 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Lid Switch [0:5]
  551. 00:00:01.955 [DEBUG] [wlr] [backend/libinput/switch.c:20] Created switch for device Lid Switch
  552. 00:00:01.955 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:5:Lid_Switch'
  553. 00:00:01.955 [DEBUG] [sway/input/seat.c:930] adding device 0:5:Lid_Switch to seat seat0
  554. 00:00:01.955 [DEBUG] [sway/input/switch.c:17] Allocated switch for device
  555. 00:00:01.955 [DEBUG] [sway/input/seat.c:709] Applying input config to 0:5:Lid_Switch
  556. 00:00:01.955 [DEBUG] [sway/input/switch.c:91] Configured switch for device
  557. 00:00:01.955 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Sleep Button [0:3]
  558. 00:00:01.955 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:3:Sleep_Button'
  559. 00:00:01.955 [DEBUG] [sway/input/seat.c:930] adding device 0:3:Sleep_Button to seat seat0
  560. 00:00:01.959 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 0:3:Sleep_Button to group 0x561967b00780
  561. 00:00:01.960 [DEBUG] [wlr] [backend/libinput/events.c:94] Added MOSART Semi. 2.4G Wireless Mouse [1578:16642]
  562. 00:00:01.960 [DEBUG] [sway/input/input-manager.c:234] adding device: '1578:16642:MOSART_Semi._2.4G_Wireless_Mouse'
  563. 00:00:01.960 [DEBUG] [sway/input/seat.c:930] adding device 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse to seat seat0
  564. 00:00:01.960 [DEBUG] [sway/input/seat.c:709] Applying input config to 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse
  565. 00:00:01.960 [DEBUG] [wlr] [backend/libinput/events.c:94] Added MOSART Semi. 2.4G Wireless Mouse Consumer Control [1578:16642]
  566. 00:00:01.960 [DEBUG] [sway/input/input-manager.c:234] adding device: '1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control'
  567. 00:00:01.960 [DEBUG] [sway/input/seat.c:930] adding device 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control to seat seat0
  568. 00:00:01.964 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control to group 0x561967b00780
  569. 00:00:01.965 [DEBUG] [sway/input/input-manager.c:234] adding device: '1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control'
  570. 00:00:01.965 [DEBUG] [sway/input/seat.c:930] adding device 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control to seat seat0
  571. 00:00:01.965 [DEBUG] [sway/input/seat.c:709] Applying input config to 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control
  572. 00:00:01.965 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Integrated Camera: Integrated C [5075:22202]
  573. 00:00:01.965 [DEBUG] [sway/input/input-manager.c:234] adding device: '5075:22202:Integrated_Camera:_Integrated_C'
  574. 00:00:01.965 [DEBUG] [sway/input/seat.c:930] adding device 5075:22202:Integrated_Camera:_Integrated_C to seat seat0
  575. 00:00:01.969 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 5075:22202:Integrated_Camera:_Integrated_C to group 0x561967b00780
  576. 00:00:01.970 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Integrated Camera: Integrated I [5075:22202]
  577. 00:00:01.970 [DEBUG] [sway/input/input-manager.c:234] adding device: '5075:22202:Integrated_Camera:_Integrated_I'
  578. 00:00:01.970 [DEBUG] [sway/input/seat.c:930] adding device 5075:22202:Integrated_Camera:_Integrated_I to seat seat0
  579. 00:00:01.974 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 5075:22202:Integrated_Camera:_Integrated_I to group 0x561967b00780
  580. 00:00:01.975 [DEBUG] [wlr] [backend/libinput/events.c:94] Added AT Translated Set 2 keyboard [1:1]
  581. 00:00:01.975 [DEBUG] [sway/input/input-manager.c:234] adding device: '1:1:AT_Translated_Set_2_keyboard'
  582. 00:00:01.975 [DEBUG] [sway/input/seat.c:930] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0
  583. 00:00:01.979 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x561967b00780
  584. 00:00:01.981 [DEBUG] [wlr] [backend/libinput/events.c:94] Added ThinkPad Extra Buttons [6058:20564]
  585. 00:00:01.981 [DEBUG] [sway/input/input-manager.c:234] adding device: '6058:20564:ThinkPad_Extra_Buttons'
  586. 00:00:01.981 [DEBUG] [sway/input/seat.c:930] adding device 6058:20564:ThinkPad_Extra_Buttons to seat seat0
  587. 00:00:01.984 [DEBUG] [sway/input/keyboard.c:912] Adding keyboard 6058:20564:ThinkPad_Extra_Buttons to group 0x561967b00780
  588. 00:00:01.986 [DEBUG] [wlr] [backend/libinput/events.c:94] Added Synaptics TM3512-010 [1739:0]
  589. 00:00:01.986 [DEBUG] [sway/input/input-manager.c:234] adding device: '1739:0:Synaptics_TM3512-010'
  590. 00:00:01.986 [DEBUG] [sway/input/seat.c:930] adding device 1739:0:Synaptics_TM3512-010 to seat seat0
  591. 00:00:01.986 [DEBUG] [sway/input/seat.c:709] Applying input config to 1739:0:Synaptics_TM3512-010
  592. 00:00:01.986 [DEBUG] [wlr] [backend/libinput/events.c:94] Added TPPS/2 Elan TrackPoint [2:10]
  593. 00:00:01.986 [DEBUG] [sway/input/input-manager.c:234] adding device: '2:10:TPPS/2_Elan_TrackPoint'
  594. 00:00:01.986 [DEBUG] [sway/input/seat.c:930] adding device 2:10:TPPS/2_Elan_TrackPoint to seat seat0
  595. 00:00:01.986 [DEBUG] [sway/input/seat.c:709] Applying input config to 2:10:TPPS/2_Elan_TrackPoint
  596. 00:00:01.986 [DEBUG] [wlr] [backend/libinput/backend.c:133] libinput successfully initialized
  597. 00:00:01.986 [INFO] [wlr] [backend/drm/drm.c:1295] Scanning DRM connectors on /dev/dri/card0
  598. 00:00:01.987 [INFO] [wlr] [backend/drm/drm.c:1353] Found connector 'eDP-1'
  599. 00:00:01.987 [INFO] [wlr] [backend/drm/drm.c:1389] 'eDP-1' connected
  600. 00:00:01.987 [DEBUG] [wlr] [backend/drm/drm.c:1390] Current CRTC: 51
  601. 00:00:01.987 [INFO] [wlr] [backend/drm/drm.c:1401] Physical size: 340x190
  602. 00:00:01.987 [INFO] [wlr] [backend/drm/drm.c:1432] Detected modes:
  603. 00:00:01.987 [INFO] [wlr] [backend/drm/drm.c:1454]   1920x1080@60003 (preferred)
  604. 00:00:01.987 [INFO] [wlr] [backend/drm/drm.c:1454]   1920x1080@48004
  605. 00:00:01.987 [DEBUG] [wlr] [backend/drm/drm.c:1149] Reallocating CRTCs
  606. 00:00:01.987 [DEBUG] [wlr] [backend/drm/drm.c:1160] State before reallocation:
  607. 00:00:01.988 [DEBUG] [wlr] [backend/drm/drm.c:1166]   'eDP-1' crtc=0 state=1 desired_enabled=1
  608. 00:00:01.988 [DEBUG] [wlr] [backend/drm/drm.c:1217] State after reallocation:
  609. 00:00:01.988 [DEBUG] [wlr] [backend/drm/drm.c:1224]   'eDP-1' crtc=0 state=1 desired_enabled=1
  610. 00:00:01.988 [INFO] [wlr] [backend/drm/drm.c:1506] connector eDP-1: Requesting modeset
  611. 00:00:01.988 [DEBUG] [sway/desktop/output.c:880] New output 0x561967da4a70: eDP-1
  612. 00:00:01.988 [DEBUG] [sway/config/output.c:351] Turning on output eDP-1
  613. 00:00:01.988 [DEBUG] [sway/config/output.c:382] Auto-detected output scale: 1.000000
  614. 00:00:01.988 [DEBUG] [sway/config/output.c:412] Committing output eDP-1
  615. 00:00:01.988 [INFO] [wlr] [backend/drm/drm.c:806] connector eDP-1: Modesetting with '1920x1080@60003mHz'
  616. 00:00:01.988 [DEBUG] [wlr] [backend/drm/drm.c:695] connector eDP-1: Initializing renderer
  617. 00:00:01.988 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
  618. 00:00:01.989 [DEBUG] [wlr] [render/gbm_allocator.c:128] Allocated 1920x1080 GBM buffer (format 0x34325241, modifier 0x100000000000004)
  619. 00:00:01.989 [DEBUG] [wlr] [render/gles2/renderer.c:137] Created GL FBO for buffer 1920x1080
  620. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:283] Workspace: Generating new workspace name for output eDP-1
  621. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 1'
  622. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '1'
  623. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:274] Workspace: Found free name 1
  624. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 2'
  625. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '2'
  626. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 3'
  627. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '3'
  628. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 4'
  629. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '4'
  630. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 5'
  631. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '5'
  632. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 6'
  633. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '6'
  634. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 7'
  635. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '7'
  636. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 8'
  637. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '8'
  638. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 9'
  639. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '9'
  640. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 10'
  641. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '10'
  642. 00:00:02.015 [DEBUG] [sway/tree/output.c:127] Creating default workspace 1
  643. 00:00:02.015 [DEBUG] [sway/tree/workspace.c:63] Adding workspace 1 for output eDP-1
  644. 00:00:02.015 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:243] Loaded cursor theme 'default' at size 24 (13 available cursors)
  645. 00:00:02.016 [DEBUG] [wlr] [render/allocator.c:31] Trying to create gbm allocator
  646. 00:00:02.020 [DEBUG] [wlr] [render/gbm_allocator.c:197] Created GBM allocator with backend drm
  647. 00:00:02.020 [DEBUG] [wlr] [render/gbm_allocator.c:200] Using DRM node /dev/dri/card0
  648. 00:00:02.020 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
  649. 00:00:02.020 [DEBUG] [wlr] [render/gbm_allocator.c:128] Allocated 256x256 GBM buffer (format 0x34325241, modifier 0x0)
  650. 00:00:02.020 [DEBUG] [wlr] [render/gles2/renderer.c:137] Created GL FBO for buffer 256x256
  651. 00:00:02.020 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  652. 00:00:02.020 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1080@0,0
  653. 00:00:02.020 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 0.000000
  654. 00:00:02.020 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1080@0,0
  655. 00:00:02.020 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 0.000000
  656. 00:00:02.020 [DEBUG] [sway/input/seat.c:709] Applying input config to 2:10:TPPS/2_Elan_TrackPoint
  657. 00:00:02.020 [DEBUG] [sway/input/seat.c:709] Applying input config to 1739:0:Synaptics_TM3512-010
  658. 00:00:02.038 [DEBUG] [sway/input/seat.c:709] Applying input config to 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control
  659. 00:00:02.042 [DEBUG] [sway/input/seat.c:709] Applying input config to 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse
  660. 00:00:02.047 [DEBUG] [sway/input/seat.c:709] Applying input config to 0:5:Lid_Switch
  661. 00:00:02.047 [DEBUG] [sway/input/switch.c:91] Configured switch for device
  662. 00:00:02.060 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
  663. 00:00:02.060 [DEBUG] [wlr] [render/gbm_allocator.c:128] Allocated 256x256 GBM buffer (format 0x34325241, modifier 0x0)
  664. 00:00:02.060 [DEBUG] [wlr] [render/gles2/renderer.c:137] Created GL FBO for buffer 256x256
  665. 00:00:02.060 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x561967d6f320 committing with 2 instructions
  666. 00:00:02.060 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x561967d6f320
  667. 00:00:02.060 [INFO] [wlr] [backend/drm/drm.c:1295] Scanning DRM connectors on /dev/dri/card1
  668. 00:00:02.080 [INFO] [wlr] [backend/drm/drm.c:1353] Found connector 'eDP-2'
  669. 00:00:02.081 [INFO] [wlr] [backend/drm/drm.c:1353] Found connector 'HDMI-A-1'
  670. 00:00:02.101 [INFO] [wlr] [backend/drm/drm.c:1353] Found connector 'DP-1'
  671. 00:00:02.120 [INFO] [wlr] [backend/drm/drm.c:1353] Found connector 'DP-2'
  672. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1149] Reallocating CRTCs
  673. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1160] State before reallocation:
  674. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1166]   'eDP-2' crtc=-1 state=0 desired_enabled=0
  675. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1166]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
  676. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1166]   'DP-1' crtc=-1 state=0 desired_enabled=0
  677. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1166]   'DP-2' crtc=-1 state=0 desired_enabled=0
  678. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1217] State after reallocation:
  679. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1224]   'eDP-2' crtc=-1 state=0 desired_enabled=0
  680. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1224]   'HDMI-A-1' crtc=-1 state=0 desired_enabled=0
  681. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1224]   'DP-1' crtc=-1 state=0 desired_enabled=0
  682. 00:00:02.120 [DEBUG] [wlr] [backend/drm/drm.c:1224]   'DP-2' crtc=-1 state=0 desired_enabled=0
  683. 00:00:02.120 [INFO] [wlr] [backend/headless/backend.c:29] Starting headless backend
  684. 00:00:02.120 [DEBUG] [sway/config/bar.c:263] Invoking swaybar for bar id 'bar-0'
  685. 00:00:02.122 [DEBUG] [sway/config/bar.c:255] Spawned swaybar bar-0
  686. 00:00:02.122 [INFO] [sway/server.c:252] Running compositor on wayland display 'wayland-1'
  687. 00:00:02.122 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
  688. 00:00:02.123 [DEBUG] [wlr] [render/gbm_allocator.c:128] Allocated 1920x1080 GBM buffer (format 0x34325241, modifier 0x100000000000004)
  689. 00:00:02.123 [DEBUG] [wlr] [render/gles2/renderer.c:137] Created GL FBO for buffer 1920x1080
  690. 2022-01-05 11:14:46 - [main.c:321] Found config * for output eDP-1 (Unknown 0x0853 0x00000000)
  691. 00:00:02.125 [DEBUG] [wlr] [types/wlr_surface.c:742] New wlr_surface 0x561967e05d40 (res 0x561967e23af0)
  692. 00:00:02.125 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:471] new layer_surface 0x561967e1a5b0 (res 0x561967e23940)
  693. 00:00:02.125 [DEBUG] [sway/desktop/layer_shell.c:598] new layer surface: namespace wallpaper layer 0 anchor 15 size 0x0 margin 0,0,0,0,
  694. 00:00:02.126 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
  695. 00:00:02.126 [DEBUG] [sway/ipc-server.c:199] New client: fd 71
  696. 00:00:02.126 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
  697. 00:00:02.126 [DEBUG] [sway/ipc-server.c:199] New client: fd 73
  698. 00:00:02.126 [DEBUG] [sway/ipc-server.c:219] Client 71 readable
  699. 00:00:02.126 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x6 to client 71 queue: { "id": "bar-0", "mode": "dock", "hidden_state": "hide", "position": "top", "status_command": "while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done", "font": "monospace 10", "gaps": { "top": 0, "right": 0, "bottom": 0, "left": 0 }, "bar_height": 0, "status_padding": 1, "status_edge_padding": 3, "wrap_scroll": false, "workspace_buttons": true, "strip_workspace_numbers": false, "strip_workspace_name": false, "workspace_min_width": 0, "binding_mode_indicator": true, "verbose": false, "pango_markup": false, "colors": { "background": "#323232ff", "statusline": "#ffffffff", "separator": "#666666ff", "focused_background": "#323232ff", "focused_statusline": "#ffffffff", "focused_separator": "#666666ff", "focused_workspace_border": "#4c7899ff", "focused_workspace_bg": "#285577ff", "focused_workspace_text": "#ffffffff", "inactive_workspace_border": "#32323200", "inactive_workspace_bg": "#32323200", "inactive_workspace_text": "#5c5c5cff", "active_workspace_border": "#333333ff", "active_workspace_bg": "#5f676aff", "active_workspace_text": "#ffffffff", "urgent_workspace_border": "#2f343aff", "urgent_workspace_bg": "#900000ff", "urgent_workspace_text": "#ffffffff", "binding_mode_border": "#2f343aff", "binding_mode_bg": "#900000ff", "binding_mode_text": "#ffffffff" }, "tray_padding": 2 }
  700. 00:00:02.126 [DEBUG] [sway/ipc-server.c:535] Client 71 writable
  701. 00:00:02.126 [DEBUG] [sway/ipc-server.c:219] Client 73 readable
  702. 00:00:02.126 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x2 to client 73 queue: {"success": true}
  703. 00:00:02.126 [DEBUG] [sway/ipc-server.c:535] Client 73 writable
  704. 00:00:02.140 [DEBUG] [sway/ipc-server.c:219] Client 71 readable
  705. 00:00:02.140 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x1 to client 71 queue: [ { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": "eDP-1", "representation": null, "focused": true, "visible": true } ]
  706. 00:00:02.140 [DEBUG] [sway/ipc-server.c:535] Client 71 writable
  707. 00:00:02.144 [DEBUG] [wlr] [types/wlr_surface.c:742] New wlr_surface 0x561967e069d0 (res 0x561967e01b00)
  708. 00:00:02.144 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:471] new layer_surface 0x561967ddd6c0 (res 0x561967dce940)
  709. 00:00:02.144 [DEBUG] [sway/desktop/layer_shell.c:598] new layer surface: namespace panel layer 1 anchor 13 size 0x23 margin 0,0,0,0,
  710. 00:00:02.144 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  711. 00:00:02.144 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1057@0,23
  712. 00:00:02.144 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 23.000000
  713. 00:00:02.144 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x561967dd4c10 committing with 1 instructions
  714. 00:00:02.144 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x561967dd4c10
  715. 00:00:02.144 [DEBUG] [wlr] [types/wlr_surface.c:742] New wlr_surface 0x561967decda0 (res 0x561967e07400)
  716. 00:00:04.482 [DEBUG] [sway/commands/bind.c:617] running command for binding: exec dmenu_path | dmenu | xargs swaymsg exec --
  717. 00:00:04.482 [INFO] [sway/commands.c:257] Handling command 'exec dmenu_path | dmenu | xargs swaymsg exec --'
  718. 00:00:04.482 [DEBUG] [sway/commands/exec_always.c:50] Executing dmenu_path | dmenu | xargs swaymsg exec --
  719. 00:00:04.484 [DEBUG] [sway/commands/exec_always.c:91] Child process created with pid 15731
  720. 00:00:04.484 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 15731
  721. cannot open display
  722. 00:00:04.488 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
  723. 00:00:04.488 [DEBUG] [sway/ipc-server.c:199] New client: fd 76
  724. 00:00:04.488 [DEBUG] [sway/ipc-server.c:219] Client 76 readable
  725. 00:00:04.488 [INFO] [sway/commands.c:257] Handling command 'exec'
  726. 00:00:04.488 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x0 to client 76 queue: [ { "success": false, "parse_error": true, "error": "Invalid exec command (expected at least 1 argument, got 0)" } ]
  727. 00:00:04.488 [DEBUG] [sway/ipc-server.c:535] Client 76 writable
  728. 00:00:04.488 [DEBUG] [sway/ipc-server.c:214] Client 76 hung up
  729. 00:00:04.488 [INFO] [sway/ipc-server.c:565] IPC Client 76 disconnected
  730. cat: write error: Broken pipe
  731. 00:00:05.371 [DEBUG] [sway/commands/bind.c:617] running command for binding: exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
  732. 00:00:05.371 [INFO] [sway/commands.c:257] Handling command 'exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit''
  733. 00:00:05.371 [DEBUG] [sway/commands/exec_always.c:50] Executing swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
  734. 00:00:05.373 [DEBUG] [sway/commands/exec_always.c:91] Child process created with pid 15741
  735. 00:00:05.373 [DEBUG] [sway/tree/root.c:299] Recording workspace for process 15741
  736. 00:00:05.387 [DEBUG] [wlr] [types/wlr_surface.c:742] New wlr_surface 0x561967e2bb10 (res 0x561967df3530)
  737. 00:00:05.387 [DEBUG] [wlr] [types/wlr_surface.c:742] New wlr_surface 0x561967e24170 (res 0x561967deea60)
  738. 00:00:05.387 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:471] new layer_surface 0x561967de9870 (res 0x561967c80fc0)
  739. 00:00:05.387 [DEBUG] [sway/desktop/layer_shell.c:598] new layer surface: namespace swaynag layer 2 anchor 13 size 0x37 margin 0,0,0,0,
  740. 00:00:05.387 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  741. 00:00:05.387 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1020@0,60
  742. 00:00:05.387 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 60.000000
  743. 00:00:05.387 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x561967d61fe0 committing with 1 instructions
  744. 00:00:05.387 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x561967d61fe0
  745. 00:00:05.389 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  746. 00:00:05.389 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1022@0,58
  747. 00:00:05.389 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 58.000000
  748. 00:00:05.389 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x561967d2d580 committing with 1 instructions
  749. 00:00:05.389 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x561967d2d580
  750. 00:00:05.819 [DEBUG] [wlr] [backend/libinput/events.c:309] Unknown libinput event 806
  751. 00:00:05.825 [DEBUG] [wlr] [backend/libinput/events.c:309] Unknown libinput event 807
  752. 00:00:06.428 [DEBUG] [wlr] [backend/libinput/events.c:309] Unknown libinput event 806
  753. 00:00:06.434 [DEBUG] [wlr] [backend/libinput/events.c:309] Unknown libinput event 807
  754. 00:00:08.557 [DEBUG] [wlr] [backend/libinput/events.c:309] Unknown libinput event 806
  755. 00:00:08.563 [DEBUG] [wlr] [backend/libinput/events.c:309] Unknown libinput event 807
  756. 00:00:09.166 [DEBUG] [wlr] [backend/libinput/events.c:309] Unknown libinput event 806
  757. 00:00:09.281 [DEBUG] [wlr] [backend/libinput/events.c:309] Unknown libinput event 807
  758. 00:00:09.547 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
  759. 00:00:09.547 [DEBUG] [sway/ipc-server.c:199] New client: fd 80
  760. 00:00:09.547 [DEBUG] [sway/ipc-server.c:219] Client 80 readable
  761. 00:00:09.547 [INFO] [sway/commands.c:257] Handling command 'exit'
  762. 00:00:09.547 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x0 to client 80 queue: [ { "success": true } ]
  763. 00:00:09.547 [INFO] [sway/main.c:436] Shutting down sway
  764. 00:00:09.547 [DEBUG] [sway/desktop/layer_shell.c:351] Layer surface destroyed (wallpaper)
  765. 00:00:09.547 [DEBUG] [sway/desktop/layer_shell.c:351] Layer surface destroyed (panel)
  766. 00:00:09.547 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  767. 00:00:09.547 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1045@0,35
  768. 00:00:09.547 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 35.000000
  769. 00:00:09.547 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x561967d33610 committing with 1 instructions
  770. 00:00:09.548 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x561967d33610
  771. 00:00:09.548 [DEBUG] [sway/desktop/layer_shell.c:351] Layer surface destroyed (swaynag)
  772. 00:00:09.548 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  773. 00:00:09.548 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1080@0,0
  774. 00:00:09.548 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 0.000000
  775. 00:00:09.548 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x561967d22220 committing with 1 instructions
  776. 00:00:09.548 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x561967d22220
  777. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:1:Power_Button'
  778. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 0:1:Power_Button from seat seat0
  779. 00:00:09.548 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:1:Power_Button from group 0x561967b00780
  780. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:6:Video_Bus'
  781. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 0:6:Video_Bus from seat seat0
  782. 00:00:09.548 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:6:Video_Bus from group 0x561967b00780
  783. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:6:Video_Bus'
  784. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 0:6:Video_Bus from seat seat0
  785. 00:00:09.548 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:6:Video_Bus from group 0x561967b00780
  786. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:5:Lid_Switch'
  787. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 0:5:Lid_Switch from seat seat0
  788. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:3:Sleep_Button'
  789. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 0:3:Sleep_Button from seat seat0
  790. 00:00:09.548 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:3:Sleep_Button from group 0x561967b00780
  791. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '1578:16642:MOSART_Semi._2.4G_Wireless_Mouse'
  792. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse from seat seat0
  793. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control'
  794. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control from seat seat0
  795. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control'
  796. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control from seat seat0
  797. 00:00:09.548 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 1578:16642:MOSART_Semi._2.4G_Wireless_Mouse_Consumer_Control from group 0x561967b00780
  798. 00:00:09.548 [DEBUG] [sway/input/input-manager.c:202] removing device: '5075:22202:Integrated_Camera:_Integrated_C'
  799. 00:00:09.548 [DEBUG] [sway/input/seat.c:950] removing device 5075:22202:Integrated_Camera:_Integrated_C from seat seat0
  800. 00:00:09.549 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 5075:22202:Integrated_Camera:_Integrated_C from group 0x561967b00780
  801. 00:00:09.549 [DEBUG] [sway/input/input-manager.c:202] removing device: '5075:22202:Integrated_Camera:_Integrated_I'
  802. 00:00:09.549 [DEBUG] [sway/input/seat.c:950] removing device 5075:22202:Integrated_Camera:_Integrated_I from seat seat0
  803. 00:00:09.549 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 5075:22202:Integrated_Camera:_Integrated_I from group 0x561967b00780
  804. 00:00:09.549 [DEBUG] [sway/input/input-manager.c:202] removing device: '1:1:AT_Translated_Set_2_keyboard'
  805. 00:00:09.549 [DEBUG] [sway/input/seat.c:950] removing device 1:1:AT_Translated_Set_2_keyboard from seat seat0
  806. 00:00:09.549 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x561967b00780
  807. 00:00:09.549 [DEBUG] [sway/input/input-manager.c:202] removing device: '6058:20564:ThinkPad_Extra_Buttons'
  808. 00:00:09.549 [DEBUG] [sway/input/seat.c:950] removing device 6058:20564:ThinkPad_Extra_Buttons from seat seat0
  809. 00:00:09.549 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 6058:20564:ThinkPad_Extra_Buttons from group 0x561967b00780
  810. 00:00:09.549 [DEBUG] [sway/input/keyboard.c:831] Destroying empty keyboard group 0x561967b00780
  811. 00:00:09.549 [DEBUG] [sway/input/input-manager.c:202] removing device: '1739:0:Synaptics_TM3512-010'
  812. 00:00:09.549 [DEBUG] [sway/input/seat.c:950] removing device 1739:0:Synaptics_TM3512-010 from seat seat0
  813. 00:00:09.549 [DEBUG] [sway/input/input-manager.c:202] removing device: '2:10:TPPS/2_Elan_TrackPoint'
  814. 00:00:09.549 [DEBUG] [sway/input/seat.c:950] removing device 2:10:TPPS/2_Elan_TrackPoint from seat seat0
  815. 00:00:09.754 [ERROR] [wlr] [backend/drm/drm.c:1592] drmHandleEvent failed
  816. 00:00:09.777 [DEBUG] [sway/tree/output.c:264] Disabling output 'eDP-1'
  817. 00:00:09.777 [DEBUG] [sway/tree/workspace.c:143] Destroying workspace '1'
  818. 00:00:09.777 [DEBUG] [sway/ipc-server.c:306] Sending workspace::empty event
  819. 00:00:09.777 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 73 queue: { "change": "empty", "old": null, "current": { "id": 4, "type": "workspace", "orientation": "horizontal", "percent": null, "urgent": false, "marks": [ ], "focused": true, "layout": "splith", "border": "none", "current_border_width": 0, "rect": { "x": 0, "y": 0, "width": 1920, "height": 1080 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "name": "1", "window": null, "nodes": [ ], "floating_nodes": [ ], "focus": [ ], "fullscreen_mode": 1, "sticky": false, "num": 1, "output": null, "representation": null } }
  820. 00:00:09.777 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x561967cfd580 committing with 2 instructions
  821. 00:00:09.777 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x561967cfd580
  822. 00:00:09.777 [DEBUG] [sway/tree/output.c:288] Destroying output 'eDP-1'
  823. 00:00:09.777 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x561967cfd580 committing with 1 instructions
  824. 00:00:09.777 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x561967cfd580
  825. 00:00:09.777 [DEBUG] [wlr] [backend/drm/drm.c:1121] connector eDP-1: De-allocating CRTC 0
  826. 00:00:10.252 [ERROR] [wlr] [backend/drm/drm.c:1592] drmHandleEvent failed
  827. 00:00:12.252 [INFO] [sway/ipc-server.c:565] IPC Client 80 disconnected
  828. 00:00:12.252 [INFO] [sway/ipc-server.c:565] IPC Client 73 disconnected
  829. 00:00:12.252 [INFO] [sway/ipc-server.c:565] IPC Client 71 disconnected
  830. 00:00:02.704 [ERROR] [common/ipc-client.c:87] Unable to receive IPC response
  831.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement