Skip to content

Instantly share code, notes, and snippets.

@WhyNotHugo
Last active April 11, 2017 02:02
Show Gist options
  • Save WhyNotHugo/c4b317677db8a8a07d31aea58163b1cc to your computer and use it in GitHub Desktop.
Save WhyNotHugo/c4b317677db8a8a07d31aea58163b1cc to your computer and use it in GitHub Desktop.
sway logs with the propietary nvidia driver
04/10/17 22:42:20 - [main.c:153] Linux hyperion.barrera.io 4.10.9-1-ARCH #1 SMP PREEMPT Sat Apr 8 12:39:59 CEST 2017 x86_64 GNU/Linux
04/10/17 22:42:20 - [main.c:125] Contents of /etc/os-release:
04/10/17 22:42:20 - [main.c:132] NAME="Arch Linux"
04/10/17 22:42:20 - [main.c:132] PRETTY_NAME="Arch Linux"
04/10/17 22:42:20 - [main.c:132] ID=arch
04/10/17 22:42:20 - [main.c:132] ID_LIKE=archlinux
04/10/17 22:42:20 - [main.c:132] ANSI_COLOR="0;36"
04/10/17 22:42:20 - [main.c:132] HOME_URL="https://www.archlinux.org/"
04/10/17 22:42:20 - [main.c:132] SUPPORT_URL="https://bbs.archlinux.org/"
04/10/17 22:42:20 - [main.c:132] BUG_REPORT_URL="https://bugs.archlinux.org/"
04/10/17 22:42:20 - [main.c:110] PATH=/home/hugo/.local/bin/:/home/hugo/.local/bin/wine:/home/hugo/.local/bin/scripts:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
04/10/17 22:42:20 - [main.c:110] LD_LOAD_PATH=(null)
04/10/17 22:42:20 - [main.c:110] LD_PRELOAD_PATH=(null)
04/10/17 22:42:20 - [main.c:110] LD_LIBRARY_PATH=(null)
04/10/17 22:42:20 - [main.c:110] SWAY_CURSOR_THEME=(null)
04/10/17 22:42:20 - [main.c:110] SWAY_CURSOR_SIZE=(null)
04/10/17 22:42:20 - [main.c:110] SWAYSOCK=(null)
04/10/17 22:42:20 - [main.c:110] WLC_DRM_DEVICE=(null)
04/10/17 22:42:20 - [main.c:110] WLC_SHM=(null)
04/10/17 22:42:20 - [main.c:110] WLC_OUTPUTS=(null)
04/10/17 22:42:20 - [main.c:110] WLC_XWAYLAND=(null)
04/10/17 22:42:20 - [main.c:110] WLC_LIBINPUT=(null)
04/10/17 22:42:20 - [main.c:110] WLC_REPEAT_DELAY=(null)
04/10/17 22:42:20 - [main.c:110] WLC_REPEAT_RATE=(null)
04/10/17 22:42:20 - [main.c:110] XKB_DEFAULT_RULES=(null)
04/10/17 22:42:20 - [main.c:110] XKB_DEFAULT_MODEL=(null)
04/10/17 22:42:20 - [main.c:110] XKB_DEFAULT_LAYOUT=es
04/10/17 22:42:20 - [main.c:110] XKB_DEFAULT_VARIANT=(null)
04/10/17 22:42:20 - [main.c:110] XKB_DEFAULT_OPTIONS=caps:escape
Warning: Proprietary nvidia drivers do NOT support Wayland. Use nouveau.
Yes, they STILL don't work with the newly announced wayland "support".
04/10/17 22:42:20 - [main.c:49] [wlc] logind: session control granted
04/10/17 22:42:20 - [main.c:49] [wlc] Running on vt 1 (fd 0)
04/10/17 22:42:20 - [main.c:47] [wlc] Failed to open X11 display
04/10/17 22:42:20 - [main.c:350] Starting sway version (2017-03-14, branch "")
04/10/17 22:42:20 - [config.c:434] Set XDG_CONFIG_HOME to /home/hugo/.config
04/10/17 22:42:20 - [config.c:459] Loading config from /etc/sway/security.d/00-defaults
04/10/17 22:42:20 - [commands.c:484] handling config command 'permit * fullscreen keyboard mouse'
04/10/17 22:42:20 - [commands.c:330] find_handler(permit) 0
04/10/17 22:42:20 - [permit.c:73] Permissions granted to * for features 112
04/10/17 22:42:20 - [commands.c:484] handling config command 'permit /usr/bin/swaylock lock'
04/10/17 22:42:20 - [commands.c:330] find_handler(permit) 0
04/10/17 22:42:20 - [permit.c:73] Permissions granted to /usr/bin/swaylock for features 113
04/10/17 22:42:20 - [commands.c:484] handling config command 'permit /usr/bin/swaybg background'
04/10/17 22:42:20 - [commands.c:330] find_handler(permit) 0
04/10/17 22:42:20 - [permit.c:73] Permissions granted to /usr/bin/swaybg for features 116
04/10/17 22:42:20 - [commands.c:484] handling config command 'permit /usr/bin/swaygrab screenshot'
04/10/17 22:42:20 - [commands.c:330] find_handler(permit) 0
04/10/17 22:42:20 - [permit.c:73] Permissions granted to /usr/bin/swaygrab for features 120
04/10/17 22:42:20 - [commands.c:484] handling config command 'permit /usr/bin/swaybar panel'
04/10/17 22:42:20 - [commands.c:330] find_handler(permit) 0
04/10/17 22:42:20 - [permit.c:73] Permissions granted to /usr/bin/swaybar for features 114
04/10/17 22:42:20 - [commands.c:484] handling config command 'ipc /usr/bin/swaymsg {'
04/10/17 22:42:20 - [commands.c:330] find_handler(ipc) 0
04/10/17 22:42:20 - [commands.c:484] handling config command '* enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(*) 0
04/10/17 22:42:20 - [ipc.c:97] Enabled IPC * feature
04/10/17 22:42:20 - [commands.c:484] handling config command 'events {'
04/10/17 22:42:20 - [commands.c:330] find_handler(events) 0
04/10/17 22:42:20 - [commands.c:484] handling config command '* disabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(*) 0
04/10/17 22:42:20 - [ipc.c:149] Disabled IPC * event
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:802] End of IPC events block
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:797] End of IPC block
04/10/17 22:42:20 - [commands.c:484] handling config command 'ipc /usr/bin/swaybar {'
04/10/17 22:42:20 - [commands.c:330] find_handler(ipc) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'bar-config enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(bar-config) 0
04/10/17 22:42:20 - [ipc.c:97] Enabled IPC bar-config feature
04/10/17 22:42:20 - [commands.c:484] handling config command 'outputs enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(outputs) 0
04/10/17 22:42:20 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 22:42:20 - [commands.c:484] handling config command 'workspaces enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(workspaces) 0
04/10/17 22:42:20 - [ipc.c:97] Enabled IPC workspaces feature
04/10/17 22:42:20 - [commands.c:484] handling config command 'command enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(command) 0
04/10/17 22:42:20 - [ipc.c:97] Enabled IPC command feature
04/10/17 22:42:20 - [commands.c:484] handling config command 'events {'
04/10/17 22:42:20 - [commands.c:330] find_handler(events) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'workspace enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(workspace) 0
04/10/17 22:42:20 - [ipc.c:146] Enabled IPC workspace event
04/10/17 22:42:20 - [commands.c:484] handling config command 'mode enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(mode) 0
04/10/17 22:42:20 - [ipc.c:146] Enabled IPC mode event
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:802] End of IPC events block
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:797] End of IPC block
04/10/17 22:42:20 - [commands.c:484] handling config command 'ipc /usr/bin/swaygrab {'
04/10/17 22:42:20 - [commands.c:330] find_handler(ipc) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'outputs enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(outputs) 0
04/10/17 22:42:20 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 22:42:20 - [commands.c:484] handling config command 'tree enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(tree) 0
04/10/17 22:42:20 - [ipc.c:97] Enabled IPC tree feature
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:797] End of IPC block
04/10/17 22:42:20 - [commands.c:484] handling config command 'ipc /usr/bin/swaylock {'
04/10/17 22:42:20 - [commands.c:330] find_handler(ipc) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'outputs enabled'
04/10/17 22:42:20 - [commands.c:330] find_handler(outputs) 0
04/10/17 22:42:20 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:797] End of IPC block
04/10/17 22:42:20 - [commands.c:484] handling config command 'commands {'
04/10/17 22:42:20 - [commands.c:330] find_handler(commands) 0
04/10/17 22:42:20 - [commands.c:330] find_handler(*) 0
04/10/17 22:42:20 - [commands.c:588] Set command policy for * to -1
04/10/17 22:42:20 - [commands.c:330] find_handler(fullscreen) 0
04/10/17 22:42:20 - [commands.c:588] Set command policy for fullscreen to 10
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [commands.c:588] Set command policy for bindsym to 1
04/10/17 22:42:20 - [commands.c:330] find_handler(exit) 0
04/10/17 22:42:20 - [commands.c:588] Set command policy for exit to 2
04/10/17 22:42:20 - [commands.c:330] find_handler(kill) 0
04/10/17 22:42:20 - [commands.c:588] Set command policy for kill to 2
04/10/17 22:42:20 - [config.c:792] End of commands block
04/10/17 22:42:20 - [config.c:459] Loading config from /home/hugo/.config/sway/config
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $mod Mod4'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $bg-color #404552'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $focused-bg-color #404552'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $active-bg-color #373c48'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $inactive-bg-color #2f343f'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $text-color #c3cddb'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $inactive-text-color #9da3ad'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $urgent-bg-color #E53935'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $indicator #00ff00'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'set $separator #757575'
04/10/17 22:42:20 - [commands.c:330] find_handler(set) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'client.focused $focused-bg-color $focused-bg-color $text-color $indicator'
04/10/17 22:42:20 - [commands.c:330] find_handler(client.focused) 0
04/10/17 22:42:20 - [config.c:701] Error on line 43 'client.focused $focused-bg-color $focused-bg-color $text-color $indicator': Requires exactly five color values (/home/hugo/.config/sway/config)
04/10/17 22:42:20 - [commands.c:484] handling config command 'client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $indicator'
04/10/17 22:42:20 - [commands.c:330] find_handler(client.unfocused) 0
04/10/17 22:42:20 - [config.c:701] Error on line 44 'client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $indicator': Requires exactly five color values (/home/hugo/.config/sway/config)
04/10/17 22:42:20 - [commands.c:484] handling config command 'client.focused_inactive $inactive-bg-color $focused-bg-color $inactive-text-color $indicator'
04/10/17 22:42:20 - [commands.c:330] find_handler(client.focused_inactive) 0
04/10/17 22:42:20 - [config.c:701] Error on line 45 'client.focused_inactive $inactive-bg-color $focused-bg-color $inactive-text-color $indicator': Requires exactly five color values (/home/hugo/.config/sway/config)
04/10/17 22:42:20 - [commands.c:484] handling config command 'client.urgent $urgent-bg-color $urgent-bg-color $text-color $indicator'
04/10/17 22:42:20 - [commands.c:330] find_handler(client.urgent) 0
04/10/17 22:42:20 - [config.c:701] Error on line 46 'client.urgent $urgent-bg-color $urgent-bg-color $text-color $indicator': Requires exactly five color values (/home/hugo/.config/sway/config)
04/10/17 22:42:20 - [commands.c:484] handling config command 'font pango:Open Sans 9'
04/10/17 22:42:20 - [commands.c:330] find_handler(font) 0
04/10/17 22:42:20 - [font.c:24] Settings font Open Sans 9
04/10/17 22:42:20 - [commands.c:484] handling config command 'floating_modifier $mod'
04/10/17 22:42:20 - [commands.c:330] find_handler(floating_modifier) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Return exec i3-sensible-terminal'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Return to command exec i3-sensible-terminal
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+q kill'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+q to command kill
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+d exec rofi -show run'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+d to command exec rofi -show run
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+h focus left'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+h to command focus left
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+j focus down'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+j to command focus down
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+k focus up'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+k to command focus up
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+l focus right'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+l to command focus right
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Left focus left'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Left to command focus left
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Down focus down'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Down to command focus down
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Up focus up'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Up to command focus up
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Right focus right'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Right to command focus right
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+h move left'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+h to command move left
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+j move down'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+j to command move down
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+k move up'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+k to command move up
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+l move right'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+l to command move right
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Left move left'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Left to command move left
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Down move down'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Down to command move down
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Up move up'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Up to command move up
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Right move right'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Right to command move right
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+b split h'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+b to command split h
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+v split v'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+v to command split v
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+f fullscreen'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+f to command fullscreen
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+s layout stacking'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+s to command layout stacking
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+w layout tabbed'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+w to command layout tabbed
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+e layout toggle split'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+e to command layout toggle split
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+space floating toggle'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+space to command floating toggle
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+space focus mode_toggle'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+space to command focus mode_toggle
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+a focus parent'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+a to command focus parent
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+a focus child'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+a to command focus child
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+1 workspace "1: "'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+1 to command workspace "1: "
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+2 workspace 2'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+2 to command workspace 2
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+3 workspace 3'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+3 to command workspace 3
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+4 workspace 4'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+4 to command workspace 4
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+5 workspace 5'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+5 to command workspace 5
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+6 workspace 6'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+6 to command workspace 6
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+7 workspace 7'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+7 to command workspace 7
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+8 workspace "8: 🔊"'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+8 to command workspace "8: 🔊"
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+9 workspace "9: "'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+9 to command workspace "9: "
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+0 workspace "10: "'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+0 to command workspace "10: "
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+1 workspace 11'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+1 to command workspace 11
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+2 workspace 12'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+2 to command workspace 12
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+3 workspace 13'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+3 to command workspace 13
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+4 workspace 14'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+4 to command workspace 14
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+5 workspace 15'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+5 to command workspace 15
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+6 workspace 16'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+6 to command workspace 16
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+7 workspace 17'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+7 to command workspace 17
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+8 workspace 18'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+8 to command workspace 18
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+9 workspace 19'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+9 to command workspace 19
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Control+0 workspace 20'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Control+0 to command workspace 20
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+1 move container to workspace "1: "'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+1 to command move container to workspace "1: "
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+2 move container to workspace 2'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+2 to command move container to workspace 2
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+3 move container to workspace 3'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+3 to command move container to workspace 3
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+4 move container to workspace 4'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+4 to command move container to workspace 4
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+5 move container to workspace 5'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+5 to command move container to workspace 5
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+6 move container to workspace 6'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+6 to command move container to workspace 6
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+7 move container to workspace 7'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+7 to command move container to workspace 7
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+8 move container to workspace "8: 🔊"'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+8 to command move container to workspace "8: 🔊"
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+9 move container to workspace "9: "'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+9 to command move container to workspace "9: "
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+0 move container to workspace "10: "'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+0 to command move container to workspace "10: "
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+1 move container to workspace 11'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+1 to command move container to workspace 11
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+2 move container to workspace 12'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+2 to command move container to workspace 12
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+3 move container to workspace 13'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+3 to command move container to workspace 13
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+4 move container to workspace 14'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+4 to command move container to workspace 14
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+5 move container to workspace 15'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+5 to command move container to workspace 15
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+6 move container to workspace 16'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+6 to command move container to workspace 16
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+7 move container to workspace 17'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+7 to command move container to workspace 17
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+8 move container to workspace 18'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+8 to command move container to workspace 18
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+9 move container to workspace 19'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+9 to command move container to workspace 19
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+Control+0 move container to workspace 20'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+0 to command move container to workspace 20
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+c reload'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+c to command reload
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+r restart'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+r to command restart
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+Shift+e to command exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
04/10/17 22:42:20 - [commands.c:484] handling config command 'mode "resize" {'
04/10/17 22:42:20 - [commands.c:330] find_handler(mode) 0
04/10/17 22:42:20 - [mode.c:46] Switching to mode `resize'
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym h resize shrink width 10 px or 10 ppt'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound h to command resize shrink width 10 px or 10 ppt
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym j resize grow height 10 px or 10 ppt'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound j to command resize grow height 10 px or 10 ppt
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym k resize shrink height 10 px or 10 ppt'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound k to command resize shrink height 10 px or 10 ppt
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym l resize grow width 10 px or 10 ppt'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound l to command resize grow width 10 px or 10 ppt
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym Left resize shrink width 10 px or 10 ppt'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Left to command resize shrink width 10 px or 10 ppt
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym Down resize grow height 10 px or 10 ppt'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Down to command resize grow height 10 px or 10 ppt
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym Up resize shrink height 10 px or 10 ppt'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Up to command resize shrink height 10 px or 10 ppt
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym Right resize grow width 10 px or 10 ppt'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Right to command resize grow width 10 px or 10 ppt
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym Return mode "default"'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Return to command mode "default"
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym Escape mode "default"'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Escape to command mode "default"
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:769] End of mode block
04/10/17 22:42:20 - [commands.c:484] handling config command 'bindsym $mod+r mode "resize"'
04/10/17 22:42:20 - [commands.c:330] find_handler(bindsym) 0
04/10/17 22:42:20 - [bind.c:85] bindsym - Bound Mod4+r to command mode "resize"
04/10/17 22:42:20 - [commands.c:484] handling config command 'bar {'
04/10/17 22:42:20 - [commands.c:330] find_handler(bar) 0
04/10/17 22:42:20 - [bar.c:56] Configuring bar bar-0
04/10/17 22:42:20 - [commands.c:484] handling config command 'status_command python $HOME/.config/i3/status.py'
04/10/17 22:42:20 - [commands.c:330] find_handler(status_command) 0
04/10/17 22:42:20 - [status_command.c:18] Feeding bar with status command: python $HOME/.config/i3/status.py
04/10/17 22:42:20 - [commands.c:484] handling config command 'colors {'
04/10/17 22:42:20 - [commands.c:330] find_handler(colors) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'background $inactive-bg-color'
04/10/17 22:42:20 - [commands.c:330] find_handler(background) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'separator $separator'
04/10/17 22:42:20 - [commands.c:330] find_handler(separator) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'focused_workspace $focused-bg-color $focused-bg-color $text-color'
04/10/17 22:42:20 - [commands.c:330] find_handler(focused_workspace) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'active_workspace $focused-bg-color $active-bg-color $text-color'
04/10/17 22:42:20 - [commands.c:330] find_handler(active_workspace) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'inactive_workspace $inactive-bg-color $inactive-bg-color $inactive-text-color'
04/10/17 22:42:20 - [commands.c:330] find_handler(inactive_workspace) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'urgent_workspace $urgent-bg-color $urgent-bg-color $text-color'
04/10/17 22:42:20 - [commands.c:330] find_handler(urgent_workspace) 0
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:787] End of bar colors block
04/10/17 22:42:20 - [commands.c:484] handling config command 'separator_symbol "|"'
04/10/17 22:42:20 - [commands.c:330] find_handler(separator_symbol) 0
04/10/17 22:42:20 - [separator_symbol.c:17] Settings separator_symbol '|' for bar: bar-0
04/10/17 22:42:20 - [commands.c:484] handling config command '}'
04/10/17 22:42:20 - [config.c:781] End of bar block
04/10/17 22:42:20 - [commands.c:484] handling config command 'output * bg ~/.wallpapers/1.jpg fill'
04/10/17 22:42:20 - [commands.c:330] find_handler(output) 0
04/10/17 22:42:20 - [output.c:172] Config stored for output * (enabled:-1) (-1 x -1 @ -1, -1 scale 1) (bg /home/hugo/.wallpapers/1.jpg fill)
04/10/17 22:42:20 - [commands.c:484] handling config command 'new_window pixel'
04/10/17 22:42:20 - [commands.c:330] find_handler(new_window) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'hide_edge_borders both'
04/10/17 22:42:20 - [commands.c:330] find_handler(hide_edge_borders) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'for_window [class="B2g"] floating enable'
04/10/17 22:42:20 - [commands.c:330] find_handler(for_window) 0
04/10/17 22:42:20 - [criteria.c:101] Parsing criteria: '[class="B2g"]'
04/10/17 22:42:20 - [criteria.c:235] class -> /B2g/
04/10/17 22:42:20 - [for_window.c:36] for_window: '[class="B2g"]' -> 'floating enable' added
04/10/17 22:42:20 - [commands.c:484] handling config command 'for_window [class="Upwork"] floating disable'
04/10/17 22:42:20 - [commands.c:330] find_handler(for_window) 0
04/10/17 22:42:20 - [criteria.c:101] Parsing criteria: '[class="Upwork"]'
04/10/17 22:42:20 - [criteria.c:235] class -> /Upwork/
04/10/17 22:42:20 - [for_window.c:36] for_window: '[class="Upwork"]' -> 'floating disable' added
04/10/17 22:42:20 - [commands.c:484] handling config command 'workspace_auto_back_and_forth yes'
04/10/17 22:42:20 - [commands.c:330] find_handler(workspace_auto_back_and_forth) 0
04/10/17 22:42:20 - [commands.c:484] handling config command 'new_window pixel 4'
04/10/17 22:42:20 - [commands.c:330] find_handler(new_window) 0
04/10/17 22:42:20 - [config.c:482] Error(s) loading config!
04/10/17 22:42:20 - [main.c:49] [wlc] libinput: resume
04/10/17 22:42:20 - [main.c:49] [wlc] Activating tty
04/10/17 22:42:20 - [main.c:47] [wlc] Failed to get drm resources
04/10/17 22:42:20 - [main.c:47] [wlc] drmModeGetResources failed
04/10/17 22:42:20 - [main.c:49] [wlc] become active
04/10/17 22:42:20 - [main.c:49] [wlc] Cleanup wlc
04/10/17 22:42:20 - [handlers.c:1039] Compositor is ready, executing cmds in queue
04/10/17 22:42:20 - [main.c:49] [wlc] Closing Xwayland
04/10/17 22:42:20 - [main.c:49] [wlc] Closed drm
04/10/17 22:42:20 - [main.c:45] [wlc] Failed to activate vt1 for restoration
04/10/17 22:42:20 - [main.c:45] [wlc] Failed to switch back to vt1
04/10/17 22:52:56 - [main.c:155] Linux hyperion.barrera.io 4.10.9-1-ARCH #1 SMP PREEMPT Sat Apr 8 12:39:59 CEST 2017 x86_64 GNU/Linux
04/10/17 22:52:56 - [main.c:127] Contents of /etc/os-release:
04/10/17 22:52:56 - [main.c:134] NAME="Arch Linux"
04/10/17 22:52:56 - [main.c:134] PRETTY_NAME="Arch Linux"
04/10/17 22:52:56 - [main.c:134] ID=arch
04/10/17 22:52:56 - [main.c:134] ID_LIKE=archlinux
04/10/17 22:52:56 - [main.c:134] ANSI_COLOR="0;36"
04/10/17 22:52:56 - [main.c:134] HOME_URL="https://www.archlinux.org/"
04/10/17 22:52:56 - [main.c:134] SUPPORT_URL="https://bbs.archlinux.org/"
04/10/17 22:52:56 - [main.c:134] BUG_REPORT_URL="https://bugs.archlinux.org/"
04/10/17 22:52:56 - [main.c:112] PATH=/home/hugo/.local/bin/:/home/hugo/.local/bin/wine:/home/hugo/.local/bin/scripts:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
04/10/17 22:52:56 - [main.c:112] LD_LOAD_PATH=(null)
04/10/17 22:52:56 - [main.c:112] LD_PRELOAD_PATH=(null)
04/10/17 22:52:56 - [main.c:112] LD_LIBRARY_PATH=(null)
04/10/17 22:52:56 - [main.c:112] SWAY_CURSOR_THEME=(null)
04/10/17 22:52:56 - [main.c:112] SWAY_CURSOR_SIZE=(null)
04/10/17 22:52:56 - [main.c:112] SWAYSOCK=(null)
04/10/17 22:52:56 - [main.c:112] WLC_DRM_DEVICE=(null)
04/10/17 22:52:56 - [main.c:112] WLC_SHM=(null)
04/10/17 22:52:56 - [main.c:112] WLC_OUTPUTS=(null)
04/10/17 22:52:56 - [main.c:112] WLC_XWAYLAND=(null)
04/10/17 22:52:56 - [main.c:112] WLC_LIBINPUT=(null)
04/10/17 22:52:56 - [main.c:112] WLC_REPEAT_DELAY=(null)
04/10/17 22:52:56 - [main.c:112] WLC_REPEAT_RATE=(null)
04/10/17 22:52:56 - [main.c:112] XKB_DEFAULT_RULES=(null)
04/10/17 22:52:56 - [main.c:112] XKB_DEFAULT_MODEL=(null)
04/10/17 22:52:56 - [main.c:112] XKB_DEFAULT_LAYOUT=es
04/10/17 22:52:56 - [main.c:112] XKB_DEFAULT_VARIANT=(null)
04/10/17 22:52:56 - [main.c:112] XKB_DEFAULT_OPTIONS=caps:escape
Warning: Proprietary nvidia drivers do NOT support Wayland. Use nouveau.
Yes, they STILL don't work with the newly announced wayland "support".
04/10/17 22:52:56 - [main.c:51] [wlc] logind: session control granted
04/10/17 22:52:56 - [main.c:51] [wlc] Running on vt 1 (fd 0)
04/10/17 22:52:56 - [main.c:49] [wlc] Failed to open X11 display
04/10/17 22:52:56 - [main.c:352] Starting sway version 0.12-rc1-69-gcd3c48f (2017-04-11, branch "master")
04/10/17 22:52:56 - [config.c:438] Set XDG_CONFIG_HOME to /home/hugo/.config
04/10/17 22:52:56 - [config.c:463] Loading config from /etc/sway/security.d/00-defaults
04/10/17 22:52:56 - [commands.c:509] handling config command 'permit * fullscreen keyboard mouse'
04/10/17 22:52:56 - [commands.c:338] find_handler(permit) 0
04/10/17 22:52:56 - [permit.c:73] Permissions granted to * for features 112
04/10/17 22:52:56 - [commands.c:509] handling config command 'permit /usr/bin/swaylock lock'
04/10/17 22:52:56 - [commands.c:338] find_handler(permit) 0
04/10/17 22:52:56 - [permit.c:73] Permissions granted to /usr/bin/swaylock for features 113
04/10/17 22:52:56 - [commands.c:509] handling config command 'permit /usr/bin/swaybg background'
04/10/17 22:52:56 - [commands.c:338] find_handler(permit) 0
04/10/17 22:52:56 - [permit.c:73] Permissions granted to /usr/bin/swaybg for features 116
04/10/17 22:52:56 - [commands.c:509] handling config command 'permit /usr/bin/swaygrab screenshot'
04/10/17 22:52:56 - [commands.c:338] find_handler(permit) 0
04/10/17 22:52:56 - [permit.c:73] Permissions granted to /usr/bin/swaygrab for features 120
04/10/17 22:52:56 - [commands.c:509] handling config command 'permit /usr/bin/swaybar panel'
04/10/17 22:52:56 - [commands.c:338] find_handler(permit) 0
04/10/17 22:52:56 - [permit.c:73] Permissions granted to /usr/bin/swaybar for features 114
04/10/17 22:52:56 - [commands.c:509] handling config command 'ipc /usr/bin/swaymsg {'
04/10/17 22:52:56 - [commands.c:338] find_handler(ipc) 0
04/10/17 22:52:56 - [commands.c:509] handling config command '* enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(*) 0
04/10/17 22:52:56 - [ipc.c:97] Enabled IPC * feature
04/10/17 22:52:56 - [commands.c:509] handling config command 'events {'
04/10/17 22:52:56 - [commands.c:338] find_handler(events) 0
04/10/17 22:52:56 - [commands.c:509] handling config command '* disabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(*) 0
04/10/17 22:52:56 - [ipc.c:149] Disabled IPC * event
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:807] End of IPC events block
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:802] End of IPC block
04/10/17 22:52:56 - [commands.c:509] handling config command 'ipc /usr/bin/swaybar {'
04/10/17 22:52:56 - [commands.c:338] find_handler(ipc) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'bar-config enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(bar-config) 0
04/10/17 22:52:56 - [ipc.c:97] Enabled IPC bar-config feature
04/10/17 22:52:56 - [commands.c:509] handling config command 'outputs enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(outputs) 0
04/10/17 22:52:56 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 22:52:56 - [commands.c:509] handling config command 'workspaces enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(workspaces) 0
04/10/17 22:52:56 - [ipc.c:97] Enabled IPC workspaces feature
04/10/17 22:52:56 - [commands.c:509] handling config command 'command enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(command) 0
04/10/17 22:52:56 - [ipc.c:97] Enabled IPC command feature
04/10/17 22:52:56 - [commands.c:509] handling config command 'events {'
04/10/17 22:52:56 - [commands.c:338] find_handler(events) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'workspace enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(workspace) 0
04/10/17 22:52:56 - [ipc.c:146] Enabled IPC workspace event
04/10/17 22:52:56 - [commands.c:509] handling config command 'mode enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(mode) 0
04/10/17 22:52:56 - [ipc.c:146] Enabled IPC mode event
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:807] End of IPC events block
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:802] End of IPC block
04/10/17 22:52:56 - [commands.c:509] handling config command 'ipc /usr/bin/swaygrab {'
04/10/17 22:52:56 - [commands.c:338] find_handler(ipc) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'outputs enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(outputs) 0
04/10/17 22:52:56 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 22:52:56 - [commands.c:509] handling config command 'tree enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(tree) 0
04/10/17 22:52:56 - [ipc.c:97] Enabled IPC tree feature
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:802] End of IPC block
04/10/17 22:52:56 - [commands.c:509] handling config command 'ipc /usr/bin/swaylock {'
04/10/17 22:52:56 - [commands.c:338] find_handler(ipc) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'outputs enabled'
04/10/17 22:52:56 - [commands.c:338] find_handler(outputs) 0
04/10/17 22:52:56 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:802] End of IPC block
04/10/17 22:52:56 - [commands.c:509] handling config command 'commands {'
04/10/17 22:52:56 - [commands.c:338] find_handler(commands) 0
04/10/17 22:52:56 - [commands.c:338] find_handler(*) 0
04/10/17 22:52:56 - [commands.c:613] Set command policy for * to -1
04/10/17 22:52:56 - [commands.c:338] find_handler(fullscreen) 0
04/10/17 22:52:56 - [commands.c:613] Set command policy for fullscreen to 10
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [commands.c:613] Set command policy for bindsym to 1
04/10/17 22:52:56 - [commands.c:338] find_handler(exit) 0
04/10/17 22:52:56 - [commands.c:613] Set command policy for exit to 2
04/10/17 22:52:56 - [commands.c:338] find_handler(kill) 0
04/10/17 22:52:56 - [commands.c:613] Set command policy for kill to 2
04/10/17 22:52:56 - [config.c:797] End of commands block
04/10/17 22:52:56 - [config.c:463] Loading config from /home/hugo/.config/sway/config
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $mod Mod4'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $bg-color #404552'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $focused-bg-color #404552'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $active-bg-color #373c48'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $inactive-bg-color #2f343f'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $text-color #c3cddb'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $inactive-text-color #9da3ad'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $urgent-bg-color #E53935'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $indicator #00ff00'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'set $separator #757575'
04/10/17 22:52:56 - [commands.c:338] find_handler(set) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'client.focused $focused-bg-color $focused-bg-color $text-color $indicator'
04/10/17 22:52:56 - [commands.c:338] find_handler(client.focused) 0
04/10/17 22:52:56 - [config.c:706] Error on line 43 'client.focused $focused-bg-color $focused-bg-color $text-color $indicator': Requires exactly five color values (/home/hugo/.config/sway/config)
04/10/17 22:52:56 - [commands.c:509] handling config command 'client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $indicator'
04/10/17 22:52:56 - [commands.c:338] find_handler(client.unfocused) 0
04/10/17 22:52:56 - [config.c:706] Error on line 44 'client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $indicator': Requires exactly five color values (/home/hugo/.config/sway/config)
04/10/17 22:52:56 - [commands.c:509] handling config command 'client.focused_inactive $inactive-bg-color $focused-bg-color $inactive-text-color $indicator'
04/10/17 22:52:56 - [commands.c:338] find_handler(client.focused_inactive) 0
04/10/17 22:52:56 - [config.c:706] Error on line 45 'client.focused_inactive $inactive-bg-color $focused-bg-color $inactive-text-color $indicator': Requires exactly five color values (/home/hugo/.config/sway/config)
04/10/17 22:52:56 - [commands.c:509] handling config command 'client.urgent $urgent-bg-color $urgent-bg-color $text-color $indicator'
04/10/17 22:52:56 - [commands.c:338] find_handler(client.urgent) 0
04/10/17 22:52:56 - [config.c:706] Error on line 46 'client.urgent $urgent-bg-color $urgent-bg-color $text-color $indicator': Requires exactly five color values (/home/hugo/.config/sway/config)
04/10/17 22:52:56 - [commands.c:509] handling config command 'font pango:Open Sans 9'
04/10/17 22:52:56 - [commands.c:338] find_handler(font) 0
04/10/17 22:52:56 - [font.c:25] Settings font Open Sans 9
04/10/17 22:52:56 - [commands.c:509] handling config command 'floating_modifier $mod'
04/10/17 22:52:56 - [commands.c:338] find_handler(floating_modifier) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Return exec i3-sensible-terminal'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Return to command exec i3-sensible-terminal
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+q kill'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+q to command kill
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+d exec rofi -show run'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+d to command exec rofi -show run
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+h focus left'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+h to command focus left
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+j focus down'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+j to command focus down
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+k focus up'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+k to command focus up
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+l focus right'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+l to command focus right
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Left focus left'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Left to command focus left
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Down focus down'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Down to command focus down
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Up focus up'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Up to command focus up
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Right focus right'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Right to command focus right
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+h move left'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+h to command move left
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+j move down'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+j to command move down
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+k move up'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+k to command move up
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+l move right'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+l to command move right
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Left move left'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Left to command move left
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Down move down'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Down to command move down
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Up move up'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Up to command move up
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Right move right'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Right to command move right
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+b split h'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+b to command split h
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+v split v'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+v to command split v
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+f fullscreen'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+f to command fullscreen
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+s layout stacking'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+s to command layout stacking
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+w layout tabbed'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+w to command layout tabbed
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+e layout toggle split'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+e to command layout toggle split
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+space floating toggle'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+space to command floating toggle
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+space focus mode_toggle'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+space to command focus mode_toggle
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+a focus parent'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+a to command focus parent
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+a focus child'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+a to command focus child
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+1 workspace "1: "'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+1 to command workspace "1: "
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+2 workspace 2'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+2 to command workspace 2
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+3 workspace 3'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+3 to command workspace 3
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+4 workspace 4'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+4 to command workspace 4
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+5 workspace 5'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+5 to command workspace 5
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+6 workspace 6'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+6 to command workspace 6
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+7 workspace 7'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+7 to command workspace 7
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+8 workspace "8: 🔊"'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+8 to command workspace "8: 🔊"
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+9 workspace "9: "'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+9 to command workspace "9: "
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+0 workspace "10: "'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+0 to command workspace "10: "
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+1 workspace 11'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+1 to command workspace 11
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+2 workspace 12'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+2 to command workspace 12
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+3 workspace 13'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+3 to command workspace 13
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+4 workspace 14'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+4 to command workspace 14
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+5 workspace 15'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+5 to command workspace 15
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+6 workspace 16'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+6 to command workspace 16
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+7 workspace 17'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+7 to command workspace 17
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+8 workspace 18'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+8 to command workspace 18
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+9 workspace 19'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+9 to command workspace 19
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Control+0 workspace 20'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Control+0 to command workspace 20
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+1 move container to workspace "1: "'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+1 to command move container to workspace "1: "
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+2 move container to workspace 2'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+2 to command move container to workspace 2
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+3 move container to workspace 3'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+3 to command move container to workspace 3
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+4 move container to workspace 4'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+4 to command move container to workspace 4
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+5 move container to workspace 5'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+5 to command move container to workspace 5
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+6 move container to workspace 6'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+6 to command move container to workspace 6
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+7 move container to workspace 7'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+7 to command move container to workspace 7
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+8 move container to workspace "8: 🔊"'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+8 to command move container to workspace "8: 🔊"
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+9 move container to workspace "9: "'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+9 to command move container to workspace "9: "
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+0 move container to workspace "10: "'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+0 to command move container to workspace "10: "
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+1 move container to workspace 11'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+1 to command move container to workspace 11
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+2 move container to workspace 12'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+2 to command move container to workspace 12
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+3 move container to workspace 13'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+3 to command move container to workspace 13
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+4 move container to workspace 14'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+4 to command move container to workspace 14
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+5 move container to workspace 15'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+5 to command move container to workspace 15
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+6 move container to workspace 16'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+6 to command move container to workspace 16
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+7 move container to workspace 17'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+7 to command move container to workspace 17
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+8 move container to workspace 18'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+8 to command move container to workspace 18
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+9 move container to workspace 19'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+9 to command move container to workspace 19
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+Control+0 move container to workspace 20'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+Control+0 to command move container to workspace 20
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+c reload'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+c to command reload
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+r restart'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+r to command restart
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+Shift+e to command exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
04/10/17 22:52:56 - [commands.c:509] handling config command 'mode "resize" {'
04/10/17 22:52:56 - [commands.c:338] find_handler(mode) 0
04/10/17 22:52:56 - [mode.c:48] Switching to mode `resize'
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym h resize shrink width 10 px or 10 ppt'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound h to command resize shrink width 10 px or 10 ppt
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym j resize grow height 10 px or 10 ppt'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound j to command resize grow height 10 px or 10 ppt
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym k resize shrink height 10 px or 10 ppt'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound k to command resize shrink height 10 px or 10 ppt
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym l resize grow width 10 px or 10 ppt'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound l to command resize grow width 10 px or 10 ppt
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym Left resize shrink width 10 px or 10 ppt'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Left to command resize shrink width 10 px or 10 ppt
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym Down resize grow height 10 px or 10 ppt'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Down to command resize grow height 10 px or 10 ppt
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym Up resize shrink height 10 px or 10 ppt'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Up to command resize shrink height 10 px or 10 ppt
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym Right resize grow width 10 px or 10 ppt'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Right to command resize grow width 10 px or 10 ppt
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym Return mode "default"'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Return to command mode "default"
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym Escape mode "default"'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Escape to command mode "default"
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:774] End of mode block
04/10/17 22:52:56 - [commands.c:509] handling config command 'bindsym $mod+r mode "resize"'
04/10/17 22:52:56 - [commands.c:338] find_handler(bindsym) 0
04/10/17 22:52:56 - [bind.c:85] bindsym - Bound Mod4+r to command mode "resize"
04/10/17 22:52:56 - [commands.c:509] handling config command 'bar {'
04/10/17 22:52:56 - [commands.c:338] find_handler(bar) 0
04/10/17 22:52:56 - [bar.c:57] Configuring bar bar-0
04/10/17 22:52:56 - [commands.c:509] handling config command 'status_command python $HOME/.config/i3/status.py'
04/10/17 22:52:56 - [commands.c:338] find_handler(status_command) 0
04/10/17 22:52:56 - [status_command.c:18] Feeding bar with status command: python $HOME/.config/i3/status.py
04/10/17 22:52:56 - [commands.c:509] handling config command 'colors {'
04/10/17 22:52:56 - [commands.c:338] find_handler(colors) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'background $inactive-bg-color'
04/10/17 22:52:56 - [commands.c:338] find_handler(background) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'separator $separator'
04/10/17 22:52:56 - [commands.c:338] find_handler(separator) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'focused_workspace $focused-bg-color $focused-bg-color $text-color'
04/10/17 22:52:56 - [commands.c:338] find_handler(focused_workspace) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'active_workspace $focused-bg-color $active-bg-color $text-color'
04/10/17 22:52:56 - [commands.c:338] find_handler(active_workspace) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'inactive_workspace $inactive-bg-color $inactive-bg-color $inactive-text-color'
04/10/17 22:52:56 - [commands.c:338] find_handler(inactive_workspace) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'urgent_workspace $urgent-bg-color $urgent-bg-color $text-color'
04/10/17 22:52:56 - [commands.c:338] find_handler(urgent_workspace) 0
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:792] End of bar colors block
04/10/17 22:52:56 - [commands.c:509] handling config command 'separator_symbol "|"'
04/10/17 22:52:56 - [commands.c:338] find_handler(separator_symbol) 0
04/10/17 22:52:56 - [separator_symbol.c:18] Settings separator_symbol '|' for bar: bar-0
04/10/17 22:52:56 - [commands.c:509] handling config command '}'
04/10/17 22:52:56 - [config.c:786] End of bar block
04/10/17 22:52:56 - [commands.c:509] handling config command 'output * bg ~/.wallpapers/1.jpg fill'
04/10/17 22:52:56 - [commands.c:338] find_handler(output) 0
04/10/17 22:52:56 - [output.c:174] Config stored for output * (enabled:-1) (-1 x -1 @ -1, -1 scale 1) (bg /home/hugo/.wallpapers/1.jpg fill)
04/10/17 22:52:56 - [commands.c:509] handling config command 'new_window pixel'
04/10/17 22:52:56 - [commands.c:338] find_handler(new_window) 0
04/10/17 22:52:56 - [new_window.c:6] `new_window` is deprecated and will be removed in the future. Please use `default_border` instead.
04/10/17 22:52:56 - [commands.c:509] handling config command 'hide_edge_borders both'
04/10/17 22:52:56 - [commands.c:338] find_handler(hide_edge_borders) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'for_window [class="B2g"] floating enable'
04/10/17 22:52:56 - [commands.c:338] find_handler(for_window) 0
04/10/17 22:52:56 - [criteria.c:98] Parsing criteria: '[class="B2g"]'
04/10/17 22:52:56 - [criteria.c:231] class -> /B2g/
04/10/17 22:52:56 - [for_window.c:37] for_window: '[class="B2g"]' -> 'floating enable' added
04/10/17 22:52:56 - [commands.c:509] handling config command 'for_window [class="Upwork"] floating disable'
04/10/17 22:52:56 - [commands.c:338] find_handler(for_window) 0
04/10/17 22:52:56 - [criteria.c:98] Parsing criteria: '[class="Upwork"]'
04/10/17 22:52:56 - [criteria.c:231] class -> /Upwork/
04/10/17 22:52:56 - [for_window.c:37] for_window: '[class="Upwork"]' -> 'floating disable' added
04/10/17 22:52:56 - [commands.c:509] handling config command 'workspace_auto_back_and_forth yes'
04/10/17 22:52:56 - [commands.c:338] find_handler(workspace_auto_back_and_forth) 0
04/10/17 22:52:56 - [commands.c:509] handling config command 'new_window pixel 4'
04/10/17 22:52:56 - [commands.c:338] find_handler(new_window) 0
04/10/17 22:52:56 - [new_window.c:6] `new_window` is deprecated and will be removed in the future. Please use `default_border` instead.
04/10/17 22:52:56 - [config.c:486] Error(s) loading config!
04/10/17 22:52:56 - [main.c:51] [wlc] libinput: resume
04/10/17 22:52:56 - [main.c:51] [wlc] Activating tty
04/10/17 22:52:56 - [main.c:49] [wlc] Failed to get drm resources
04/10/17 22:52:56 - [main.c:49] [wlc] drmModeGetResources failed
04/10/17 22:52:56 - [main.c:51] [wlc] become active
04/10/17 22:52:56 - [main.c:51] [wlc] Cleanup wlc
04/10/17 22:52:56 - [handlers.c:1044] Compositor is ready, executing cmds in queue
04/10/17 22:52:56 - [main.c:51] [wlc] Closing Xwayland
04/10/17 22:52:56 - [main.c:51] [wlc] Closed drm
04/10/17 22:52:56 - [main.c:47] [wlc] Failed to activate vt1 for restoration
04/10/17 22:52:56 - [main.c:47] [wlc] Failed to switch back to vt1
04/10/17 23:00:10 - [main.c:155] Linux hyperion.barrera.io 4.10.9-1-ARCH #1 SMP PREEMPT Sat Apr 8 12:39:59 CEST 2017 x86_64 GNU/Linux
04/10/17 23:00:10 - [main.c:127] Contents of /etc/os-release:
04/10/17 23:00:10 - [main.c:134] NAME="Arch Linux"
04/10/17 23:00:10 - [main.c:134] PRETTY_NAME="Arch Linux"
04/10/17 23:00:10 - [main.c:134] ID=arch
04/10/17 23:00:10 - [main.c:134] ID_LIKE=archlinux
04/10/17 23:00:10 - [main.c:134] ANSI_COLOR="0;36"
04/10/17 23:00:10 - [main.c:134] HOME_URL="https://www.archlinux.org/"
04/10/17 23:00:10 - [main.c:134] SUPPORT_URL="https://bbs.archlinux.org/"
04/10/17 23:00:10 - [main.c:134] BUG_REPORT_URL="https://bugs.archlinux.org/"
04/10/17 23:00:10 - [main.c:112] PATH=/home/hugo/.local/bin/:/home/hugo/.local/bin/wine:/home/hugo/.local/bin/scripts:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
04/10/17 23:00:10 - [main.c:112] LD_LOAD_PATH=(null)
04/10/17 23:00:10 - [main.c:112] LD_PRELOAD_PATH=(null)
04/10/17 23:00:10 - [main.c:112] LD_LIBRARY_PATH=(null)
04/10/17 23:00:10 - [main.c:112] SWAY_CURSOR_THEME=(null)
04/10/17 23:00:10 - [main.c:112] SWAY_CURSOR_SIZE=(null)
04/10/17 23:00:10 - [main.c:112] SWAYSOCK=(null)
04/10/17 23:00:10 - [main.c:112] WLC_DRM_DEVICE=(null)
04/10/17 23:00:10 - [main.c:112] WLC_SHM=(null)
04/10/17 23:00:10 - [main.c:112] WLC_OUTPUTS=(null)
04/10/17 23:00:10 - [main.c:112] WLC_XWAYLAND=(null)
04/10/17 23:00:10 - [main.c:112] WLC_LIBINPUT=(null)
04/10/17 23:00:10 - [main.c:112] WLC_REPEAT_DELAY=(null)
04/10/17 23:00:10 - [main.c:112] WLC_REPEAT_RATE=(null)
04/10/17 23:00:10 - [main.c:112] XKB_DEFAULT_RULES=(null)
04/10/17 23:00:10 - [main.c:112] XKB_DEFAULT_MODEL=(null)
04/10/17 23:00:10 - [main.c:112] XKB_DEFAULT_LAYOUT=es
04/10/17 23:00:10 - [main.c:112] XKB_DEFAULT_VARIANT=(null)
04/10/17 23:00:10 - [main.c:112] XKB_DEFAULT_OPTIONS=caps:escape
Warning: Proprietary nvidia drivers do NOT support Wayland. Use nouveau.
Yes, they STILL don't work with the newly announced wayland "support".
04/10/17 23:00:10 - [main.c:51] [wlc] logind: session control granted
04/10/17 23:00:10 - [main.c:51] [wlc] Running on vt 1 (fd 0)
04/10/17 23:00:10 - [main.c:49] [wlc] Failed to open X11 display
04/10/17 23:00:10 - [main.c:352] Starting sway version 0.12-rc1-69-gcd3c48f (2017-04-11, branch "master")
04/10/17 23:00:10 - [config.c:438] Set XDG_CONFIG_HOME to /home/hugo/.config
04/10/17 23:00:10 - [config.c:463] Loading config from /etc/sway/security.d/00-defaults
04/10/17 23:00:10 - [commands.c:509] handling config command 'permit * fullscreen keyboard mouse'
04/10/17 23:00:10 - [commands.c:338] find_handler(permit) 0
04/10/17 23:00:10 - [permit.c:73] Permissions granted to * for features 112
04/10/17 23:00:10 - [commands.c:509] handling config command 'permit /usr/bin/swaylock lock'
04/10/17 23:00:10 - [commands.c:338] find_handler(permit) 0
04/10/17 23:00:10 - [permit.c:73] Permissions granted to /usr/bin/swaylock for features 113
04/10/17 23:00:10 - [commands.c:509] handling config command 'permit /usr/bin/swaybg background'
04/10/17 23:00:10 - [commands.c:338] find_handler(permit) 0
04/10/17 23:00:10 - [permit.c:73] Permissions granted to /usr/bin/swaybg for features 116
04/10/17 23:00:10 - [commands.c:509] handling config command 'permit /usr/bin/swaygrab screenshot'
04/10/17 23:00:10 - [commands.c:338] find_handler(permit) 0
04/10/17 23:00:10 - [permit.c:73] Permissions granted to /usr/bin/swaygrab for features 120
04/10/17 23:00:10 - [commands.c:509] handling config command 'permit /usr/bin/swaybar panel'
04/10/17 23:00:10 - [commands.c:338] find_handler(permit) 0
04/10/17 23:00:10 - [permit.c:73] Permissions granted to /usr/bin/swaybar for features 114
04/10/17 23:00:10 - [commands.c:509] handling config command 'ipc /usr/bin/swaymsg {'
04/10/17 23:00:10 - [commands.c:338] find_handler(ipc) 0
04/10/17 23:00:10 - [commands.c:509] handling config command '* enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(*) 0
04/10/17 23:00:10 - [ipc.c:97] Enabled IPC * feature
04/10/17 23:00:10 - [commands.c:509] handling config command 'events {'
04/10/17 23:00:10 - [commands.c:338] find_handler(events) 0
04/10/17 23:00:10 - [commands.c:509] handling config command '* disabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(*) 0
04/10/17 23:00:10 - [ipc.c:149] Disabled IPC * event
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:807] End of IPC events block
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:802] End of IPC block
04/10/17 23:00:10 - [commands.c:509] handling config command 'ipc /usr/bin/swaybar {'
04/10/17 23:00:10 - [commands.c:338] find_handler(ipc) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'bar-config enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(bar-config) 0
04/10/17 23:00:10 - [ipc.c:97] Enabled IPC bar-config feature
04/10/17 23:00:10 - [commands.c:509] handling config command 'outputs enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(outputs) 0
04/10/17 23:00:10 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 23:00:10 - [commands.c:509] handling config command 'workspaces enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(workspaces) 0
04/10/17 23:00:10 - [ipc.c:97] Enabled IPC workspaces feature
04/10/17 23:00:10 - [commands.c:509] handling config command 'command enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(command) 0
04/10/17 23:00:10 - [ipc.c:97] Enabled IPC command feature
04/10/17 23:00:10 - [commands.c:509] handling config command 'events {'
04/10/17 23:00:10 - [commands.c:338] find_handler(events) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'workspace enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(workspace) 0
04/10/17 23:00:10 - [ipc.c:146] Enabled IPC workspace event
04/10/17 23:00:10 - [commands.c:509] handling config command 'mode enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(mode) 0
04/10/17 23:00:10 - [ipc.c:146] Enabled IPC mode event
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:807] End of IPC events block
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:802] End of IPC block
04/10/17 23:00:10 - [commands.c:509] handling config command 'ipc /usr/bin/swaygrab {'
04/10/17 23:00:10 - [commands.c:338] find_handler(ipc) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'outputs enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(outputs) 0
04/10/17 23:00:10 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 23:00:10 - [commands.c:509] handling config command 'tree enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(tree) 0
04/10/17 23:00:10 - [ipc.c:97] Enabled IPC tree feature
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:802] End of IPC block
04/10/17 23:00:10 - [commands.c:509] handling config command 'ipc /usr/bin/swaylock {'
04/10/17 23:00:10 - [commands.c:338] find_handler(ipc) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'outputs enabled'
04/10/17 23:00:10 - [commands.c:338] find_handler(outputs) 0
04/10/17 23:00:10 - [ipc.c:97] Enabled IPC outputs feature
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:802] End of IPC block
04/10/17 23:00:10 - [commands.c:509] handling config command 'commands {'
04/10/17 23:00:10 - [commands.c:338] find_handler(commands) 0
04/10/17 23:00:10 - [commands.c:338] find_handler(*) 0
04/10/17 23:00:10 - [commands.c:613] Set command policy for * to -1
04/10/17 23:00:10 - [commands.c:338] find_handler(fullscreen) 0
04/10/17 23:00:10 - [commands.c:613] Set command policy for fullscreen to 10
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [commands.c:613] Set command policy for bindsym to 1
04/10/17 23:00:10 - [commands.c:338] find_handler(exit) 0
04/10/17 23:00:10 - [commands.c:613] Set command policy for exit to 2
04/10/17 23:00:10 - [commands.c:338] find_handler(kill) 0
04/10/17 23:00:10 - [commands.c:613] Set command policy for kill to 2
04/10/17 23:00:10 - [config.c:797] End of commands block
04/10/17 23:00:10 - [config.c:463] Loading config from /home/hugo/.config/sway/config
04/10/17 23:00:10 - [commands.c:509] handling config command 'set $mod Mod4'
04/10/17 23:00:10 - [commands.c:338] find_handler(set) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'set $left h'
04/10/17 23:00:10 - [commands.c:338] find_handler(set) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'set $down j'
04/10/17 23:00:10 - [commands.c:338] find_handler(set) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'set $up k'
04/10/17 23:00:10 - [commands.c:338] find_handler(set) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'set $right l'
04/10/17 23:00:10 - [commands.c:338] find_handler(set) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'set $term urxvt'
04/10/17 23:00:10 - [commands.c:338] find_handler(set) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'set $menu dmenu_run'
04/10/17 23:00:10 - [commands.c:338] find_handler(set) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill'
04/10/17 23:00:10 - [commands.c:338] find_handler(output) 0
04/10/17 23:00:10 - [output.c:174] Config stored for output * (enabled:-1) (-1 x -1 @ -1, -1 scale 1) (bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill)
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Return exec $term'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Return to command exec urxvt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+q kill'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+q to command kill
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+d exec $menu'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+d to command exec dmenu_run
04/10/17 23:00:10 - [commands.c:509] handling config command 'floating_modifier $mod normal'
04/10/17 23:00:10 - [commands.c:338] find_handler(floating_modifier) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+c reload'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+c to command reload
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+e exit'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+e to command exit
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+$left focus left'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+h to command focus left
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+$down focus down'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+j to command focus down
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+$up focus up'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+k to command focus up
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+$right focus right'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+l to command focus right
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Left focus left'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Left to command focus left
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Down focus down'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Down to command focus down
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Up focus up'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Up to command focus up
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Right focus right'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Right to command focus right
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+$left move left'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+h to command move left
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+$down move down'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+j to command move down
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+$up move up'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+k to command move up
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+$right move right'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+l to command move right
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+Left move left'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+Left to command move left
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+Down move down'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+Down to command move down
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+Up move up'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+Up to command move up
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+Right move right'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+Right to command move right
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+1 workspace 1'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+1 to command workspace 1
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+2 workspace 2'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+2 to command workspace 2
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+3 workspace 3'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+3 to command workspace 3
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+4 workspace 4'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+4 to command workspace 4
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+5 workspace 5'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+5 to command workspace 5
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+6 workspace 6'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+6 to command workspace 6
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+7 workspace 7'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+7 to command workspace 7
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+8 workspace 8'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+8 to command workspace 8
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+9 workspace 9'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+9 to command workspace 9
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+0 workspace 10'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+0 to command workspace 10
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+1 move container to workspace 1'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+1 to command move container to workspace 1
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+2 move container to workspace 2'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+2 to command move container to workspace 2
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+3 move container to workspace 3'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+3 to command move container to workspace 3
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+4 move container to workspace 4'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+4 to command move container to workspace 4
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+5 move container to workspace 5'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+5 to command move container to workspace 5
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+6 move container to workspace 6'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+6 to command move container to workspace 6
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+7 move container to workspace 7'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+7 to command move container to workspace 7
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+8 move container to workspace 8'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+8 to command move container to workspace 8
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+9 move container to workspace 9'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+9 to command move container to workspace 9
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+0 move container to workspace 10'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+0 to command move container to workspace 10
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+b splith'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+b to command splith
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+v splitv'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+v to command splitv
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+s layout stacking'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+s to command layout stacking
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+w layout tabbed'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+w to command layout tabbed
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+e layout toggle split'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+e to command layout toggle split
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+f fullscreen'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+f to command fullscreen
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+space floating toggle'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+space to command floating toggle
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+space focus mode_toggle'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+space to command focus mode_toggle
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+a focus parent'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+a to command focus parent
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+Shift+minus move scratchpad'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+Shift+minus to command move scratchpad
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+minus scratchpad show'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+minus to command scratchpad show
04/10/17 23:00:10 - [commands.c:509] handling config command 'mode "resize" {'
04/10/17 23:00:10 - [commands.c:338] find_handler(mode) 0
04/10/17 23:00:10 - [mode.c:48] Switching to mode `resize'
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $left resize shrink width 10 px or 10 ppt'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound h to command resize shrink width 10 px or 10 ppt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $down resize grow height 10 px or 10 ppt'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound j to command resize grow height 10 px or 10 ppt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $up resize shrink height 10 px or 10 ppt'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound k to command resize shrink height 10 px or 10 ppt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $right resize grow width 10 px or 10 ppt'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound l to command resize grow width 10 px or 10 ppt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym Left resize shrink width 10 px or 10 ppt'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Left to command resize shrink width 10 px or 10 ppt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym Down resize grow height 10 px or 10 ppt'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Down to command resize grow height 10 px or 10 ppt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym Up resize shrink height 10 px or 10 ppt'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Up to command resize shrink height 10 px or 10 ppt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym Right resize grow width 10 px or 10 ppt'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Right to command resize grow width 10 px or 10 ppt
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym Return mode "default"'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Return to command mode "default"
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym Escape mode "default"'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Escape to command mode "default"
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:774] End of mode block
04/10/17 23:00:10 - [commands.c:509] handling config command 'bindsym $mod+r mode "resize"'
04/10/17 23:00:10 - [commands.c:338] find_handler(bindsym) 0
04/10/17 23:00:10 - [bind.c:85] bindsym - Bound Mod4+r to command mode "resize"
04/10/17 23:00:10 - [commands.c:509] handling config command 'bar {'
04/10/17 23:00:10 - [commands.c:338] find_handler(bar) 0
04/10/17 23:00:10 - [bar.c:57] Configuring bar bar-0
04/10/17 23:00:10 - [commands.c:509] handling config command 'position top'
04/10/17 23:00:10 - [commands.c:338] find_handler(position) 0
04/10/17 23:00:10 - [position.c:31] Setting bar position 'top' for bar: bar-0
04/10/17 23:00:10 - [commands.c:509] handling config command 'colors {'
04/10/17 23:00:10 - [commands.c:338] find_handler(colors) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'statusline #ffffff'
04/10/17 23:00:10 - [commands.c:338] find_handler(statusline) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'background #323232'
04/10/17 23:00:10 - [commands.c:338] find_handler(background) 0
04/10/17 23:00:10 - [commands.c:509] handling config command 'inactive_workspace #32323200 #32323200 #5c5c5c'
04/10/17 23:00:10 - [commands.c:338] find_handler(inactive_workspace) 0
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:792] End of bar colors block
04/10/17 23:00:10 - [commands.c:509] handling config command '}'
04/10/17 23:00:10 - [config.c:786] End of bar block
04/10/17 23:00:10 - [commands.c:509] handling config command 'include /etc/sway/config.d/*'
04/10/17 23:00:10 - [commands.c:338] find_handler(include) 0
04/10/17 23:00:10 - [config.c:600] /etc/sway/config.d/* not found.
04/10/17 23:00:10 - [main.c:51] [wlc] libinput: resume
04/10/17 23:00:10 - [main.c:51] [wlc] Activating tty
04/10/17 23:00:10 - [main.c:49] [wlc] Failed to get drm resources
04/10/17 23:00:10 - [main.c:49] [wlc] drmModeGetResources failed
04/10/17 23:00:10 - [main.c:51] [wlc] become active
04/10/17 23:00:10 - [main.c:51] [wlc] Cleanup wlc
04/10/17 23:00:10 - [handlers.c:1044] Compositor is ready, executing cmds in queue
04/10/17 23:00:10 - [main.c:51] [wlc] Closing Xwayland
04/10/17 23:00:10 - [main.c:51] [wlc] Closed drm
04/10/17 23:00:10 - [main.c:47] [wlc] Failed to activate vt1 for restoration
04/10/17 23:00:10 - [main.c:47] [wlc] Failed to switch back to vt1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment