Advertisement
grumblygibson

login sway - immediately exit

Jan 5th, 2022
671
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.002 [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.002 [INFO] [sway/main.c:171] Contents of /etc/os-release:
  5. 00:00:00.002 [INFO] [sway/main.c:155] NAME="Clear Linux OS"
  6. 00:00:00.002 [INFO] [sway/main.c:155] VERSION=1
  7. 00:00:00.002 [INFO] [sway/main.c:155] ID=clear-linux-os
  8. 00:00:00.002 [INFO] [sway/main.c:155] ID_LIKE=clear-linux-os
  9. 00:00:00.002 [INFO] [sway/main.c:155] VERSION_ID=35540
  10. 00:00:00.002 [INFO] [sway/main.c:155] PRETTY_NAME="Clear Linux OS"
  11. 00:00:00.002 [INFO] [sway/main.c:155] ANSI_COLOR="1;35"
  12. 00:00:00.002 [INFO] [sway/main.c:155] HOME_URL="https://clearlinux.org"
  13. 00:00:00.002 [INFO] [sway/main.c:155] SUPPORT_URL="https://clearlinux.org"
  14. 00:00:00.002 [INFO] [sway/main.c:155] BUG_REPORT_URL="mailto:dev@lists.clearlinux.org"
  15. 00:00:00.002 [INFO] [sway/main.c:155] PRIVACY_POLICY_URL="http://www.intel.com/privacy"# Default config for sway
  16. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 2: #
  17. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 3: # Copy this to ~/.config/sway/config and edit it to your liking.
  18. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 4: #
  19. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 5: # Read `man 5 sway` for a complete reference.
  20. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 6:
  21. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 7: ### Variables
  22. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 8: #
  23. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 9: # Logo key. Use Mod1 for Alt.
  24. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 10: set $mod Mod4
  25. 00:00:00.038 [INFO] [sway/commands.c:377] Config command: set $mod Mod4
  26. 00:00:00.038 [INFO] [sway/commands.c:397] After replacement: set $mod Mod4
  27. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 11: # Home row direction keys, like vim
  28. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 12: set $left h
  29. 00:00:00.038 [INFO] [sway/commands.c:377] Config command: set $left h
  30. 00:00:00.038 [INFO] [sway/commands.c:397] After replacement: set $left h
  31. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 13: set $down j
  32. 00:00:00.038 [INFO] [sway/commands.c:377] Config command: set $down j
  33. 00:00:00.038 [INFO] [sway/commands.c:397] After replacement: set $down j
  34. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 14: set $up k
  35. 00:00:00.038 [INFO] [sway/commands.c:377] Config command: set $up k
  36. 00:00:00.038 [INFO] [sway/commands.c:397] After replacement: set $up k
  37. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 15: set $right l
  38. 00:00:00.038 [INFO] [sway/commands.c:377] Config command: set $right l
  39. 00:00:00.038 [INFO] [sway/commands.c:397] After replacement: set $right l
  40. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 16: # Your preferred terminal emulator
  41. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 17: set $term /usr/bin/gnome-terminal
  42. 00:00:00.038 [INFO] [sway/commands.c:377] Config command: set $term /usr/bin/gnome-terminal
  43. 00:00:00.038 [INFO] [sway/commands.c:397] After replacement: set $term /usr/bin/gnome-terminal
  44. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 18: # Your preferred application launcher
  45. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 19: # Note: pass the final command to swaymsg so that the resulting window can be opened
  46. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 20: # on the original workspace that the command was run on.
  47. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 21: set $menu dmenu_path | dmenu | xargs swaymsg exec --
  48. 00:00:00.038 [INFO] [sway/commands.c:377] Config command: set $menu dmenu_path | dmenu | xargs swaymsg exec --
  49. 00:00:00.038 [INFO] [sway/commands.c:397] After replacement: set $menu dmenu_path | dmenu | xargs swaymsg exec --
  50. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 22:
  51. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 23: ### Output configuration
  52. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 24: #
  53. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 25: # Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
  54. 00:00:00.038 [DEBUG] [sway/config.c:818] Read line 26: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
  55. 00:00:00.038 [INFO] [sway/commands.c:377] Config command: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
  56. 00:00:00.038 [INFO] [sway/commands.c:397] After replacement: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
  57. 00:00:00.038 [DEBUG] [sway/commands.c:428] Subcommand: bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
  58. 00:00:00.038 [DEBUG] [sway/config/output.c:223] Adding output * config
  59. 00:00:00.038 [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)
  60. 00:00:00.038 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[0] = swaybg
  61. 00:00:00.038 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[1] = -o
  62. 00:00:00.038 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[2] = *
  63. 00:00:00.038 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[3] = -i
  64. 00:00:00.038 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[4] = /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png
  65. 00:00:00.038 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[5] = -m
  66. 00:00:00.038 [DEBUG] [sway/config/output.c:794] spawn_swaybg cmd[6] = fill
  67. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 27: #
  68. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 28: # Example configuration:
  69. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 29: #
  70. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 30: #   output HDMI-A-1 resolution 1920x1080 position 1920,0
  71. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 31: #
  72. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 32: # You can get the names of your outputs by running: swaymsg -t get_outputs
  73. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 33:
  74. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 34: ### Idle configuration
  75. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 35: #
  76. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 36: # Example configuration:
  77. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 37: #
  78. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 38: # exec swayidle -w \
  79. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 39: #          timeout 300 'swaylock -f -c 000000' \
  80. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 40: #          timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
  81. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 41: #          before-sleep 'swaylock -f -c 000000'
  82. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 42: #
  83. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 43: # This will lock your screen after 300 seconds of inactivity, then turn off
  84. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 44: # your displays after another 300 seconds, and turn your screens back on when
  85. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 45: # resumed. It will also lock your screen before your computer goes to sleep.
  86. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 46:
  87. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 47: ### Input configuration
  88. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 48: #
  89. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 49: # Example configuration:
  90. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 50: #
  91. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 51: input "2:14:SynPS/2_Synaptics_TouchPad" {
  92. 00:00:00.040 [DEBUG] [sway/config.c:872] Entering block 'input "2:14:SynPS/2_Synaptics_TouchPad"'
  93. 00:00:00.040 [DEBUG] [sway/config.c:818] Read line 52:     dwt enabled
  94. 00:00:00.040 [INFO] [sway/commands.c:377] Config command: input "2:14:SynPS/2_Synaptics_TouchPad" dwt enabled
  95. 00:00:00.040 [INFO] [sway/commands.c:397] After replacement: input "2:14:SynPS/2_Synaptics_TouchPad" dwt enabled
  96. 00:00:00.040 [DEBUG] [sway/commands/input.c:54] entering input block: 2:14:SynPS/2_Synaptics_TouchPad
  97. 00:00:00.040 [DEBUG] [sway/config/input.c:15] new_input_config(2:14:SynPS/2_Synaptics_TouchPad)
  98. 00:00:00.040 [DEBUG] [sway/commands.c:428] Subcommand: dwt enabled
  99. 00:00:00.040 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
  100. 00:00:00.042 [DEBUG] [sway/config/input.c:350] Config stored for input 2:14:SynPS/2_Synaptics_TouchPad
  101. 00:00:00.042 [DEBUG] [sway/config.c:818] Read line 53:     tap enabled
  102. 00:00:00.042 [INFO] [sway/commands.c:377] Config command: input "2:14:SynPS/2_Synaptics_TouchPad" tap enabled
  103. 00:00:00.042 [INFO] [sway/commands.c:397] After replacement: input "2:14:SynPS/2_Synaptics_TouchPad" tap enabled
  104. 00:00:00.042 [DEBUG] [sway/commands/input.c:54] entering input block: 2:14:SynPS/2_Synaptics_TouchPad
  105. 00:00:00.042 [DEBUG] [sway/config/input.c:15] new_input_config(2:14:SynPS/2_Synaptics_TouchPad)
  106. 00:00:00.042 [DEBUG] [sway/commands.c:428] Subcommand: tap enabled
  107. 00:00:00.042 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
  108. 00:00:00.044 [DEBUG] [sway/config/input.c:350] Config stored for input 2:14:SynPS/2_Synaptics_TouchPad
  109. 00:00:00.044 [DEBUG] [sway/config.c:818] Read line 54:     natural_scroll disabled
  110. 00:00:00.044 [INFO] [sway/commands.c:377] Config command: input "2:14:SynPS/2_Synaptics_TouchPad" natural_scroll disabled
  111. 00:00:00.044 [INFO] [sway/commands.c:397] After replacement: input "2:14:SynPS/2_Synaptics_TouchPad" natural_scroll disabled
  112. 00:00:00.044 [DEBUG] [sway/commands/input.c:54] entering input block: 2:14:SynPS/2_Synaptics_TouchPad
  113. 00:00:00.044 [DEBUG] [sway/config/input.c:15] new_input_config(2:14:SynPS/2_Synaptics_TouchPad)
  114. 00:00:00.044 [DEBUG] [sway/commands.c:428] Subcommand: natural_scroll disabled
  115. 00:00:00.044 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
  116. 00:00:00.046 [DEBUG] [sway/config/input.c:350] Config stored for input 2:14:SynPS/2_Synaptics_TouchPad
  117. 00:00:00.046 [DEBUG] [sway/config.c:818] Read line 55:     middle_emulation enabled
  118. 00:00:00.046 [INFO] [sway/commands.c:377] Config command: input "2:14:SynPS/2_Synaptics_TouchPad" middle_emulation enabled
  119. 00:00:00.046 [INFO] [sway/commands.c:397] After replacement: input "2:14:SynPS/2_Synaptics_TouchPad" middle_emulation enabled
  120. 00:00:00.046 [DEBUG] [sway/commands/input.c:54] entering input block: 2:14:SynPS/2_Synaptics_TouchPad
  121. 00:00:00.046 [DEBUG] [sway/config/input.c:15] new_input_config(2:14:SynPS/2_Synaptics_TouchPad)
  122. 00:00:00.046 [DEBUG] [sway/commands.c:428] Subcommand: middle_emulation enabled
  123. 00:00:00.046 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
  124. 00:00:00.048 [DEBUG] [sway/config/input.c:350] Config stored for input 2:14:SynPS/2_Synaptics_TouchPad
  125. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 56: }
  126. 00:00:00.048 [DEBUG] [sway/config.c:889] Exiting block 'input "2:14:SynPS/2_Synaptics_TouchPad"'
  127. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 57: #
  128. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 58: # You can get the names of your inputs by running: swaymsg -t get_inputs
  129. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 59: # Read `man 5 sway-input` for more information about this section.
  130. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 60:
  131. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 61: ### Key bindings
  132. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 62: #
  133. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 63: # Basics:
  134. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 64: #
  135. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 65:     # Start a terminal
  136. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 66:     bindsym $mod+Return exec $term
  137. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Return exec $term
  138. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Return exec /usr/bin/gnome-terminal
  139. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Return to command `exec /usr/bin/gnome-terminal` for device '*'
  140. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 67:
  141. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 68:     # Kill focused window
  142. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 69:     bindsym $mod+Shift+q kill
  143. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+q kill
  144. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+q kill
  145. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+q to command `kill` for device '*'
  146. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 70:
  147. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 71:     # Start your launcher
  148. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 72:     bindsym $mod+d exec $menu
  149. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+d exec $menu
  150. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+d exec dmenu_path | dmenu | xargs swaymsg exec --
  151. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+d to command `exec dmenu_path | dmenu | xargs swaymsg exec --` for device '*'
  152. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 73:
  153. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 74:     # Drag floating windows by holding down $mod and left mouse button.
  154. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 75:     # Resize them with right mouse button + $mod.
  155. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 76:     # Despite the name, also works for non-floating windows.
  156. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 77:     # Change normal to inverse to use left mouse button for resizing and right
  157. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 78:     # mouse button for dragging.
  158. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 79:     floating_modifier $mod normal
  159. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: floating_modifier $mod normal
  160. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: floating_modifier Mod4 normal
  161. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 80:
  162. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 81:     # Reload the configuration file
  163. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 82:     bindsym $mod+Shift+c reload
  164. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+c reload
  165. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+c reload
  166. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+c to command `reload` for device '*'
  167. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 83:
  168. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 84:     # Exit sway (logs you out of your Wayland session)
  169. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 85:     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'
  170. 00:00:00.048 [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'
  171. 00:00:00.048 [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'
  172. 00:00:00.048 [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 '*'
  173. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 86: #
  174. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 87: # Moving around:
  175. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 88: #
  176. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 89:     # Move your focus around
  177. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 90:     bindsym $mod+$left focus left
  178. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$left focus left
  179. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+h focus left
  180. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+h to command `focus left` for device '*'
  181. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 91:     bindsym $mod+$down focus down
  182. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$down focus down
  183. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+j focus down
  184. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+j to command `focus down` for device '*'
  185. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 92:     bindsym $mod+$up focus up
  186. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$up focus up
  187. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+k focus up
  188. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+k to command `focus up` for device '*'
  189. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 93:     bindsym $mod+$right focus right
  190. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+$right focus right
  191. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+l focus right
  192. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+l to command `focus right` for device '*'
  193. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 94:     # Or use $mod+[up|down|left|right]
  194. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 95:     bindsym $mod+Left focus left
  195. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Left focus left
  196. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Left focus left
  197. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Left to command `focus left` for device '*'
  198. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 96:     bindsym $mod+Down focus down
  199. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Down focus down
  200. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Down focus down
  201. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Down to command `focus down` for device '*'
  202. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 97:     bindsym $mod+Up focus up
  203. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Up focus up
  204. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Up focus up
  205. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Up to command `focus up` for device '*'
  206. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 98:     bindsym $mod+Right focus right
  207. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Right focus right
  208. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Right focus right
  209. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Right to command `focus right` for device '*'
  210. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 99:
  211. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 100:     # Move the focused window with the same, but add Shift
  212. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 101:     bindsym $mod+Shift+$left move left
  213. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$left move left
  214. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+h move left
  215. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+h to command `move left` for device '*'
  216. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 102:     bindsym $mod+Shift+$down move down
  217. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$down move down
  218. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+j move down
  219. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+j to command `move down` for device '*'
  220. 00:00:00.048 [DEBUG] [sway/config.c:818] Read line 103:     bindsym $mod+Shift+$up move up
  221. 00:00:00.048 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$up move up
  222. 00:00:00.048 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+k move up
  223. 00:00:00.048 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+k to command `move up` for device '*'
  224. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 104:     bindsym $mod+Shift+$right move right
  225. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+$right move right
  226. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+l move right
  227. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+l to command `move right` for device '*'
  228. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 105:     # Ditto, with arrow keys
  229. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 106:     bindsym $mod+Shift+Left move left
  230. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Left move left
  231. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Left move left
  232. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*'
  233. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 107:     bindsym $mod+Shift+Down move down
  234. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Down move down
  235. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Down move down
  236. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*'
  237. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 108:     bindsym $mod+Shift+Up move up
  238. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Up move up
  239. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Up move up
  240. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*'
  241. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 109:     bindsym $mod+Shift+Right move right
  242. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+Right move right
  243. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+Right move right
  244. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*'
  245. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 110: #
  246. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 111: # Workspaces:
  247. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 112: #
  248. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 113:     # Switch to workspace
  249. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 114:     bindsym $mod+1 workspace number 1
  250. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+1 workspace number 1
  251. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+1 workspace number 1
  252. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+1 to command `workspace number 1` for device '*'
  253. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 115:     bindsym $mod+2 workspace number 2
  254. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+2 workspace number 2
  255. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+2 workspace number 2
  256. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+2 to command `workspace number 2` for device '*'
  257. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 116:     bindsym $mod+3 workspace number 3
  258. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+3 workspace number 3
  259. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+3 workspace number 3
  260. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+3 to command `workspace number 3` for device '*'
  261. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 117:     bindsym $mod+4 workspace number 4
  262. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+4 workspace number 4
  263. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+4 workspace number 4
  264. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+4 to command `workspace number 4` for device '*'
  265. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 118:     bindsym $mod+5 workspace number 5
  266. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+5 workspace number 5
  267. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+5 workspace number 5
  268. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+5 to command `workspace number 5` for device '*'
  269. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 119:     bindsym $mod+6 workspace number 6
  270. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+6 workspace number 6
  271. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+6 workspace number 6
  272. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+6 to command `workspace number 6` for device '*'
  273. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 120:     bindsym $mod+7 workspace number 7
  274. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+7 workspace number 7
  275. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+7 workspace number 7
  276. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+7 to command `workspace number 7` for device '*'
  277. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 121:     bindsym $mod+8 workspace number 8
  278. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+8 workspace number 8
  279. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+8 workspace number 8
  280. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+8 to command `workspace number 8` for device '*'
  281. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 122:     bindsym $mod+9 workspace number 9
  282. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+9 workspace number 9
  283. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+9 workspace number 9
  284. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+9 to command `workspace number 9` for device '*'
  285. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 123:     bindsym $mod+0 workspace number 10
  286. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+0 workspace number 10
  287. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+0 workspace number 10
  288. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+0 to command `workspace number 10` for device '*'
  289. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 124:     # Move focused container to workspace
  290. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 125:     bindsym $mod+Shift+1 move container to workspace number 1
  291. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+1 move container to workspace number 1
  292. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+1 move container to workspace number 1
  293. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+1 to command `move container to workspace number 1` for device '*'
  294. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 126:     bindsym $mod+Shift+2 move container to workspace number 2
  295. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+2 move container to workspace number 2
  296. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+2 move container to workspace number 2
  297. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+2 to command `move container to workspace number 2` for device '*'
  298. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 127:     bindsym $mod+Shift+3 move container to workspace number 3
  299. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+3 move container to workspace number 3
  300. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+3 move container to workspace number 3
  301. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+3 to command `move container to workspace number 3` for device '*'
  302. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 128:     bindsym $mod+Shift+4 move container to workspace number 4
  303. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+4 move container to workspace number 4
  304. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+4 move container to workspace number 4
  305. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+4 to command `move container to workspace number 4` for device '*'
  306. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 129:     bindsym $mod+Shift+5 move container to workspace number 5
  307. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+5 move container to workspace number 5
  308. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+5 move container to workspace number 5
  309. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+5 to command `move container to workspace number 5` for device '*'
  310. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 130:     bindsym $mod+Shift+6 move container to workspace number 6
  311. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+6 move container to workspace number 6
  312. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+6 move container to workspace number 6
  313. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+6 to command `move container to workspace number 6` for device '*'
  314. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 131:     bindsym $mod+Shift+7 move container to workspace number 7
  315. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+7 move container to workspace number 7
  316. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+7 move container to workspace number 7
  317. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+7 to command `move container to workspace number 7` for device '*'
  318. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 132:     bindsym $mod+Shift+8 move container to workspace number 8
  319. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+8 move container to workspace number 8
  320. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+8 move container to workspace number 8
  321. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+8 to command `move container to workspace number 8` for device '*'
  322. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 133:     bindsym $mod+Shift+9 move container to workspace number 9
  323. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+9 move container to workspace number 9
  324. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+9 move container to workspace number 9
  325. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+9 to command `move container to workspace number 9` for device '*'
  326. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 134:     bindsym $mod+Shift+0 move container to workspace number 10
  327. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+0 move container to workspace number 10
  328. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+0 move container to workspace number 10
  329. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+0 to command `move container to workspace number 10` for device '*'
  330. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 135:     # Note: workspaces can have any name you want, not just numbers.
  331. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 136:     # We just use 1-10 as the default.
  332. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 137: #
  333. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 138: # Layout stuff:
  334. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 139: #
  335. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 140:     # You can "split" the current object of your focus with
  336. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 141:     # $mod+b or $mod+v, for horizontal and vertical splits
  337. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 142:     # respectively.
  338. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 143:     bindsym $mod+b splith
  339. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+b splith
  340. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+b splith
  341. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+b to command `splith` for device '*'
  342. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 144:     bindsym $mod+v splitv
  343. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+v splitv
  344. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+v splitv
  345. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+v to command `splitv` for device '*'
  346. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 145:
  347. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 146:     # Switch the current container between different layout styles
  348. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 147:     bindsym $mod+s layout stacking
  349. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+s layout stacking
  350. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+s layout stacking
  351. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+s to command `layout stacking` for device '*'
  352. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 148:     bindsym $mod+w layout tabbed
  353. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+w layout tabbed
  354. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+w layout tabbed
  355. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+w to command `layout tabbed` for device '*'
  356. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 149:     bindsym $mod+e layout toggle split
  357. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+e layout toggle split
  358. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+e layout toggle split
  359. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+e to command `layout toggle split` for device '*'
  360. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 150:
  361. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 151:     # Make the current focus fullscreen
  362. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 152:     bindsym $mod+f fullscreen
  363. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+f fullscreen
  364. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+f fullscreen
  365. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+f to command `fullscreen` for device '*'
  366. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 153:
  367. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 154:     # Toggle the current focus between tiling and floating mode
  368. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 155:     bindsym $mod+Shift+space floating toggle
  369. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+space floating toggle
  370. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+space floating toggle
  371. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*'
  372. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 156:
  373. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 157:     # Swap focus between the tiling area and the floating area
  374. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 158:     bindsym $mod+space focus mode_toggle
  375. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+space focus mode_toggle
  376. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+space focus mode_toggle
  377. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*'
  378. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 159:
  379. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 160:     # Move focus to the parent container
  380. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 161:     bindsym $mod+a focus parent
  381. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+a focus parent
  382. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+a focus parent
  383. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+a to command `focus parent` for device '*'
  384. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 162: #
  385. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 163: # Scratchpad:
  386. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 164: #
  387. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 165:     # Sway has a "scratchpad", which is a bag of holding for windows.
  388. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 166:     # You can send windows there and get them back later.
  389. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 167:
  390. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 168:     # Move the currently focused window to the scratchpad
  391. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 169:     bindsym $mod+Shift+minus move scratchpad
  392. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+Shift+minus move scratchpad
  393. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+Shift+minus move scratchpad
  394. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*'
  395. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 170:
  396. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 171:     # Show the next scratchpad window or hide the focused scratchpad window.
  397. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 172:     # If there are multiple scratchpad windows, this command cycles through them.
  398. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 173:     bindsym $mod+minus scratchpad show
  399. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: bindsym $mod+minus scratchpad show
  400. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+minus scratchpad show
  401. 00:00:00.049 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*'
  402. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 174: #
  403. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 175: # Resizing containers:
  404. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 176: #
  405. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 177: mode "resize" {
  406. 00:00:00.049 [DEBUG] [sway/config.c:872] Entering block 'mode "resize"'
  407. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 178:     # left will shrink the containers width
  408. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 179:     # right will grow the containers width
  409. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 180:     # up will shrink the containers height
  410. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 181:     # down will grow the containers height
  411. 00:00:00.049 [DEBUG] [sway/config.c:818] Read line 182:     bindsym $left resize shrink width 10px
  412. 00:00:00.049 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $left resize shrink width 10px
  413. 00:00:00.049 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym h resize shrink width 10px
  414. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym h resize shrink width 10px
  415. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound h to command `resize shrink width 10px` for device '*'
  416. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 183:     bindsym $down resize grow height 10px
  417. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $down resize grow height 10px
  418. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym j resize grow height 10px
  419. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym j resize grow height 10px
  420. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound j to command `resize grow height 10px` for device '*'
  421. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 184:     bindsym $up resize shrink height 10px
  422. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $up resize shrink height 10px
  423. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym k resize shrink height 10px
  424. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym k resize shrink height 10px
  425. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound k to command `resize shrink height 10px` for device '*'
  426. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 185:     bindsym $right resize grow width 10px
  427. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym $right resize grow width 10px
  428. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym l resize grow width 10px
  429. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym l resize grow width 10px
  430. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound l to command `resize grow width 10px` for device '*'
  431. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 186:
  432. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 187:     # Ditto, with arrow keys
  433. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 188:     bindsym Left resize shrink width 10px
  434. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Left resize shrink width 10px
  435. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Left resize shrink width 10px
  436. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Left resize shrink width 10px
  437. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Left to command `resize shrink width 10px` for device '*'
  438. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 189:     bindsym Down resize grow height 10px
  439. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Down resize grow height 10px
  440. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Down resize grow height 10px
  441. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Down resize grow height 10px
  442. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Down to command `resize grow height 10px` for device '*'
  443. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 190:     bindsym Up resize shrink height 10px
  444. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Up resize shrink height 10px
  445. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Up resize shrink height 10px
  446. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Up resize shrink height 10px
  447. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Up to command `resize shrink height 10px` for device '*'
  448. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 191:     bindsym Right resize grow width 10px
  449. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Right resize grow width 10px
  450. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Right resize grow width 10px
  451. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Right resize grow width 10px
  452. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Right to command `resize grow width 10px` for device '*'
  453. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 192:
  454. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 193:     # Return to default mode
  455. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 194:     bindsym Return mode "default"
  456. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Return mode "default"
  457. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Return mode "default"
  458. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Return mode "default"
  459. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Return to command `mode "default"` for device '*'
  460. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 195:     bindsym Escape mode "default"
  461. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: mode "resize" bindsym Escape mode "default"
  462. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: mode "resize" bindsym Escape mode "default"
  463. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: bindsym Escape mode "default"
  464. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Escape to command `mode "default"` for device '*'
  465. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 196: }
  466. 00:00:00.050 [DEBUG] [sway/config.c:889] Exiting block 'mode "resize"'
  467. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 197: bindsym $mod+r mode "resize"
  468. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: bindsym $mod+r mode "resize"
  469. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: bindsym Mod4+r mode "resize"
  470. 00:00:00.050 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+r to command `mode "resize"` for device '*'
  471. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 198:
  472. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 199: #
  473. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 200: # Status Bar:
  474. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 201: #
  475. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 202: # Read `man 5 sway-bar` for more information about this section.
  476. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 203: bar {
  477. 00:00:00.050 [DEBUG] [sway/config.c:872] Entering block 'bar'
  478. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 204:     position top
  479. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: bar position top
  480. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: bar position top
  481. 00:00:00.050 [DEBUG] [sway/commands/bar.c:93] Creating bar: bar-0
  482. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: position top
  483. 00:00:00.050 [DEBUG] [sway/commands/bar/position.c:15] Setting bar position 'top' for bar: bar-0
  484. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 205:
  485. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 206:     # When the status_command prints a new line to stdout, swaybar updates.
  486. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 207:     # The default just shows the current date and time.
  487. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 208:     status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  488. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: bar status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  489. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: bar status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  490. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
  491. 00:00:00.050 [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
  492. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 209:
  493. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 210:     colors {
  494. 00:00:00.050 [DEBUG] [sway/config.c:872] Entering block 'bar colors'
  495. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 211:         statusline #ffffff
  496. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: bar colors statusline #ffffff
  497. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: bar colors statusline #ffffff
  498. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: colors statusline #ffffff
  499. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: statusline #ffffff
  500. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 212:         background #323232
  501. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: bar colors background #323232
  502. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: bar colors background #323232
  503. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: colors background #323232
  504. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: background #323232
  505. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 213:         inactive_workspace #32323200 #32323200 #5c5c5c
  506. 00:00:00.050 [INFO] [sway/commands.c:377] Config command: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
  507. 00:00:00.050 [INFO] [sway/commands.c:397] After replacement: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
  508. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: colors inactive_workspace #32323200 #32323200 #5c5c5c
  509. 00:00:00.050 [DEBUG] [sway/commands.c:428] Subcommand: inactive_workspace #32323200 #32323200 #5c5c5c
  510. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 214:     }
  511. 00:00:00.050 [DEBUG] [sway/config.c:889] Exiting block 'bar colors'
  512. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 215: }
  513. 00:00:00.050 [DEBUG] [sway/config.c:889] Exiting block 'bar'
  514. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 216:
  515. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 217: #include @sysconfdir@/sway/config.d/*
  516. 00:00:00.050 [DEBUG] [sway/config.c:818] Read line 218:
  517. 00:00:00.050 [INFO] [sway/server.c:241] Starting backend on wayland display 'wayland-1'
  518. 00:00:00.050 [INFO] [wlr] [backend/wayland/backend.c:271] Initializating wayland backend
  519. 00:00:00.050 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:wayland-seat0'
  520. 00:00:00.050 [DEBUG] [sway/input/input-manager.c:184] no fallback seat config - creating default
  521. 00:00:00.050 [DEBUG] [sway/config/seat.c:66] Adding non-wildcard seat config
  522. 00:00:00.050 [DEBUG] [sway/config/seat.c:83] Config stored for seat seat0
  523. 00:00:00.050 [DEBUG] [sway/input/input-manager.c:585] applying seat config for seat seat0
  524. 00:00:00.050 [DEBUG] [sway/input/seat.c:930] adding device 0:0:wayland-seat0 to seat seat0
  525. 00:00:00.053 [DEBUG] [sway/input/keyboard.c:937] Created keyboard group 0x55ec55692180
  526. 00:00:00.053 [DEBUG] [sway/input/keyboard.c:960] Adding keyboard 0:0:wayland-seat0 to group 0x55ec55692180
  527. 00:00:00.061 [DEBUG] [sway/desktop/output.c:880] New output 0x55ec556cb350: WL-1
  528. 00:00:00.061 [DEBUG] [sway/config/output.c:351] Turning on output WL-1
  529. 00:00:00.061 [DEBUG] [sway/config/output.c:382] Auto-detected output scale: 1.000000
  530. 00:00:00.061 [DEBUG] [sway/config/output.c:412] Committing output WL-1
  531. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:283] Workspace: Generating new workspace name for output WL-1
  532. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 1'
  533. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '1'
  534. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:274] Workspace: Found free name 1
  535. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 2'
  536. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '2'
  537. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 3'
  538. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '3'
  539. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 4'
  540. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '4'
  541. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 5'
  542. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '5'
  543. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 6'
  544. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '6'
  545. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 7'
  546. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '7'
  547. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 8'
  548. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '8'
  549. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 9'
  550. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '9'
  551. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:218] Got valid workspace command for target: 'number 10'
  552. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:245] Isolated name from workspace number: '10'
  553. 00:00:00.061 [DEBUG] [sway/tree/output.c:127] Creating default workspace 1
  554. 00:00:00.061 [DEBUG] [sway/tree/workspace.c:63] Adding workspace 1 for output WL-1
  555. 00:00:00.061 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:243] Loaded cursor theme 'default' at size 24 (13 available cursors)
  556. 00:00:00.061 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  557. 00:00:00.061 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1280x720@0,0
  558. 00:00:00.061 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 0.000000
  559. 00:00:00.061 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1280x720@0,0
  560. 00:00:00.061 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 0.000000
  561. 00:00:00.065 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55ec556d5180 committing with 2 instructions
  562. 00:00:00.065 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55ec556d5180
  563. 00:00:00.065 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:wayland-seat0'
  564. 00:00:00.065 [DEBUG] [sway/input/seat.c:930] adding device 0:0:wayland-seat0 to seat seat0
  565. 00:00:00.065 [DEBUG] [sway/input/seat.c:709] Applying input config to 0:0:wayland-seat0
  566. 00:00:00.065 [DEBUG] [sway/input/seat.c:739] Mapping input device 0:0:wayland-seat0 to output WL-1
  567. 00:00:00.065 [DEBUG] [sway/input/seat.c:759] Mapped to output WL-1
  568. 00:00:00.067 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
  569. 00:00:00.067 [DEBUG] [wlr] [render/gbm_allocator.c:128] Allocated 10x16 GBM buffer (format 0x34325241, modifier 0xFFFFFFFFFFFFFF)
  570. 00:00:00.067 [DEBUG] [wlr] [render/gles2/renderer.c:137] Created GL FBO for buffer 10x16
  571. 00:00:00.068 [INFO] [wlr] [backend/headless/backend.c:29] Starting headless backend
  572. 00:00:00.068 [DEBUG] [sway/config/bar.c:263] Invoking swaybar for bar id 'bar-0'
  573. 00:00:00.070 [DEBUG] [sway/config/bar.c:255] Spawned swaybar bar-0
  574. 00:00:00.070 [INFO] [sway/server.c:252] Running compositor on wayland display 'wayland-1'
  575. 00:00:00.070 [DEBUG] [wlr] [types/wlr_output.c:505] Choosing primary buffer format 0x34325241 for output 'WL-1'
  576. 00:00:00.070 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
  577. 00:00:00.071 [DEBUG] [wlr] [render/gbm_allocator.c:128] Allocated 1280x720 GBM buffer (format 0x34325241, modifier 0xFFFFFFFFFFFFFF)
  578. 00:00:00.071 [DEBUG] [wlr] [render/gles2/renderer.c:137] Created GL FBO for buffer 1280x720
  579. 2022-01-05 01:09:17 - [main.c:321] Found config * for output WL-1 ((null))
  580. 00:00:00.071 [DEBUG] [wlr] [types/wlr_surface.c:742] New wlr_surface 0x55ec55700ea0 (res 0x55ec556d4ef0)
  581. 00:00:00.071 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:471] new layer_surface 0x55ec55704c00 (res 0x55ec5566f1e0)
  582. 00:00:00.071 [DEBUG] [sway/desktop/layer_shell.c:598] new layer surface: namespace wallpaper layer 0 anchor 15 size 0x0 margin 0,0,0,0,
  583. 00:00:00.074 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
  584. 00:00:00.074 [DEBUG] [sway/ipc-server.c:199] New client: fd 33
  585. 00:00:00.074 [DEBUG] [sway/ipc-server.c:153] Event on IPC listening socket
  586. 00:00:00.074 [DEBUG] [sway/ipc-server.c:199] New client: fd 35
  587. 00:00:00.074 [DEBUG] [sway/ipc-server.c:219] Client 33 readable
  588. 00:00:00.075 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x6 to client 33 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 }
  589. 00:00:00.075 [DEBUG] [sway/ipc-server.c:535] Client 33 writable
  590. 00:00:00.075 [DEBUG] [sway/ipc-server.c:219] Client 35 readable
  591. 00:00:00.075 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x2 to client 35 queue: {"success": true}
  592. 00:00:00.075 [DEBUG] [sway/ipc-server.c:535] Client 35 writable
  593. 00:00:00.087 [DEBUG] [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
  594. 00:00:00.088 [DEBUG] [wlr] [render/gbm_allocator.c:128] Allocated 1280x720 GBM buffer (format 0x34325241, modifier 0xFFFFFFFFFFFFFF)
  595. 00:00:00.088 [DEBUG] [wlr] [render/gles2/renderer.c:137] Created GL FBO for buffer 1280x720
  596. 00:00:00.091 [DEBUG] [sway/ipc-server.c:219] Client 33 readable
  597. 00:00:00.092 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x1 to client 33 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": 1280, "height": 720 }, "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": "WL-1", "representation": null, "focused": true, "visible": true } ]
  598. 00:00:00.092 [DEBUG] [sway/ipc-server.c:535] Client 33 writable
  599. 00:00:00.095 [DEBUG] [wlr] [types/wlr_surface.c:742] New wlr_surface 0x55ec55702510 (res 0x55ec556d3510)
  600. 00:00:00.095 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:471] new layer_surface 0x55ec55703ee0 (res 0x55ec556d3090)
  601. 00:00:00.095 [DEBUG] [sway/desktop/layer_shell.c:598] new layer surface: namespace panel layer 1 anchor 13 size 0x23 margin 0,0,0,0,
  602. 00:00:00.095 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  603. 00:00:00.095 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1280x697@0,23
  604. 00:00:00.095 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 23.000000
  605. 00:00:00.095 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55ec556c8b70 committing with 1 instructions
  606. 00:00:00.095 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55ec556c8b70
  607. 00:00:00.096 [DEBUG] [wlr] [types/wlr_surface.c:742] New wlr_surface 0x55ec557127f0 (res 0x55ec5568a1d0)
  608. 00:00:02.874 [INFO] [sway/main.c:436] Shutting down sway
  609. 00:00:02.874 [DEBUG] [sway/desktop/layer_shell.c:351] Layer surface destroyed (wallpaper)
  610. 00:00:02.874 [DEBUG] [sway/desktop/layer_shell.c:351] Layer surface destroyed (panel)
  611. 00:00:02.874 [DEBUG] [sway/desktop/layer_shell.c:197] Usable area changed, rearranging output
  612. 00:00:02.874 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1280x720@0,0
  613. 00:00:02.874 [DEBUG] [sway/tree/arrange.c:293] Arranging workspace '1' at 0.000000, 0.000000
  614. 00:00:02.874 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55ec5567c820 committing with 1 instructions
  615. 00:00:02.874 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55ec5567c820
  616. 00:00:02.874 [DEBUG] [sway/tree/output.c:264] Disabling output 'WL-1'
  617. 00:00:02.874 [DEBUG] [sway/tree/workspace.c:143] Destroying workspace '1'
  618. 00:00:02.874 [DEBUG] [sway/ipc-server.c:306] Sending workspace::empty event
  619. 00:00:02.874 [DEBUG] [sway/ipc-server.c:958] Added IPC reply of type 0x80000000 to client 35 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": 1280, "height": 720 }, "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 } }
  620. 00:00:02.874 [DEBUG] [sway/input/seat.c:709] Applying input config to 0:0:wayland-seat0
  621. 00:00:02.874 [DEBUG] [sway/input/seat.c:739] Mapping input device 0:0:wayland-seat0 to output WL-1
  622. 00:00:02.874 [DEBUG] [sway/input/seat.c:751] Requested output WL-1 for device 0:0:wayland-seat0 isn't present
  623. 00:00:02.879 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55ec55602b30 committing with 2 instructions
  624. 00:00:02.879 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55ec55602b30
  625. 00:00:02.879 [DEBUG] [sway/tree/output.c:288] Destroying output 'WL-1'
  626. 00:00:02.879 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x55ec55602b30 committing with 1 instructions
  627. 00:00:02.879 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x55ec55602b30
  628. 00:00:02.879 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:wayland-seat0'
  629. 00:00:02.879 [DEBUG] [sway/input/seat.c:950] removing device 0:0:wayland-seat0 from seat seat0
  630. 00:00:02.879 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:wayland-seat0'
  631. 00:00:02.879 [DEBUG] [sway/input/seat.c:950] removing device 0:0:wayland-seat0 from seat seat0
  632. 00:00:02.879 [DEBUG] [sway/input/keyboard.c:825] Removing keyboard 0:0:wayland-seat0 from group 0x55ec55692180
  633. 00:00:02.879 [DEBUG] [sway/input/keyboard.c:831] Destroying empty keyboard group 0x55ec55692180
  634. 00:00:02.883 [INFO] [sway/ipc-server.c:565] IPC Client 35 disconnected
  635. 00:00:02.883 [INFO] [sway/ipc-server.c:565] IPC Client 33 disconnected
  636.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement