swaywm / sway

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

swaybar quits immediately #1198

Closed hinshun closed 6 years ago

hinshun commented 7 years ago

Hi, I have a bar defined in my ~/.config/sway/config but swaybar doesn't start! I tried running it manually with swaybar -d but it exits immediately with no logs (exit code 1), but swaybar -b bar-0 works. Similarly swaybar -s <sway sock> exits immediately.

I'm running Arch + Nvidia (Quadro M1200; using proprietary nvidia drivers nvidia 378.13-5), wlc master, sway master. Mostly everything works great, so much thanks!

ddevault commented 7 years ago

Can I get a debug log?

ddevault commented 7 years ago

(for sway itself)

ddevault commented 7 years ago

No, I want to see sway -d

ddevault commented 7 years ago

Did sway even start up here? I need a log that shows you reproducing the problem.

hinshun commented 7 years ago

Looks like this is the issue?

sway: error while loading shared libraries: libwlc.so.0: cannot open shared object file: No such file or directory
04/28/17 15:58:11 - [ipc-client.c:37] Unable to connect to 
04/28/17 15:58:11 - [main.c:49] [wlc] EGL is not or could not be initialized
04/28/17 15:58:11 - [main.c:49] [wlc] Could not initialize any context
hinshun commented 7 years ago

Yes I'm using sway right now, let me try to get a clean set of logs.

ddevault commented 7 years ago

That looks like an unrelated issue. That looks like sway can't start at all.

ddevault commented 7 years ago

Work with me here dude, don't half ass it or I can't help you.

hinshun commented 7 years ago

Sorry for the trouble. How do I capture the logs for sway? It takes over my tty so I'm looking into ttylog but was wondering if you had a method.

ddevault commented 7 years ago

See the FAQ.

hinshun commented 7 years ago
04/28/17 16:15:59 - [main.c:185] Linux triforce 4.10.11-1-ARCH #1 SMP PREEMPT Tue Apr 18 08:39:42 CEST 2017 x86_64 GNU/Linux
04/28/17 16:15:59 - [main.c:157] Contents of /etc/os-release:
04/28/17 16:15:59 - [main.c:164] NAME="Arch Linux"
04/28/17 16:15:59 - [main.c:164] PRETTY_NAME="Arch Linux"
04/28/17 16:15:59 - [main.c:164] ID=arch
04/28/17 16:15:59 - [main.c:164] ID_LIKE=archlinux
04/28/17 16:15:59 - [main.c:164] ANSI_COLOR="0;36"
04/28/17 16:15:59 - [main.c:164] HOME_URL="https://www.archlinux.org/"
04/28/17 16:15:59 - [main.c:164] SUPPORT_URL="https://bbs.archlinux.org/"
04/28/17 16:15:59 - [main.c:164] BUG_REPORT_URL="https://bugs.archlinux.org/"
04/28/17 16:15:59 - [main.c:142] PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/edgar/.vim/plugged/fzf/bin
04/28/17 16:15:59 - [main.c:142] LD_LOAD_PATH=(null)
04/28/17 16:15:59 - [main.c:142] LD_PRELOAD_PATH=(null)
04/28/17 16:15:59 - [main.c:142] LD_LIBRARY_PATH=(null)
04/28/17 16:15:59 - [main.c:142] SWAY_CURSOR_THEME=(null)
04/28/17 16:15:59 - [main.c:142] SWAY_CURSOR_SIZE=(null)
04/28/17 16:15:59 - [main.c:142] SWAYSOCK=(null)
04/28/17 16:15:59 - [main.c:142] WLC_DRM_DEVICE=(null)
04/28/17 16:15:59 - [main.c:142] WLC_SHM=(null)
04/28/17 16:15:59 - [main.c:142] WLC_OUTPUTS=(null)
04/28/17 16:15:59 - [main.c:142] WLC_XWAYLAND=(null)
04/28/17 16:15:59 - [main.c:142] WLC_LIBINPUT=(null)
04/28/17 16:15:59 - [main.c:142] WLC_REPEAT_DELAY=(null)
04/28/17 16:15:59 - [main.c:142] WLC_REPEAT_RATE=(null)
04/28/17 16:15:59 - [main.c:142] XKB_DEFAULT_RULES=(null)
04/28/17 16:15:59 - [main.c:142] XKB_DEFAULT_MODEL=(null)
04/28/17 16:15:59 - [main.c:142] XKB_DEFAULT_LAYOUT=(null)
04/28/17 16:15:59 - [main.c:142] XKB_DEFAULT_VARIANT=(null)
04/28/17 16:15:59 - [main.c:142] XKB_DEFAULT_OPTIONS=(null)
Warning: Proprietary nvidia driver support is considered experimental. Nouveau is strongly recommended.
04/28/17 16:15:59 - [main.c:51] [wlc] logind: session control granted
04/28/17 16:15:59 - [main.c:51] [wlc] Running on vt 1 (fd 0)
04/28/17 16:15:59 - [main.c:49] [wlc] Failed to open X11 display
04/28/17 16:15:59 - [main.c:377] Starting sway version 0.13-rc1-14-g11b4c34 (2017-04-28, branch "master")

