This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt full | |
#0 0x00007f2feb852355 in raise () at /usr/lib/libc.so.6 | |
#1 0x00007f2feb83b853 in abort () at /usr/lib/libc.so.6 | |
#2 0x00007f2feb895878 in __libc_message () at /usr/lib/libc.so.6 | |
#3 0x00007f2feb89cd3a in () at /usr/lib/libc.so.6 | |
#4 0x00007f2feb89da86 in unlink_chunk.constprop () at /usr/lib/libc.so.6 | |
#5 0x00007f2feb89dbd7 in malloc_consolidate () at /usr/lib/libc.so.6 | |
#6 0x00007f2feb89fa35 in _int_malloc () at /usr/lib/libc.so.6 | |
#7 0x00007f2feb8a21e5 in calloc () at /usr/lib/libc.so.6 | |
#8 0x00007f2fe9a0e3f2 in () at /usr/lib/dri/radeonsi_dri.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt full | |
#0 0x00007fae1c86d355 in raise () at /usr/lib/libc.so.6 | |
#1 0x00007fae1c856853 in abort () at /usr/lib/libc.so.6 | |
#2 0x00007fae1c8b0878 in __libc_message () at /usr/lib/libc.so.6 | |
#3 0x00007fae1c8b7d3a in () at /usr/lib/libc.so.6 | |
#4 0x00007fae1c8bb294 in _int_malloc () at /usr/lib/libc.so.6 | |
#5 0x00007fae1c8bc5a9 in malloc () at /usr/lib/libc.so.6 | |
#6 0x00007fae1c8c023f in strdup () at /usr/lib/libc.so.6 | |
#7 0x00007fae1cfea7b1 in json_object_object_add_ex () at /usr/lib/libjson-c.so.5 | |
#8 0x0000558c84b69504 in ipc_json_describe_output (object=0x558c85681c40, output=0x558c85e5fde0) at ../sway/sway/ipc-json.c:259 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set $mod Mod4 | |
set $term alacritty | |
bindsym $mod+Return exec $term | |
bindsym $mod+Left focus left | |
bindsym $mod+Down focus down | |
bindsym $mod+Up focus up | |
bindsym $mod+Right focus right |
OlderNewer