04/28/17 16:15:59 - [config.c:444] Set XDG_CONFIG_HOME to /home/edgar/.config
04/28/17 16:15:59 - [config.c:469] Loading config from /etc/sway/security.d/00-defaults
04/28/17 16:15:59 - [commands.c:510] handling config command 'permit * fullscreen keyboard mouse'
04/28/17 16:15:59 - [commands.c:339] find_handler(permit) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '*'
04/28/17 16:15:59 - [permit.c:72] Permissions granted to * for features 112
04/28/17 16:15:59 - [commands.c:510] handling config command 'permit /usr/local/bin/swaylock lock'
04/28/17 16:15:59 - [commands.c:339] find_handler(permit) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '/usr/local/bin/swaylock'
04/28/17 16:15:59 - [permit.c:72] Permissions granted to /usr/local/bin/swaylock for features 113
04/28/17 16:15:59 - [commands.c:510] handling config command 'permit /usr/local/bin/swaybg background'
04/28/17 16:15:59 - [commands.c:339] find_handler(permit) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '/usr/local/bin/swaybg'
04/28/17 16:15:59 - [permit.c:72] Permissions granted to /usr/local/bin/swaybg for features 116
04/28/17 16:15:59 - [commands.c:510] handling config command 'permit /usr/local/bin/swaygrab screenshot'
04/28/17 16:15:59 - [commands.c:339] find_handler(permit) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '/usr/local/bin/swaygrab'
04/28/17 16:15:59 - [permit.c:72] Permissions granted to /usr/local/bin/swaygrab for features 120
04/28/17 16:15:59 - [commands.c:510] handling config command 'permit /usr/local/bin/swaybar panel'
04/28/17 16:15:59 - [commands.c:339] find_handler(permit) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '/usr/local/bin/swaybar'
04/28/17 16:15:59 - [permit.c:72] Permissions granted to /usr/local/bin/swaybar for features 114
04/28/17 16:15:59 - [commands.c:510] handling config command 'ipc /usr/local/bin/swaymsg {'
04/28/17 16:15:59 - [commands.c:339] find_handler(ipc) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '/usr/local/bin/swaymsg'
04/28/17 16:15:59 - [commands.c:510] handling config command '* enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(*) 0
04/28/17 16:15:59 - [ipc.c:105] Enabled IPC * feature
04/28/17 16:15:59 - [commands.c:510] handling config command 'events {'
04/28/17 16:15:59 - [commands.c:339] find_handler(events) 0
04/28/17 16:15:59 - [commands.c:510] handling config command '* disabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(*) 0
04/28/17 16:15:59 - [ipc.c:157] Disabled IPC * event
04/28/17 16:15:59 - [commands.c:510] handling config command '}'
04/28/17 16:15:59 - [config.c:813] End of IPC events block
04/28/17 16:15:59 - [commands.c:510] handling config command '}'
04/28/17 16:15:59 - [config.c:808] End of IPC block
04/28/17 16:15:59 - [commands.c:510] handling config command 'ipc /usr/local/bin/swaybar {'
04/28/17 16:15:59 - [commands.c:339] find_handler(ipc) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '/usr/local/bin/swaybar'
04/28/17 16:15:59 - [commands.c:510] handling config command 'bar-config enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(bar-config) 0
04/28/17 16:15:59 - [ipc.c:105] Enabled IPC bar-config feature
04/28/17 16:15:59 - [commands.c:510] handling config command 'outputs enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(outputs) 0
04/28/17 16:15:59 - [ipc.c:105] Enabled IPC outputs feature
04/28/17 16:15:59 - [commands.c:510] handling config command 'workspaces enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(workspaces) 0
04/28/17 16:15:59 - [ipc.c:105] Enabled IPC workspaces feature
04/28/17 16:15:59 - [commands.c:510] handling config command 'command enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(command) 0
04/28/17 16:15:59 - [ipc.c:105] Enabled IPC command feature
04/28/17 16:15:59 - [commands.c:510] handling config command 'events {'
04/28/17 16:15:59 - [commands.c:339] find_handler(events) 0
04/28/17 16:15:59 - [commands.c:510] handling config command 'workspace enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(workspace) 0
04/28/17 16:15:59 - [ipc.c:154] Enabled IPC workspace event
04/28/17 16:15:59 - [commands.c:510] handling config command 'mode enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(mode) 0
04/28/17 16:15:59 - [ipc.c:154] Enabled IPC mode event
04/28/17 16:15:59 - [commands.c:510] handling config command '}'
04/28/17 16:15:59 - [config.c:813] End of IPC events block
04/28/17 16:15:59 - [commands.c:510] handling config command '}'
04/28/17 16:15:59 - [config.c:808] End of IPC block
04/28/17 16:15:59 - [commands.c:510] handling config command 'ipc /usr/local/bin/swaygrab {'
04/28/17 16:15:59 - [commands.c:339] find_handler(ipc) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '/usr/local/bin/swaygrab'
04/28/17 16:15:59 - [commands.c:510] handling config command 'outputs enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(outputs) 0
04/28/17 16:15:59 - [ipc.c:105] Enabled IPC outputs feature
04/28/17 16:15:59 - [commands.c:510] handling config command 'tree enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(tree) 0
04/28/17 16:15:59 - [ipc.c:105] Enabled IPC tree feature
04/28/17 16:15:59 - [commands.c:510] handling config command '}'
04/28/17 16:15:59 - [config.c:808] End of IPC block
04/28/17 16:15:59 - [commands.c:510] handling config command 'ipc /usr/local/bin/swaylock {'
04/28/17 16:15:59 - [commands.c:339] find_handler(ipc) 0
04/28/17 16:15:59 - [security.c:14] Validating IPC target '/usr/local/bin/swaylock'
04/28/17 16:15:59 - [commands.c:510] handling config command 'outputs enabled'
04/28/17 16:15:59 - [commands.c:339] find_handler(outputs) 0
04/28/17 16:15:59 - [ipc.c:105] Enabled IPC outputs feature
04/28/17 16:15:59 - [commands.c:510] handling config command '}'
04/28/17 16:15:59 - [config.c:808] End of IPC block
04/28/17 16:15:59 - [commands.c:510] handling config command 'commands {'
04/28/17 16:15:59 - [commands.c:339] find_handler(commands) 0
04/28/17 16:15:59 - [commands.c:339] find_handler(*) 0
04/28/17 16:15:59 - [commands.c:614] Set command policy for * to -1
04/28/17 16:15:59 - [commands.c:339] find_handler(fullscreen) 0
04/28/17 16:15:59 - [commands.c:614] Set command policy for fullscreen to 10
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [commands.c:614] Set command policy for bindsym to 1
04/28/17 16:15:59 - [commands.c:339] find_handler(exit) 0
04/28/17 16:15:59 - [commands.c:614] Set command policy for exit to 2
04/28/17 16:15:59 - [commands.c:339] find_handler(kill) 0
04/28/17 16:15:59 - [commands.c:614] Set command policy for kill to 2
04/28/17 16:15:59 - [config.c:803] End of commands block
04/28/17 16:15:59 - [config.c:469] Loading config from /home/edgar/.config/sway/config
04/28/17 16:15:59 - [commands.c:510] handling config command 'set $mod Mod4'
04/28/17 16:15:59 - [commands.c:339] find_handler(set) 0
04/28/17 16:15:59 - [commands.c:510] handling config command 'font pango:Droid Sans Mono for Powerline 12'
04/28/17 16:15:59 - [commands.c:339] find_handler(font) 0
04/28/17 16:15:59 - [font.c:25] Settings font Droid Sans Mono for Powerline 12
04/28/17 16:15:59 - [commands.c:510] handling config command 'floating_modifier $mod'
04/28/17 16:15:59 - [commands.c:339] find_handler(floating_modifier) 0
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Return exec urxvt'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Return to command exec urxvt
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+q kill'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+q to command kill
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+d exec dmenu -show run'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+d to command exec dmenu -show run
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+h focus left'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+h to command focus left
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+j focus down'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+j to command focus down
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+k focus up'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+k to command focus up
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+l focus right'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+l to command focus right
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+h move left'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+h to command move left
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+j move down'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+j to command move down
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+k move up'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+k to command move up
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+l move right'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+l to command move right
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+mod1+h move workspace to output left'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+mod1+h to command move workspace to output left
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+mod1+l move workspace to output right'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+mod1+l to command move workspace to output right
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+semicolon split h'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+semicolon to command split h
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+v split v'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+v to command split v
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+f fullscreen'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+f to command fullscreen
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+s layout stacking'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+s to command layout stacking
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+w layout tabbed'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+w to command layout tabbed
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+e layout toggle split'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+e to command layout toggle split
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+space floating toggle'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+space to command floating toggle
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+space focus mode_toggle'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+space to command focus mode_toggle
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+a focus parent'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+a to command focus parent
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+1 workspace 1'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+1 to command workspace 1
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+2 workspace 2'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+2 to command workspace 2
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+3 workspace 3'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+3 to command workspace 3
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+4 workspace 4'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+4 to command workspace 4
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+5 workspace 5'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+5 to command workspace 5
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+6 workspace 6'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+6 to command workspace 6
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+7 workspace 7'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+7 to command workspace 7
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+8 workspace 8'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+8 to command workspace 8
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+9 workspace 9'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+9 to command workspace 9
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+0 workspace 10'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+0 to command workspace 10
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+1 move container to workspace 1'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+1 to command move container to workspace 1
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+2 move container to workspace 2'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+2 to command move container to workspace 2
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+3 move container to workspace 3'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+3 to command move container to workspace 3
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+4 move container to workspace 4'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+4 to command move container to workspace 4
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+5 move container to workspace 5'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+5 to command move container to workspace 5
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+6 move container to workspace 6'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+6 to command move container to workspace 6
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+7 move container to workspace 7'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+7 to command move container to workspace 7
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+8 move container to workspace 8'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+8 to command move container to workspace 8
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+9 move container to workspace 9'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+9 to command move container to workspace 9
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+0 move container to workspace 10'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+0 to command move container to workspace 10
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+c reload'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+c to command reload
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+Shift+r restart'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+Shift+r to command restart
04/28/17 16:15:59 - [commands.c:510] handling config command 'mode "resize" {'
04/28/17 16:15:59 - [commands.c:339] find_handler(mode) 0
04/28/17 16:15:59 - [mode.c:48] Switching to mode `resize'
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym h resize shrink width 10 px or 10 ppt'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound h to command resize shrink width 10 px or 10 ppt
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym j resize grow height 10 px or 10 ppt'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound j to command resize grow height 10 px or 10 ppt
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym k resize shrink height 10 px or 10 ppt'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound k to command resize shrink height 10 px or 10 ppt
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym l resize grow width 10 px or 10 ppt'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound l to command resize grow width 10 px or 10 ppt
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym Return mode "default"'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Return to command mode "default"
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym Escape mode "default"'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Escape to command mode "default"
04/28/17 16:15:59 - [commands.c:510] handling config command '}'
04/28/17 16:15:59 - [config.c:780] End of mode block
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+r mode "resize"'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+r to command mode "resize"
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym $mod+shift+x exec swaylock'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound Mod4+shift+x to command exec swaylock
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% && killall -SIGUSR1 i3status'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound XF86AudioRaiseVolume to command exec --no-startup-id pactl set-sink-volume 0 +10% && killall -SIGUSR1 i3status
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% && killall -SIGUSR1 i3status'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound XF86AudioLowerVolume to command exec --no-startup-id pactl set-sink-volume 0 -10% && killall -SIGUSR1 i3status
04/28/17 16:15:59 - [commands.c:510] handling config command 'bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle && killall -SIGUSR1 i3status'
04/28/17 16:15:59 - [commands.c:339] find_handler(bindsym) 0
04/28/17 16:15:59 - [bind.c:85] bindsym - Bound XF86AudioMute to command exec --no-startup-id pactl set-sink-mute 0 toggle && killall -SIGUSR1 i3status
04/28/17 16:15:59 - [commands.c:510] handling config command 'default_border pixel 1'
04/28/17 16:15:59 - [commands.c:339] find_handler(default_border) 0
04/28/17 16:15:59 - [commands.c:510] handling config command 'bar {'
04/28/17 16:15:59 - [commands.c:339] find_handler(bar) 0
04/28/17 16:15:59 - [bar.c:57] Configuring bar bar-0
04/28/17 16:15:59 - [commands.c:510] handling config command 'position top'
04/28/17 16:15:59 - [commands.c:339] find_handler(position) 0
04/28/17 16:15:59 - [position.c:31] Setting bar position 'top' for bar: bar-0
04/28/17 16:15:59 - [commands.c:510] handling config command '}'
04/28/17 16:15:59 - [config.c:792] End of bar block
04/28/17 16:15:59 - [main.c:204] !! DANGER !! Sway does not have CAP_SYS_PTRACE and cannot enforce security rules for processes running as other users.
04/28/17 16:15:59 - [main.c:51] [wlc] libinput: resume
04/28/17 16:15:59 - [main.c:51] [wlc] Activating tty
04/28/17 16:15:59 - [main.c:51] [wlc] MODE: (0) 1920x1080@60000 *
04/28/17 16:15:59 - [main.c:49] [wlc] Connector 1 is not connected or has no modes
04/28/17 16:15:59 - [main.c:49] [wlc] Connector 2 is not connected or has no modes
04/28/17 16:15:59 - [main.c:49] [wlc] Connector 3 is not connected or has no modes
04/28/17 16:15:59 - [main.c:49] [wlc] Connector 4 is not connected or has no modes
04/28/17 16:15:59 - [main.c:51] [wlc] eDP-1 Chose mode (0) 1920x1080
04/28/17 16:15:59 - [handlers.c:221] Output 1 resolution changed to 1920 x 1080
04/28/17 16:15:59 - [container.c:138] New output 1:eDP-1
04/28/17 16:15:59 - [layout.c:63] Adding 0x1b363a0 (1, 1920.000000x1080.000000) to 0x64a180 (0, 0.000000x0.000000)
04/28/17 16:15:59 - [config.c:1048] Invoking swaybar for bar id 'bar-0'
04/28/17 16:15:59 - [workspace.c:46] Workspace: Generating new workspace name for output eDP-1
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '10'
04/28/17 16:15:59 - [workspace.c:108] Workspace: Found free name 10
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '1'
04/28/17 16:15:59 - [workspace.c:108] Workspace: Found free name 1
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '2'
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '3'
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '4'
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '5'
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '6'
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '7'
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '8'
04/28/17 16:15:59 - [workspace.c:68] Got valid workspace command for target: '9'
04/28/17 16:15:59 - [container.c:204] Creating default workspace 1
04/28/17 16:15:59 - [container.c:221] Added workspace 1 for output 1
04/28/17 16:15:59 - [layout.c:63] Adding 0x1b3dd00 (2, 1920.000000x1080.000000) to 0x1b363a0 (1, 1920.000000x1080.000000)
04/28/17 16:15:59 - [debug_log.c:98] Setting focus to 0x1b3dd00:18446744073709551615 (WORKSPACE '1')
04/28/17 16:15:59 - [ipc-server.c:676] Sending workspace::focus event
sway: error while loading shared libraries: libwlc.so.0: cannot open shared object file: No such file or directory
04/28/17 16:15:59 - [ipc-client.c:37] Unable to connect to 
04/28/17 16:15:59 - [main.c:51] [wlc] EGL context is double buffered
04/28/17 16:15:59 - [main.c:51] [wlc] EGL version: 1.4 (DRI2)
04/28/17 16:15:59 - [main.c:51] [wlc] EGL vendor: Mesa Project
04/28/17 16:15:59 - [main.c:51] [wlc] EGL client APIs: OpenGL OpenGL_ES 
04/28/17 16:15:59 - [main.c:51] [wlc] EGL context (RGB888)
04/28/17 16:15:59 - [main.c:51] [wlc] EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_WL_bind_wayland_display 
04/28/17 16:15:59 - [main.c:51] [wlc] GL version: OpenGL ES 3.2 Mesa 17.0.4
04/28/17 16:15:59 - [main.c:51] [wlc] GL vendor: Intel Open Source Technology Center
04/28/17 16:15:59 - [main.c:51] [wlc] GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_INTEL_conservative_rasterization GL_ANDROID_extension_pack_es31a GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_KHR_texture_compression_astc_sliced_3d GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_MESA_shader_integer_functions 
04/28/17 16:15:59 - [main.c:51] [wlc] GLES2 renderer initialized
04/28/17 16:15:59 - [main.c:51] [wlc] Set new bsurface to output (1)
04/28/17 16:15:59 - [main.c:51] [wlc] Added output (1)
04/28/17 16:15:59 - [main.c:51] [wlc] become active
04/28/17 16:16:00 - [main.c:51] [wlc] Xwayland started (DISPLAY :0)
04/28/17 16:16:00 - [main.c:51] [wlc] xfixes (5.0)
04/28/17 16:16:00 - [handlers.c:1056] Compositor is ready, executing cmds in queue
04/28/17 16:16:00 - [input.c:53] rewritten name Power_Button
04/28/17 16:16:00 - [handlers.c:133] Found input device (0:1:Power_Button)
04/28/17 16:16:00 - [input.c:53] rewritten name Video_Bus
04/28/17 16:16:00 - [handlers.c:133] Found input device (0:6:Video_Bus)
04/28/17 16:16:00 - [input.c:53] rewritten name Video_Bus
04/28/17 16:16:00 - [handlers.c:133] Found input device (0:6:Video_Bus)
04/28/17 16:16:00 - [input.c:53] rewritten name Power_Button
04/28/17 16:16:00 - [handlers.c:133] Found input device (0:1:Power_Button)
04/28/17 16:16:00 - [input.c:53] rewritten name Sleep_Button
04/28/17 16:16:00 - [handlers.c:133] Found input device (0:3:Sleep_Button)
04/28/17 16:16:00 - [input.c:53] rewritten name Integrated_Webcam_HD
04/28/17 16:16:00 - [handlers.c:133] Found input device (7119:11157:Integrated_Web)
04/28/17 16:16:00 - [input.c:53] rewritten name HID_05f3:0007
04/28/17 16:16:00 - [handlers.c:133] Found input device (1523:7:HID_05f3:00)
04/28/17 16:16:00 - [input.c:53] rewritten name HID_05f3:0007
04/28/17 16:16:00 - [handlers.c:133] Found input device (1523:7:HID_05f3:00)
04/28/17 16:16:00 - [input.c:53] rewritten name Razer_Razer_DeathAdder_Chroma
04/28/17 16:16:00 - [handlers.c:133] Found input device (5426:67:Razer_Razer_DeathAdder_Chr)
04/28/17 16:16:00 - [input.c:53] rewritten name Razer_Razer_DeathAdder_Chroma
04/28/17 16:16:00 - [handlers.c:133] Found input device (5426:67:Razer_Razer_DeathAdder_Chr)
04/28/17 16:16:00 - [input.c:53] rewritten name Razer_Razer_DeathAdder_Chroma
04/28/17 16:16:00 - [handlers.c:133] Found input device (5426:67:Razer_Razer_DeathAdder_Chr)
04/28/17 16:16:00 - [input.c:53] rewritten name DLL07BF:01_06CB:7A13_Touchpad
04/28/17 16:16:00 - [handlers.c:133] Found input device (1739:31251:DLL07BF:01_06CB:7A13_To)
04/28/17 16:16:00 - [input.c:53] rewritten name Intel_HID_events
04/28/17 16:16:00 - [handlers.c:133] Found input device (0:0:Intel_HID_events)
04/28/17 16:16:00 - [input.c:53] rewritten name AT_Translated_Set_2_keyboard
04/28/17 16:16:00 - [handlers.c:133] Found input device (1:1:AT_Translated_Set_2_keyboard)
04/28/17 16:16:00 - [input.c:53] rewritten name PS/2_Synaptics_TouchPad
04/28/17 16:16:00 - [handlers.c:133] Found input device (2:1:PS/2_Synaptics_TouchPad)
04/28/17 16:16:00 - [input.c:53] rewritten name Dell_WMI_hotkeys
04/28/17 16:16:00 - [handlers.c:133] Found input device (0:0:Dell_WMI_hotkeys)
04/28/17 16:16:00 - [commands.c:420] Handling command 'exec urxvt'
04/28/17 16:16:00 - [commands.c:339] find_handler(exec) 0
04/28/17 16:16:00 - [commands.c:460] Running on container '1'
04/28/17 16:16:00 - [exec_always.c:34] Executing urxvt
04/28/17 16:16:00 - [exec_always.c:75] Child process created with pid 1038 for workspace 1
04/28/17 16:16:00 - [ipc-server.c:750] Sending binding::run event
04/28/17 16:16:01 - [workspace.c:330] looking for workspace for pid 1038
04/28/17 16:16:01 - [workspace.c:345] found pid_workspace for pid 1038, workspace 1
04/28/17 16:16:01 - [handlers.c:420] handle:2 type:0 state:0 parent:0 mask:0 (x:0 y:0 w:496 h:316) title:urxvt class:URxvt appid:(null)
04/28/17 16:16:01 - [container.c:299] Adding new view 2:urxvt to container 0x1b3dd00 2
04/28/17 16:16:01 - [layout.c:63] Adding 0x1998ca0 (4, 0.000000x0.000000) to 0x1b3dd00 (2, 1920.000000x1080.000000)
04/28/17 16:16:01 - [ipc-server.c:700] Sending window::new event
04/28/17 16:16:01 - [debug_log.c:98] Setting focus to 0x1998ca0:2 (VIEW 'urxvt')
04/28/17 16:16:01 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:01 - [debug_log.c:98] Arranging layout for 0x1b363a0 (OUTPUT 'eDP-1')
04/28/17 16:16:01 - [layout.c:968] Arranging layout for 0x1b363a0 eDP-1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:01 - [debug_log.c:98] Arranging layout for 0x1b3dd00 (WORKSPACE '1')
04/28/17 16:16:01 - [layout.c:968] Arranging layout for 0x1b3dd00 1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:01 - [layout.c:1030] Arranging workspace '1' at 0.000000, 0.000000
04/28/17 16:16:01 - [layout.c:1148] Arranging 0x1b3dd00 horizontally
04/28/17 16:16:01 - [layout.c:1154] Calculating arrangement for 0x1998ca0:4 (will scale 1920.000000 by 1.000000)
04/28/17 16:16:01 - [layout.c:968] Arranging layout for 0x1998ca0 urxvt 1920.000000x0.000000+0.000000,0.000000
04/28/17 16:16:01 - [layout.c:1040] Set view to 1920 x 1080 @ 0, 0
focus:R      |(0x64a180)(p:(nil)   )(f:0x1b363a0)(h:18446744073709551615)Type:root|layout:-    |w:1920|h:1080|x:   0|y:   0|g:  0|vis:t|children: 1|name:root
|focus:X     |(0x1b363a0)(p:0x64a180)(f:0x1b3dd00)(h: 1)Type:op  |layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:eDP-1
|-focus:W    |(0x1b3dd00)(p:0x1b363a0)(f:0x1998ca0)(h:18446744073709551615)Type:ws  |layout:Horiz|w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:1
|--focus:K   |(0x1998ca0)(p:0x1b3dd00)(f:(nil)   )(h: 2)Type:view|layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 0|name:urxvt
04/28/17 16:16:01 - [handlers.c:585] geometry request for 2 496x316 @ 1,1
04/28/17 16:16:01 - [handlers.c:585] geometry request for 2 1918x1078 @ 1,1
04/28/17 16:16:01 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:06 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:06 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:09 - [commands.c:420] Handling command 'exec urxvt'
04/28/17 16:16:09 - [commands.c:339] find_handler(exec) 0
04/28/17 16:16:09 - [commands.c:460] Running on container '~'
04/28/17 16:16:09 - [exec_always.c:34] Executing urxvt
04/28/17 16:16:09 - [exec_always.c:75] Child process created with pid 1181 for workspace 1
04/28/17 16:16:09 - [ipc-server.c:750] Sending binding::run event
04/28/17 16:16:09 - [workspace.c:330] looking for workspace for pid 1181
04/28/17 16:16:09 - [workspace.c:345] found pid_workspace for pid 1181, workspace 1
04/28/17 16:16:09 - [handlers.c:420] handle:3 type:0 state:0 parent:0 mask:0 (x:0 y:0 w:804 h:460) title:urxvt class:URxvt appid:(null)
04/28/17 16:16:09 - [container.c:299] Adding new view 3:urxvt to container 0x1998ca0 4
04/28/17 16:16:09 - [ipc-server.c:700] Sending window::new event
04/28/17 16:16:09 - [debug_log.c:98] Setting focus to 0x192cf70:3 (VIEW 'urxvt')
04/28/17 16:16:09 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:09 - [debug_log.c:98] Arranging layout for 0x1b363a0 (OUTPUT 'eDP-1')
04/28/17 16:16:09 - [layout.c:968] Arranging layout for 0x1b363a0 eDP-1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:09 - [debug_log.c:98] Arranging layout for 0x1b3dd00 (WORKSPACE '1')
04/28/17 16:16:09 - [layout.c:968] Arranging layout for 0x1b3dd00 1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:09 - [layout.c:1030] Arranging workspace '1' at 0.000000, 0.000000
04/28/17 16:16:09 - [layout.c:1148] Arranging 0x1b3dd00 horizontally
04/28/17 16:16:09 - [layout.c:1154] Calculating arrangement for 0x1998ca0:4 (will scale 1920.000000 by 0.500000)
04/28/17 16:16:09 - [layout.c:968] Arranging layout for 0x1998ca0 ~ 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:09 - [layout.c:1040] Set view to 960 x 1080 @ 0, 0
04/28/17 16:16:09 - [layout.c:1154] Calculating arrangement for 0x192cf70:4 (will scale 1920.000000 by 0.500000)
04/28/17 16:16:09 - [layout.c:968] Arranging layout for 0x192cf70 urxvt 1920.000000x0.000000+960.000000,0.000000
04/28/17 16:16:09 - [layout.c:1040] Set view to 960 x 1080 @ 960, 0
focus:R      |(0x64a180)(p:(nil)   )(f:0x1b363a0)(h:18446744073709551615)Type:root|layout:-    |w:1920|h:1080|x:   0|y:   0|g:  0|vis:t|children: 1|name:root
|focus:X     |(0x1b363a0)(p:0x64a180)(f:0x1b3dd00)(h: 1)Type:op  |layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:eDP-1
|-focus:W    |(0x1b3dd00)(p:0x1b363a0)(f:0x192cf70)(h:18446744073709551615)Type:ws  |layout:Horiz|w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 2|name:1
|--focus:X   |(0x1998ca0)(p:0x1b3dd00)(f:(nil)   )(h: 2)Type:view|layout:-    |w: 960|h:1080|x:   0|y:   0|g: -1|vis:t|children: 0|name:~
|--focus:K   |(0x192cf70)(p:0x1b3dd00)(f:(nil)   )(h: 3)Type:view|layout:-    |w: 960|h:1080|x: 960|y:   0|g: -1|vis:t|children: 0|name:urxvt
04/28/17 16:16:09 - [handlers.c:585] geometry request for 3 804x460 @ 961,1
04/28/17 16:16:09 - [handlers.c:585] geometry request for 2 958x1078 @ 1,1
04/28/17 16:16:09 - [handlers.c:585] geometry request for 3 958x1078 @ 961,1
04/28/17 16:16:09 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:09 - [commands.c:420] Handling command 'focus left'
04/28/17 16:16:09 - [commands.c:339] find_handler(focus) 0
04/28/17 16:16:09 - [commands.c:460] Running on container '~'
04/28/17 16:16:09 - [layout.c:1551] get_swayc_in_direction_under cont 1-0x192cf70 dir 0 sibling 0: 0x1998ca0
04/28/17 16:16:09 - [debug_log.c:98] Setting focus to 0x1998ca0:2 (VIEW '~')
04/28/17 16:16:09 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:09 - [ipc-server.c:750] Sending binding::run event
04/28/17 16:16:09 - [commands.c:420] Handling command 'kill'
04/28/17 16:16:09 - [commands.c:339] find_handler(kill) 0
04/28/17 16:16:09 - [commands.c:460] Running on container '~'
04/28/17 16:16:09 - [ipc-server.c:750] Sending binding::run event
04/28/17 16:16:09 - [handlers.c:522] Destroying window 2
04/28/17 16:16:09 - [container.c:518] Destroying view '0x1998ca0'
04/28/17 16:16:09 - [debug_log.c:98] Arranging layout for 0x1b3dd00 (WORKSPACE '1')
04/28/17 16:16:09 - [layout.c:968] Arranging layout for 0x1b3dd00 1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:09 - [layout.c:1030] Arranging workspace '1' at 0.000000, 0.000000
04/28/17 16:16:09 - [layout.c:1148] Arranging 0x1b3dd00 horizontally
04/28/17 16:16:09 - [layout.c:1154] Calculating arrangement for 0x192cf70:4 (will scale 1920.000000 by 2.000000)
04/28/17 16:16:09 - [layout.c:968] Arranging layout for 0x192cf70 ~ 960.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:09 - [layout.c:1040] Set view to 1920 x 1080 @ 0, 0
focus:R      |(0x64a180)(p:(nil)   )(f:0x1b363a0)(h:18446744073709551615)Type:root|layout:-    |w:1920|h:1080|x:   0|y:   0|g:  0|vis:t|children: 1|name:root
|focus:X     |(0x1b363a0)(p:0x64a180)(f:0x1b3dd00)(h: 1)Type:op  |layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:eDP-1
|-focus:W    |(0x1b3dd00)(p:0x1b363a0)(f:0x192cf70)(h:18446744073709551615)Type:ws  |layout:Horiz|w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:1
|--focus:K   |(0x192cf70)(p:0x1b3dd00)(f:(nil)   )(h: 3)Type:view|layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 0|name:~
04/28/17 16:16:09 - [ipc-server.c:700] Sending window::close event
04/28/17 16:16:09 - [debug_log.c:98] Setting focus to 0x192cf70:3 (VIEW '~')
04/28/17 16:16:09 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:09 - [handlers.c:585] geometry request for 3 1918x1078 @ 1,1
04/28/17 16:16:12 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:12 - [debug_log.c:98] Setting focus to 0x192cf70:3 (VIEW 'edgar: chromium')
04/28/17 16:16:12 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:13 - [workspace.c:330] looking for workspace for pid 1238
04/28/17 16:16:13 - [handlers.c:420] handle:2 type:0 state:0 parent:0 mask:0 (x:1 y:1 w:958 h:1078) title:New Tab - Chromium class:Chromium appid:(null)
04/28/17 16:16:13 - [container.c:299] Adding new view 2:New Tab - Chromium to container 0x192cf70 4
04/28/17 16:16:13 - [ipc-server.c:700] Sending window::new event
04/28/17 16:16:13 - [debug_log.c:98] Setting focus to 0x1998ca0:2 (VIEW 'New Tab - Chromium')
04/28/17 16:16:13 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:13 - [debug_log.c:98] Arranging layout for 0x1b363a0 (OUTPUT 'eDP-1')
04/28/17 16:16:13 - [layout.c:968] Arranging layout for 0x1b363a0 eDP-1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:13 - [debug_log.c:98] Arranging layout for 0x1b3dd00 (WORKSPACE '1')
04/28/17 16:16:13 - [layout.c:968] Arranging layout for 0x1b3dd00 1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:13 - [layout.c:1030] Arranging workspace '1' at 0.000000, 0.000000
04/28/17 16:16:13 - [layout.c:1148] Arranging 0x1b3dd00 horizontally
04/28/17 16:16:13 - [layout.c:1154] Calculating arrangement for 0x192cf70:4 (will scale 1920.000000 by 0.500000)
04/28/17 16:16:13 - [layout.c:968] Arranging layout for 0x192cf70 edgar: chromium 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:13 - [layout.c:1040] Set view to 960 x 1080 @ 0, 0
04/28/17 16:16:13 - [layout.c:1154] Calculating arrangement for 0x1998ca0:4 (will scale 1920.000000 by 0.500000)
04/28/17 16:16:13 - [layout.c:968] Arranging layout for 0x1998ca0 New Tab - Chromium 1920.000000x0.000000+960.000000,0.000000
04/28/17 16:16:13 - [layout.c:1040] Set view to 960 x 1080 @ 960, 0
focus:R      |(0x64a180)(p:(nil)   )(f:0x1b363a0)(h:18446744073709551615)Type:root|layout:-    |w:1920|h:1080|x:   0|y:   0|g:  0|vis:t|children: 1|name:root
|focus:X     |(0x1b363a0)(p:0x64a180)(f:0x1b3dd00)(h: 1)Type:op  |layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:eDP-1
|-focus:W    |(0x1b3dd00)(p:0x1b363a0)(f:0x1998ca0)(h:18446744073709551615)Type:ws  |layout:Horiz|w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 2|name:1
|--focus:X   |(0x192cf70)(p:0x1b3dd00)(f:(nil)   )(h: 3)Type:view|layout:-    |w: 960|h:1080|x:   0|y:   0|g: -1|vis:t|children: 0|name:edgar: chromium
|--focus:K   |(0x1998ca0)(p:0x1b3dd00)(f:(nil)   )(h: 2)Type:view|layout:-    |w: 960|h:1080|x: 960|y:   0|g: -1|vis:t|children: 0|name:New Tab - Chromi
04/28/17 16:16:13 - [handlers.c:585] geometry request for 2 958x1078 @ 961,1
04/28/17 16:16:13 - [handlers.c:585] geometry request for 3 958x1078 @ 1,1
04/28/17 16:16:13 - [debug_log.c:98] Setting focus to 0x192cf70:3 (VIEW 'edgar: chromium')
04/28/17 16:16:13 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:14 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:15 - [commands.c:420] Handling command 'kill'
04/28/17 16:16:15 - [commands.c:339] find_handler(kill) 0
04/28/17 16:16:15 - [commands.c:460] Running on container '~'
04/28/17 16:16:15 - [ipc-server.c:750] Sending binding::run event
04/28/17 16:16:15 - [handlers.c:522] Destroying window 3
04/28/17 16:16:15 - [container.c:518] Destroying view '0x192cf70'
04/28/17 16:16:15 - [debug_log.c:98] Arranging layout for 0x1b3dd00 (WORKSPACE '1')
04/28/17 16:16:15 - [layout.c:968] Arranging layout for 0x1b3dd00 1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:15 - [layout.c:1030] Arranging workspace '1' at 0.000000, 0.000000
04/28/17 16:16:15 - [layout.c:1148] Arranging 0x1b3dd00 horizontally
04/28/17 16:16:15 - [layout.c:1154] Calculating arrangement for 0x1998ca0:4 (will scale 1920.000000 by 2.000000)
04/28/17 16:16:15 - [layout.c:968] Arranging layout for 0x1998ca0 New Tab - Chromium 960.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:15 - [layout.c:1040] Set view to 1920 x 1080 @ 0, 0
focus:R      |(0x64a180)(p:(nil)   )(f:0x1b363a0)(h:18446744073709551615)Type:root|layout:-    |w:1920|h:1080|x:   0|y:   0|g:  0|vis:t|children: 1|name:root
|focus:X     |(0x1b363a0)(p:0x64a180)(f:0x1b3dd00)(h: 1)Type:op  |layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:eDP-1
|-focus:W    |(0x1b3dd00)(p:0x1b363a0)(f:0x1998ca0)(h:18446744073709551615)Type:ws  |layout:Horiz|w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:1
|--focus:K   |(0x1998ca0)(p:0x1b3dd00)(f:(nil)   )(h: 2)Type:view|layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 0|name:New Tab - Chromi
04/28/17 16:16:15 - [ipc-server.c:700] Sending window::close event
04/28/17 16:16:15 - [debug_log.c:98] Setting focus to 0x1998ca0:2 (VIEW 'New Tab - Chromium')
04/28/17 16:16:15 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:15 - [handlers.c:585] geometry request for 2 1918x1078 @ 1,1
04/28/17 16:16:19 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:19 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:19 - [debug_log.c:98] Setting focus to 0x1998ca0:2 (VIEW 'sway github faq - Google )
04/28/17 16:16:19 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:21 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:23 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:24 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:27 - [commands.c:420] Handling command 'exec urxvt'
04/28/17 16:16:27 - [commands.c:339] find_handler(exec) 0
04/28/17 16:16:27 - [commands.c:460] Running on container 'swaybar quits immediately · Issue #1198 · SirCmpwn/sway - Chromium'
04/28/17 16:16:27 - [exec_always.c:34] Executing urxvt
04/28/17 16:16:27 - [exec_always.c:75] Child process created with pid 1959 for workspace 1
04/28/17 16:16:27 - [ipc-server.c:750] Sending binding::run event
04/28/17 16:16:27 - [workspace.c:330] looking for workspace for pid 1959
04/28/17 16:16:27 - [workspace.c:345] found pid_workspace for pid 1959, workspace 1
04/28/17 16:16:27 - [handlers.c:420] handle:3 type:0 state:0 parent:0 mask:0 (x:0 y:0 w:804 h:460) title:urxvt class:URxvt appid:(null)
04/28/17 16:16:27 - [container.c:299] Adding new view 3:urxvt to container 0x1998ca0 4
04/28/17 16:16:27 - [ipc-server.c:700] Sending window::new event
04/28/17 16:16:27 - [debug_log.c:98] Setting focus to 0x28f08b0:3 (VIEW 'urxvt')
04/28/17 16:16:27 - [ipc-server.c:700] Sending window::focus event
04/28/17 16:16:27 - [debug_log.c:98] Arranging layout for 0x1b363a0 (OUTPUT 'eDP-1')
04/28/17 16:16:27 - [layout.c:968] Arranging layout for 0x1b363a0 eDP-1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:27 - [debug_log.c:98] Arranging layout for 0x1b3dd00 (WORKSPACE '1')
04/28/17 16:16:27 - [layout.c:968] Arranging layout for 0x1b3dd00 1 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:27 - [layout.c:1030] Arranging workspace '1' at 0.000000, 0.000000
04/28/17 16:16:27 - [layout.c:1148] Arranging 0x1b3dd00 horizontally
04/28/17 16:16:27 - [layout.c:1154] Calculating arrangement for 0x1998ca0:4 (will scale 1920.000000 by 0.500000)
04/28/17 16:16:27 - [layout.c:968] Arranging layout for 0x1998ca0 swaybar quits immediately · Issue #1198 · SirCmpwn/sway - Chromium 1920.000000x1080.000000+0.000000,0.000000
04/28/17 16:16:27 - [layout.c:1040] Set view to 960 x 1080 @ 0, 0
04/28/17 16:16:27 - [layout.c:1154] Calculating arrangement for 0x28f08b0:4 (will scale 1920.000000 by 0.500000)
04/28/17 16:16:27 - [layout.c:968] Arranging layout for 0x28f08b0 urxvt 1920.000000x0.000000+960.000000,0.000000
04/28/17 16:16:27 - [layout.c:1040] Set view to 960 x 1080 @ 960, 0
focus:R      |(0x64a180)(p:(nil)   )(f:0x1b363a0)(h:18446744073709551615)Type:root|layout:-    |w:1920|h:1080|x:   0|y:   0|g:  0|vis:t|children: 1|name:root
|focus:X     |(0x1b363a0)(p:0x64a180)(f:0x1b3dd00)(h: 1)Type:op  |layout:-    |w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 1|name:eDP-1
|-focus:W    |(0x1b3dd00)(p:0x1b363a0)(f:0x28f08b0)(h:18446744073709551615)Type:ws  |layout:Horiz|w:1920|h:1080|x:   0|y:   0|g: -1|vis:t|children: 2|name:1
|--focus:X   |(0x1998ca0)(p:0x1b3dd00)(f:(nil)   )(h: 2)Type:view|layout:-    |w: 960|h:1080|x:   0|y:   0|g: -1|vis:t|children: 0|name:swaybar quits im
|--focus:K   |(0x28f08b0)(p:0x1b3dd00)(f:(nil)   )(h: 3)Type:view|layout:-    |w: 960|h:1080|x: 960|y:   0|g: -1|vis:t|children: 0|name:urxvt
04/28/17 16:16:27 - [handlers.c:585] geometry request for 3 804x460 @ 961,1
04/28/17 16:16:27 - [handlers.c:585] geometry request for 2 958x1078 @ 1,1
04/28/17 16:16:27 - [handlers.c:585] geometry request for 3 958x1078 @ 961,1
04/28/17 16:16:27 - [ipc-server.c:700] Sending window::title event
04/28/17 16:16:31 - [ipc-server.c:700] Sending window::title event
ddevault commented 7 years ago

I guess try running sway with LD_LIBRARY_PATH=/usr/local/lib. You'll have to use cmake -DLD_LIBRARY_PATH=/usr/local/lib for this to work. Or you could install wlc to /usr.

hinshun commented 7 years ago

I've tried /usr/local/lib and /usr/local/lib64; both of which fails to start sway with the attached log.

My system runs logind, and I've never been able to run sway after adding the capabilities listed in the README:

sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway
sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway

After adding those capabilities, I get this:

sway: error while loading shared libraries: libwlc.so.0: cannot open shared object file: No such file or directory

These are the logs for without adding capabilities:

04/28/17 17:03:26 - [main.c:185] Linux triforce 4.10.11-1-ARCH #1 SMP PREEMPT Tue Apr 18 08:39:42 CEST 2017 x86_64 GNU/Linux
04/28/17 17:03:26 - [main.c:157] Contents of /etc/os-release:
04/28/17 17:03:26 - [main.c:164] NAME="Arch Linux"
04/28/17 17:03:26 - [main.c:164] PRETTY_NAME="Arch Linux"
04/28/17 17:03:26 - [main.c:164] ID=arch
04/28/17 17:03:26 - [main.c:164] ID_LIKE=archlinux
04/28/17 17:03:26 - [main.c:164] ANSI_COLOR="0;36"
04/28/17 17:03:26 - [main.c:164] HOME_URL="https://www.archlinux.org/"
04/28/17 17:03:26 - [main.c:164] SUPPORT_URL="https://bbs.archlinux.org/"
04/28/17 17:03:26 - [main.c:164] BUG_REPORT_URL="https://bugs.archlinux.org/"
04/28/17 17:03:26 - [main.c:142] PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/edgar/.vim/plugged/fzf/bin
04/28/17 17:03:26 - [main.c:142] LD_LOAD_PATH=(null)
04/28/17 17:03:26 - [main.c:142] LD_PRELOAD_PATH=(null)
04/28/17 17:03:26 - [main.c:142] LD_LIBRARY_PATH=/usr/local/lib64
04/28/17 17:03:26 - [main.c:142] SWAY_CURSOR_THEME=(null)
04/28/17 17:03:26 - [main.c:142] SWAY_CURSOR_SIZE=(null)
04/28/17 17:03:26 - [main.c:142] SWAYSOCK=(null)
04/28/17 17:03:26 - [main.c:142] WLC_DRM_DEVICE=(null)
04/28/17 17:03:26 - [main.c:142] WLC_SHM=(null)
04/28/17 17:03:26 - [main.c:142] WLC_OUTPUTS=(null)
04/28/17 17:03:26 - [main.c:142] WLC_XWAYLAND=(null)
04/28/17 17:03:26 - [main.c:142] WLC_LIBINPUT=(null)
04/28/17 17:03:26 - [main.c:142] WLC_REPEAT_DELAY=(null)
04/28/17 17:03:26 - [main.c:142] WLC_REPEAT_RATE=(null)
04/28/17 17:03:26 - [main.c:142] XKB_DEFAULT_RULES=(null)
04/28/17 17:03:26 - [main.c:142] XKB_DEFAULT_MODEL=(null)
04/28/17 17:03:26 - [main.c:142] XKB_DEFAULT_LAYOUT=(null)
04/28/17 17:03:26 - [main.c:142] XKB_DEFAULT_VARIANT=(null)
04/28/17 17:03:26 - [main.c:142] XKB_DEFAULT_OPTIONS=(null)
Warning: Proprietary nvidia driver support is considered experimental. Nouveau is strongly recommended.
04/28/17 17:03:26 - [main.c:51] [wlc] logind: session control granted
04/28/17 17:03:26 - [main.c:51] [wlc] Running on vt 1 (fd 0)
04/28/17 17:03:26 - [main.c:49] [wlc] Failed to open X11 display
04/28/17 17:03:26 - [main.c:377] Starting sway version 0.13-rc1-15-g1376de4 (2017-04-29, branch "master")

04/28/17 17:03:26 - [config.c:444] Set XDG_CONFIG_HOME to /home/edgar/.config
04/28/17 17:03:26 - [config.c:469] Loading config from /etc/sway/security.d/00-defaults
04/28/17 17:03:26 - [commands.c:510] handling config command 'permit * fullscreen keyboard mouse'
04/28/17 17:03:26 - [commands.c:339] find_handler(permit) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '*'
04/28/17 17:03:26 - [permit.c:72] Permissions granted to * for features 112
04/28/17 17:03:26 - [commands.c:510] handling config command 'permit /usr/local/bin/swaylock lock'
04/28/17 17:03:26 - [commands.c:339] find_handler(permit) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '/usr/local/bin/swaylock'
04/28/17 17:03:26 - [permit.c:72] Permissions granted to /usr/local/bin/swaylock for features 113
04/28/17 17:03:26 - [commands.c:510] handling config command 'permit /usr/local/bin/swaybg background'
04/28/17 17:03:26 - [commands.c:339] find_handler(permit) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '/usr/local/bin/swaybg'
04/28/17 17:03:26 - [permit.c:72] Permissions granted to /usr/local/bin/swaybg for features 116
04/28/17 17:03:26 - [commands.c:510] handling config command 'permit /usr/local/bin/swaygrab screenshot'
04/28/17 17:03:26 - [commands.c:339] find_handler(permit) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '/usr/local/bin/swaygrab'
04/28/17 17:03:26 - [permit.c:72] Permissions granted to /usr/local/bin/swaygrab for features 120
04/28/17 17:03:26 - [commands.c:510] handling config command 'permit /usr/local/bin/swaybar panel'
04/28/17 17:03:26 - [commands.c:339] find_handler(permit) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '/usr/local/bin/swaybar'
04/28/17 17:03:26 - [permit.c:72] Permissions granted to /usr/local/bin/swaybar for features 114
04/28/17 17:03:26 - [commands.c:510] handling config command 'ipc /usr/local/bin/swaymsg {'
04/28/17 17:03:26 - [commands.c:339] find_handler(ipc) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '/usr/local/bin/swaymsg'
04/28/17 17:03:26 - [commands.c:510] handling config command '* enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(*) 0
04/28/17 17:03:26 - [ipc.c:105] Enabled IPC * feature
04/28/17 17:03:26 - [commands.c:510] handling config command 'events {'
04/28/17 17:03:26 - [commands.c:339] find_handler(events) 0
04/28/17 17:03:26 - [commands.c:510] handling config command '* disabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(*) 0
04/28/17 17:03:26 - [ipc.c:157] Disabled IPC * event
04/28/17 17:03:26 - [commands.c:510] handling config command '}'
04/28/17 17:03:26 - [config.c:813] End of IPC events block
04/28/17 17:03:26 - [commands.c:510] handling config command '}'
04/28/17 17:03:26 - [config.c:808] End of IPC block
04/28/17 17:03:26 - [commands.c:510] handling config command 'ipc /usr/local/bin/swaybar {'
04/28/17 17:03:26 - [commands.c:339] find_handler(ipc) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '/usr/local/bin/swaybar'
04/28/17 17:03:26 - [commands.c:510] handling config command 'bar-config enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(bar-config) 0
04/28/17 17:03:26 - [ipc.c:105] Enabled IPC bar-config feature
04/28/17 17:03:26 - [commands.c:510] handling config command 'outputs enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(outputs) 0
04/28/17 17:03:26 - [ipc.c:105] Enabled IPC outputs feature
04/28/17 17:03:26 - [commands.c:510] handling config command 'workspaces enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(workspaces) 0
04/28/17 17:03:26 - [ipc.c:105] Enabled IPC workspaces feature
04/28/17 17:03:26 - [commands.c:510] handling config command 'command enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(command) 0
04/28/17 17:03:26 - [ipc.c:105] Enabled IPC command feature
04/28/17 17:03:26 - [commands.c:510] handling config command 'events {'
04/28/17 17:03:26 - [commands.c:339] find_handler(events) 0
04/28/17 17:03:26 - [commands.c:510] handling config command 'workspace enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(workspace) 0
04/28/17 17:03:26 - [ipc.c:154] Enabled IPC workspace event
04/28/17 17:03:26 - [commands.c:510] handling config command 'mode enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(mode) 0
04/28/17 17:03:26 - [ipc.c:154] Enabled IPC mode event
04/28/17 17:03:26 - [commands.c:510] handling config command '}'
04/28/17 17:03:26 - [config.c:813] End of IPC events block
04/28/17 17:03:26 - [commands.c:510] handling config command '}'
04/28/17 17:03:26 - [config.c:808] End of IPC block
04/28/17 17:03:26 - [commands.c:510] handling config command 'ipc /usr/local/bin/swaygrab {'
04/28/17 17:03:26 - [commands.c:339] find_handler(ipc) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '/usr/local/bin/swaygrab'
04/28/17 17:03:26 - [commands.c:510] handling config command 'outputs enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(outputs) 0
04/28/17 17:03:26 - [ipc.c:105] Enabled IPC outputs feature
04/28/17 17:03:26 - [commands.c:510] handling config command 'tree enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(tree) 0
04/28/17 17:03:26 - [ipc.c:105] Enabled IPC tree feature
04/28/17 17:03:26 - [commands.c:510] handling config command '}'
04/28/17 17:03:26 - [config.c:808] End of IPC block
04/28/17 17:03:26 - [commands.c:510] handling config command 'ipc /usr/local/bin/swaylock {'
04/28/17 17:03:26 - [commands.c:339] find_handler(ipc) 0
04/28/17 17:03:26 - [security.c:14] Validating IPC target '/usr/local/bin/swaylock'
04/28/17 17:03:26 - [commands.c:510] handling config command 'outputs enabled'
04/28/17 17:03:26 - [commands.c:339] find_handler(outputs) 0
04/28/17 17:03:26 - [ipc.c:105] Enabled IPC outputs feature
04/28/17 17:03:26 - [commands.c:510] handling config command '}'
04/28/17 17:03:26 - [config.c:808] End of IPC block
04/28/17 17:03:26 - [commands.c:510] handling config command 'commands {'
04/28/17 17:03:26 - [commands.c:339] find_handler(commands) 0
04/28/17 17:03:26 - [commands.c:339] find_handler(*) 0
04/28/17 17:03:26 - [commands.c:614] Set command policy for * to -1
04/28/17 17:03:26 - [commands.c:339] find_handler(fullscreen) 0
04/28/17 17:03:26 - [commands.c:614] Set command policy for fullscreen to 10
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [commands.c:614] Set command policy for bindsym to 1
04/28/17 17:03:26 - [commands.c:339] find_handler(exit) 0
04/28/17 17:03:26 - [commands.c:614] Set command policy for exit to 2
04/28/17 17:03:26 - [commands.c:339] find_handler(kill) 0
04/28/17 17:03:26 - [commands.c:614] Set command policy for kill to 2
04/28/17 17:03:26 - [config.c:803] End of commands block
04/28/17 17:03:26 - [config.c:469] Loading config from /home/edgar/.config/sway/config
04/28/17 17:03:26 - [commands.c:510] handling config command 'set $mod Mod4'
04/28/17 17:03:26 - [commands.c:339] find_handler(set) 0
04/28/17 17:03:26 - [commands.c:510] handling config command 'font pango:Droid Sans Mono for Powerline 12'
04/28/17 17:03:26 - [commands.c:339] find_handler(font) 0
04/28/17 17:03:26 - [font.c:25] Settings font Droid Sans Mono for Powerline 12
04/28/17 17:03:26 - [commands.c:510] handling config command 'floating_modifier $mod'
04/28/17 17:03:26 - [commands.c:339] find_handler(floating_modifier) 0
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Return exec urxvt'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Return to command exec urxvt
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+q kill'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+q to command kill
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+d exec dmenu -show run'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+d to command exec dmenu -show run
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+h focus left'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+h to command focus left
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+j focus down'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+j to command focus down
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+k focus up'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+k to command focus up
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+l focus right'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+l to command focus right
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+h move left'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+h to command move left
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+j move down'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+j to command move down
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+k move up'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+k to command move up
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+l move right'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+l to command move right
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+mod1+h move workspace to output left'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+mod1+h to command move workspace to output left
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+mod1+l move workspace to output right'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+mod1+l to command move workspace to output right
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+semicolon split h'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+semicolon to command split h
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+v split v'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+v to command split v
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+f fullscreen'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+f to command fullscreen
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+s layout stacking'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+s to command layout stacking
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+w layout tabbed'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+w to command layout tabbed
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+e layout toggle split'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+e to command layout toggle split
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+space floating toggle'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+space to command floating toggle
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+space focus mode_toggle'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+space to command focus mode_toggle
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+a focus parent'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+a to command focus parent
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+1 workspace 1'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+1 to command workspace 1
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+2 workspace 2'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+2 to command workspace 2
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+3 workspace 3'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+3 to command workspace 3
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+4 workspace 4'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+4 to command workspace 4
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+5 workspace 5'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+5 to command workspace 5
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+6 workspace 6'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+6 to command workspace 6
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+7 workspace 7'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+7 to command workspace 7
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+8 workspace 8'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+8 to command workspace 8
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+9 workspace 9'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+9 to command workspace 9
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+0 workspace 10'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+0 to command workspace 10
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+1 move container to workspace 1'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+1 to command move container to workspace 1
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+2 move container to workspace 2'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+2 to command move container to workspace 2
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+3 move container to workspace 3'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+3 to command move container to workspace 3
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+4 move container to workspace 4'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+4 to command move container to workspace 4
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+5 move container to workspace 5'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+5 to command move container to workspace 5
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+6 move container to workspace 6'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+6 to command move container to workspace 6
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+7 move container to workspace 7'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+7 to command move container to workspace 7
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+8 move container to workspace 8'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+8 to command move container to workspace 8
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+9 move container to workspace 9'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+9 to command move container to workspace 9
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+0 move container to workspace 10'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+0 to command move container to workspace 10
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+c reload'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+c to command reload
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+Shift+r restart'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+Shift+r to command restart
04/28/17 17:03:26 - [commands.c:510] handling config command 'mode "resize" {'
04/28/17 17:03:26 - [commands.c:339] find_handler(mode) 0
04/28/17 17:03:26 - [mode.c:48] Switching to mode `resize'
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym h resize shrink width 10 px or 10 ppt'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound h to command resize shrink width 10 px or 10 ppt
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym j resize grow height 10 px or 10 ppt'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound j to command resize grow height 10 px or 10 ppt
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym k resize shrink height 10 px or 10 ppt'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound k to command resize shrink height 10 px or 10 ppt
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym l resize grow width 10 px or 10 ppt'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound l to command resize grow width 10 px or 10 ppt
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym Return mode "default"'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Return to command mode "default"
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym Escape mode "default"'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Escape to command mode "default"
04/28/17 17:03:26 - [commands.c:510] handling config command '}'
04/28/17 17:03:26 - [config.c:780] End of mode block
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+r mode "resize"'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+r to command mode "resize"
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym $mod+shift+x exec swaylock'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound Mod4+shift+x to command exec swaylock
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% && killall -SIGUSR1 i3status'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound XF86AudioRaiseVolume to command exec --no-startup-id pactl set-sink-volume 0 +10% && killall -SIGUSR1 i3status
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% && killall -SIGUSR1 i3status'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound XF86AudioLowerVolume to command exec --no-startup-id pactl set-sink-volume 0 -10% && killall -SIGUSR1 i3status
04/28/17 17:03:26 - [commands.c:510] handling config command 'bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle && killall -SIGUSR1 i3status'
04/28/17 17:03:26 - [commands.c:339] find_handler(bindsym) 0
04/28/17 17:03:26 - [bind.c:85] bindsym - Bound XF86AudioMute to command exec --no-startup-id pactl set-sink-mute 0 toggle && killall -SIGUSR1 i3status
04/28/17 17:03:26 - [commands.c:510] handling config command 'default_border pixel 1'
04/28/17 17:03:26 - [commands.c:339] find_handler(default_border) 0
04/28/17 17:03:26 - [commands.c:510] handling config command 'bar {'
04/28/17 17:03:26 - [commands.c:339] find_handler(bar) 0
04/28/17 17:03:26 - [bar.c:57] Configuring bar bar-0
04/28/17 17:03:26 - [commands.c:510] handling config command 'position top'
04/28/17 17:03:26 - [commands.c:339] find_handler(position) 0
04/28/17 17:03:26 - [position.c:31] Setting bar position 'top' for bar: bar-0
04/28/17 17:03:26 - [commands.c:510] handling config command '}'
04/28/17 17:03:26 - [config.c:792] End of bar block
04/28/17 17:03:26 - [main.c:204] !! DANGER !! Sway does not have CAP_SYS_PTRACE and cannot enforce security rules for processes running as other users.
04/28/17 17:03:26 - [main.c:51] [wlc] libinput: resume
04/28/17 17:03:26 - [main.c:51] [wlc] Activating tty
04/28/17 17:03:26 - [main.c:51] [wlc] become active
04/28/17 17:03:26 - [main.c:51] [wlc] Cleanup wlc
04/28/17 17:03:26 - [handlers.c:1056] Compositor is ready, executing cmds in queue
04/28/17 17:03:26 - [main.c:51] [wlc] Closing Xwayland
04/28/17 17:03:26 - [main.c:51] [wlc] Closed drm
04/28/17 17:03:26 - [main.c:51] [wlc] Restoring vt 1 (0x4) (fd 0)
hinshun commented 7 years ago

Also how would I go about installing wlc to /usr?

ddevault commented 6 years ago

I'm closing issues that are resolved by the yet-unreleased sway 1.0.